Hi,
I have a PDF File Smartobject, which i've added a Timestamp field.
Anyone know how to save a Timestamp when the SAVE PDF Async Method is run?
I want to save the date the PDF was created in a seperate field so i can cull the records based on date down the line.
Would i have to do some kind of LOAD method after the PDF is created and then SAVE method again and add the Timestamp? -Just seems rather long winded.
I know you can append the date to the PDF filename, but that's not what i want.
Any ideas?