I am stumped trying to add an action button in VFE to call the Data Symbol Function DATETIMESTAMP. Any help would be appreciated! Thanks!
Have you tried adding a button with the 'setvalues' option, which you can then have push the datetimestamp to another edit field on the form? Here is what I put in the set values to push to another edit field to produce the name & date/time stamp for a signature line: {(user.realname),", ",(datetimestamp())}
Text
Multi-item row
Action Button Signed by: SETVALUES [0][DOCUMENT.SIGNED_BY88888,{(user.realname),", ",(datetimestamp())}]
Edit field Signed by: DOCUMENT.SIGNED_BY88888
Jen, thanks so much for your reply! I get the idea you used although my skills are not quite advanced enough to get this to work. If you have time, can you provider screen shots of the edit field and associated MEL in the SETVALUES Value field from the MEL expression?
You are a gem! Thanks, I was SO close. Exactly what I needed.