Question
Adding identity name to dynamic stamp
I have created a stamp. I have added the date through java script. It works, but the identity name will not work with the code that I have. I have had the person who made the code check it and it works for him, but not for me. What am I doing wrong?
CODE:
if ((event.source.forReal)&&(event.source.stampName == "#AAN-ENG=MAIN"))
{
this.getField("Reviewer").value = identity.name;
Sandra
