How to get sysid of a field?

iamlearner
Mega Contributor

How to get sysid of a field?

3 REPLIES 3

Midhun1
Giga Guru

Right click on that field and select configure Dictionary


configure.png


Then you will get following page :


field_sysid.png


hmartind
Kilo Expert

Chuck Tomasi
Tera Patron

Hi,



There's not a lot of information in your question. I am going to guess you are looking for the value stored in a reference field (a field that references a record form another table.)



Let's say you are using a business rule on a table that has a 'user' field that points to sys_user.



var sys_id = current.getValue('user');



From a form, click the icon to the right of the form to "click through" to the entire record being referenced by that field. On that screen (the user's details from the example above, use the form menu and choose Copy sys_id, as Midhun showed in the image.