Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-17-2015 02:12 PM
- 30,609 Views
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-17-2015 03:00 PM
gs.getUserID() will give you the user's sys_id.
var a = gs.getUserID();
gs.log("user sys_id: " + a);
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-17-2015 03:00 PM
gs.getUserID() will give you the user's sys_id.
var a = gs.getUserID();
gs.log("user sys_id: " + a);