Is it possible to set the docname as the default title?
What would one write in Options
to achieve this? I tried {name}, {docname} but i suppose the braces only will read fieldnames of which neither are really fieldnames.
Is it possible to set the docname as the default title?
What would one write in Options
to achieve this? I tried {name}, {docname} but i suppose the braces only will read fieldnames of which neither are really fieldnames.
On every Doctype form there is field - Title Field
.
You can mention any of your form fields as Title
e.g. full_name is field in my form, I set it as Title
@Sangram thanks for your reply, yes i know of this, I am asking if we can push the docname to the title. And if so, what would we need to write in the Options field. Docname is not a form field.
By Default, it shows your doc name as a title. No need to set as a title.
if you want different field as Title then set it as I mentioned above.
@makarand_b Thanks for this! that is what i was looking for.
@Sangram by default most documents set title as the title not the doc name, but thanks very much for helping.