How to get manager.sys_id and it_application_owner.sys_id and these are reference fields on table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2024 09:58 PM
I have a requirement where I have to dot walk to the sys_id of the record from a reference field. And when I am looking for it in the list I am not able to get sys_id. Can someone suggest on how to dot walk to sys_ids.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2024 11:28 PM
If you click on the '+' sign, the list of all available fields will show and you can get the sysID. But what is the requirement? Why do you need to dotwalk to a sysID?
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2024 11:41 PM
Hi, as @Mark Manders asked,
Why do you need to dot.walk to a sys_id in this manner?
What is it you are trying to do achieve and where?
sys_id's are not normally selectable via slushbuckets\collectors in this way, but with no details of your requirements it's difficult to understand intention\use case.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2024 11:47 PM
@taahamushtaq sysid option is not available in the given fields.
Can you explain your requirement, so as you can get some other solution.
Kind Regards,
Sarthak Shrivastav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2024 11:56 PM
Hi @taahamushtaq ,
You can click on "+" sign to get the fields of the referenced fields , that way you can get the sysid column of that referenced field.
Please mark helpful/correct if my response helped you.