- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2021 05:22 AM
I have a reference type variable that I need to populate on a Service Catalog form with only the employee id coming from sys_user table.
Is there a special variable attribute that will do it or a script? Please help. Thanks.
Solved! Go to Solution.
- Labels:
-
Service Catalog

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2021 06:05 AM
Depending on what you are trying to accomplish, you could look at the lookup select box variable type instead of reference. Using that you can select the ID field as the label and whatever value you want (sys_id for example) as the value field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2021 02:17 PM
Thanks guys for all the help. It was very helpful for me to achieve what I wanted.