Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

how to get the sys_id of caller in the incident table using client script

manojlakshmanas
Kilo Expert

i need to get the caller names sys_id in the incident from, using client script    

5 REPLIES 5

cath_kl
Mega Contributor

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.