How to Change the “Created by” field to display person’s name versus login id ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2022 08:25 AM
How to Change the “Created by” field to display person’s name versus login id ?? in knowledge management.
for some user's it is showing Name and for some users it is showing login id, how do we configure the created by field to show user name instead of login id.
- Labels:
-
Knowledge Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2022 08:39 AM
Some fields in ServiceNow Platform are non-editable say sys_created_by(Created by) and sys_updated_by(Updated by), these are read-only.
Instead, a new field should be created to display the username or display name.
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2022 09:23 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2022 09:30 AM
Created by will always point to user_name (User ID) field from User table.