"prepared by" in quotes

@yashwantc

There is fields owner and modified_by on document. which gives you Owner of document (user who created) and modified_by (User who last modified document).

for that you can use below syntax in print format,
Owner - {{ doc.owner }}
Modified By - {{ doc.modified_by }}

1 Like