gs.getUser().getFullName() always returning 'system ' user in script actions
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2015 06:40 AM
I tried simple script statement in demo instance and same thing happening in our instance also
Script action:
event: session.established
gs.log('login user name'+gs.getUser().getFullName());//this is always returning 'system'---> for any user login
Please let me know how to write a script statement to get the current user login when session is established
Labels:
- Labels:
-
Integrations
-
User Interface (UI)
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2015 07:35 AM
worked/not worked??
-Anurag