Hello
I’m working on a custom doctype that is submitable
. By default, the title bar for submitted documents shows “Submitted” (or “Draft” if not submitted). I have a custom status field (e.g., status
) in this doctype, and I’d like its value to be displayed in the title bar instead of the default “Draft” or “Submitted” text.
For example, if my custom status field has values like “Acknowledge”, “Outsource”, or “Result Entry”, I want these to appear in the title bar.
How can I achieve this?