Is it possible to show a generate date and a generated by (user) in a document template?

0
I can't find this in the current documentation, howto's and forum. Maybe i am overlooking something... Is it possible to show a generate date and a generated by (user) in a document template?
asked
1 answers
1

Are you referring to the createdDate and owner of the FileDocument itself? Then no, you can't do that. But if you display an entity with the createdDate and owner field in your document template then you can use those as you would with any other attribute and association. If you must show the createdDate and owner of the user generating the document, I suggest making an entity for this as a workaround and displaying these system fields in the document.

answered