How to get sysid of a field?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2016 03:32 AM
How to get sysid of a field?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2016 03:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2016 03:37 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2016 05:56 AM
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.