Skip to main content
Participant
May 18, 2023
Question

Dynamic Stamp "Identity" variables?

  • May 18, 2023
  • 1 reply
  • 933 views

Hello,
Im working on a Stamp that will pull data from the Identity fields,  does anyone know what variable you would use for Organization Name and Organization Unit?  I was able to find .value = identity.name; and that works but not sure what to use for Organization Unti or Organization Name because of the Space. 
Extremely new at this so thanks in advanced for the help!

 

This topic has been closed for replies.

1 reply

Legend
May 18, 2023

Please see the Acrobat JavaScript API for the properties of the identity object. Notice they depend on the user setting it.

See picture (not in email reply)

 

SJDC_SaraG
Participant
December 15, 2023

@Test Screen Name How do I get the title?  In my javascript, I tried identity.title and I get "Dynamic."  I've verified the Title field is filled out under Preferences --> Identity.  I would appreciate your help.