- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2017 03:00 PM
Hello all,
We created a catalog item that integrates with an app in SNOW store and have succesfully tested, but only downside is when capturing the variable (variable type is Reference) the sys_id is showing instead of the user's first and last name. Is there any way to change this default setting to set the name instead of the sys_id?
Also we are referencing the sys_user table, don't know if anything in there will make a difference.
Thanks in advance!
Using Istanbul UI16
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2017 08:37 AM
Hi Andrew,
I figured out my issue. I had to set the value to administrator_name.name instead of only administrator_name in the workflow.
Thanks for helping though!
-Grace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2017 03:02 PM
when this happens it usually means that it can't find a record in the referenced table with that sys_id.
//Göran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2017 03:12 PM
Would this be because I have "Name" as true for Display? The sys_id that shows on the form is correct so I know the correct use is being referenced.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2017 06:04 PM
It won't matter which field is display, if the person is not allowed to read the records in the table, the select list will not be able to show labels.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2017 08:37 AM
Hi Andrew,
I figured out my issue. I had to set the value to administrator_name.name instead of only administrator_name in the workflow.
Thanks for helping though!
-Grace