how to get the sys_id of caller in the incident table using client script
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2016 01:24 AM
i need to get the caller names sys_id in the incident from, using client script
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2016 01:30 AM
Hi,
I assume Caller is a reference field to user table.
You can use g_form.getValue(<caller_fieldname>) to get the sys_id of caller.