Skip to main content
Inspiring
March 8, 2024
Question

DYYNAMIC STAMP IDENTITY PREFERENCE ISSUE

  • March 8, 2024
  • 1 reply
  • 1061 views

Please, how do i pull the identity organization unit from the preference window?
i changed my identity.name line to identity.unit from the below lines of code but it returns with undefined

if((event.source.forReal)&&(event.source.stampName == ""))
{

this.getField("Approved").value = identity.name;
this.getField("Date").value = util.printd("m/d/yyyy h:mm tt", new Date());

}

Kindly show me how to fix it

Thanks.

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
March 8, 2024

identity.corporation

saka5FD5Author
Inspiring
March 13, 2024

it worked. thank you.