Display user display name instead of user ID for "Created by" and "Updated by" fields across tables.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tuesday
Configuration to show the user's display name instead of their user ID in the "Created by" and "Updated by" fields across all tables in ServiceNow. Is this possible?
Reason to implement this, we are using integers for user ID, so it is complex to identify the created by updated by
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tuesday
that's OOTB behavior for sys_created_by and sys_updated_by and they store USER ID and not display name
you can't alter that.
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tuesday
Hope you are doing good.
Did my reply answer your question?
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tuesday
Hi @deepakm29284933 ,
Please refer below article as these fields are read-only.
How to display username on "created by" field - Support and Troubleshooting
In turn, a new field can be created to display the username or display name.
https://docs.servicenow.com/csh?topicname=c_DisplayValues.html&version=latest
If you found my response helpful, could you please mark it as ‘Accept as Solution’ and ‘Helpful’? This small action goes a long way in helping other community members find the right answers more easily and supports the community.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tuesday
Hi @deepakm29284933 ,
- This is OOB (Out-of-Box) behavior.
- The user ID shown is the value of the user.name field.
- The display name (e.g., full name) is stored in user.full_name, but not shown in these fields by default.
If my response helped, please hit the 👍Thumb Icon and accept the solution so that it benefits future readers.
Regards,
Pratik