Skip to content

Instantly share code, notes, and snippets.

@Eswaramoorthy
Created March 1, 2011 05:28
Show Gist options
  • Save Eswaramoorthy/848660 to your computer and use it in GitHub Desktop.
Save Eswaramoorthy/848660 to your computer and use it in GitHub Desktop.
How to get UserID on initdone
var userId = system.getUser().organizations[application.organization].userDN.split("=")[1].split(",")[0];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment