How to get manager.sys_id and it_application_owner.sys_id and these are reference fields on table.

taahamushtaq
Tera Contributor

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. 

taahamushtaq_0-1706594258651.png

 

4 REPLIES 4

Mark Manders
Mega Patron

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

Tony Chatfield1
Kilo Patron

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.

SarthakShri21
Tera Contributor

@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

Anubhav24
Mega Sage
Mega Sage

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.