Skip to content

Instantly share code, notes, and snippets.

View Eswaramoorthy's full-sized avatar

Eswaramoorthy Eswaramoorthy

  • Prithvi
  • Hyderabad
View GitHub Profile
@Eswaramoorthy
Eswaramoorthy / UserID
Created March 1, 2011 05:28
How to get UserID on initdone
var userId = system.getUser().organizations[application.organization].userDN.split("=")[1].split(",")[0];