- 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-20-2017 10:47 AM
Are you using Reference or Lookup Select List? The value would be sys_id and label would be name. Is your workflow using setValue or setDisplayValue? I can see that working for setDisplayValue on a reference/lookup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2017 11:05 AM
I'm using Reference. I am using the workflow provided by the ServiceNow app eSignifi so the variable is specified in a field box called "First signer custom tabs" as {"tabLabel": "administrator_name", "value":"${current.variables.administrator_name.name}"}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2017 11:44 AM
Interesting, must do something like a set by display value thing then which would require the name.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-21-2017 09:18 AM
Yes I'm guessing the workflow is using setDisplayValue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2017 03:03 PM
The issue you are running into is that sys_user table read access ACL is restricted to certain roles. I would be careful with opening that up, but I do not know what an alternative would be.