How to fetch document creater name, and approved name in Print Document
By Aylmer Ametewee on December 12, 2024
BeginnerEmail id is easy enough use {{ doc.owner }} for creator and {{ doc.modified_by }} for modified.
For full name use {{ frappe.get_fullname(doc.owner) }}
Was this article helpful?
No comments yet. Login to start a new discussion Start a new discussion