assigned to is showing sys id of the user,i want to view the display name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2017 12:46 AM
on change request form oob field assigned to is showing sys id of the user,i want to view the display name of that user and not sys id pls help thank you
- Labels:
-
Finance Service Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2017 01:03 AM
Hi ,
The simple answer is to check the display field of the field 'display name' on the table sys_user.
Navigate dictionary , from there find the right field and check the display field.
Or you can also right click on the field display name on the sys_user table and click configure dictionary and check the display field.
That should do the trick.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2017 01:21 AM
Seems strange for a OOB to display a user like that unless the user table been messed with. Is this new tickets or already old ones. It can show sys_id if the user it referring to doesn't exist anymore.
//Göran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2017 01:29 AM
oh yes, i absolutely missed it at first. I think the user is using the reference field on new tables or service catalog list collector.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2017 01:29 AM
Hi
As per my understanding of your question.Please use the getDisplayValue() to display the name of that user.
Thanks