Dynamic stamp not populating with the information
I'm creating my very first custom dynammic stamp to apply to exhibits used in court.
I want the file name to automatically appear on the stamp.
I've created the tesx field and added the following custom calculation script:
event.value = event.source.source.documentFileName.replace(".pdf", "");
Nothing happens when I apply the stamp to a document. The stamp appears, but no file name appears on the stamp.
Any suggestions as to what I've done wrong?
