Document Template Question

1
I am trying to print the current date in the footer of a document template. I can't find a list of tokens that work in document templates in the documentation site. Can anyone point me in the right direction? Thanks, Mike
asked
3 answers
3

Hello Mike, Indeed this should be easier to do. This is what I always do:

When you create a document from a template you always have to make a filedocument object before you can create the document with the template. Now create a microflow that retrieves this object in your template and use the creation date of this object for the current date display.

But you are right there should have been a token. But as far as I know it does not exists.

Regards,

Ronald

answered
2

Ronald,

Thanks for the workaround! I'll submit a feature request in the support portal for a token for current date and time.

Mike

answered
0

Hey Guys. Do you already know how to get the current time in the pdf Template?
Is there already a Token for this ?
I force the same problem

answered