Dot walking in variable attributes for a variable set - Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2018 11:18 AM
Hi all,
I'm trying to add a variable attribute to my catalog variable. The field I'm trying to use is a reference field. Below is what I have and it doesn't work:
This is a reference variable and refers to sys_user table. I have u_office_id(reference) field on my sys_user table. I need u_office_description value in my variable attribute. How can i achieve this?
Thanks,
Shalini
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2018 11:24 AM
Here you have to dot walk all the way through.
For suppose if there is a x variable on the catalog.
current.x.u_office_description.
regards
Sree
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2018 11:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2018 11:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2018 11:53 AM