The CreatorCon Call for Content is officially open! Get started here.

Display user display name instead of user ID for "Created by" and "Updated by" fields across tables.

deepakm29284933
Tera Contributor

 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 

6 REPLIES 6

Ankur Bawiskar
Tera Patron
Tera Patron

@deepakm29284933 

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! 🙏

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

@deepakm29284933 

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! 🙏

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

NavinAgarwal
Kilo Guru

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.

pratikjagtap
Giga Guru
Giga Guru

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