how to get user name in the text field in adobe livecycle designer ES2 version 9

How to capture user login name in adobe live cycle desginer ES2 version 9?


Namitha Prakash


Voted Best Answer

You could use a script like this, in the docReady event of a field:

this.rawValue = identity.name;

But, this script will work only if the document is certified and the certifier’s certificate is trusted for running embedded high privilege JavaScript.


By Almir R V Santos   


Please specify a reason: