- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2022 11:41 PM
My PDI instance was working well initially and I was able to view the Caller and Assigned To fields properly. However, since i have restored my PDI instance, I notice that my Caller and Assigned To fields are always showing as Empty. When i use the API Explorer, i can see the Caller and Assigned To Sys IDs correctly. However, even there when I enable Display Value, the Display Values shows Empty.
I havent made any changes apart from restoring my PDI instance. Please can someone assist.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2022 11:51 PM
Go to your sys_user table dictionary configuration and check if there is the "Display" attribute selected. Normally the Name field is set to be the Display value.
Also check if in the records where you see this issue, there are actual users added. If there are non-existing sys_ids stored in those fields for some reason, it could cause that issue. Then you just need to update those records to store existign user ids in those references.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2022 11:51 PM
Go to your sys_user table dictionary configuration and check if there is the "Display" attribute selected. Normally the Name field is set to be the Display value.
Also check if in the records where you see this issue, there are actual users added. If there are non-existing sys_ids stored in those fields for some reason, it could cause that issue. Then you just need to update those records to store existign user ids in those references.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2022 11:52 PM
Hi,
Did you ensure for those users the name field is populated or not in sys_user record?
is this happening for all reference fields to user table on other table as well?
Did you try to clear instance cache using cache.do and then logout and login again?
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2022 11:56 PM
Hi
Navigate to System Definitions > Tables > Open sys_user table record
In table columns check which field has display as 'true'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2022 12:11 AM
Thanks for the replies. I got into the sys_user table and enabled Display Attribute for Name and it now appears for the Caller and Assigned To fields for the Incidents. Appreciate all the support. Not sue why this broke after restore, it was working prior to it. Thanks again!