- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2022 11:01 AM
Hi a name of a group changed from "Assistance noveau 1" to "Assistace niveau 2". where is the place who stock the information on the person who do that? thanks for help
Solved! Go to Solution.
- Labels:
-
AI Search
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2022 11:18 AM
Hi, if auditing is enabled for the table involved, then you will be able to see history by right clicking on the records form header and selecting History; this will show record changes and details of the user who made the changes.
If auditing is not enabled (it's not for sys_user_group OOB) then History will show only the user id of the last user who modified the record (this may not be the user who changes the records name), but no other details.
You can also see the creation and update details from a record list view by adding these core fields to your list or form view, or via a record export\viewing the xml of the record.
Created, sys_created_on
Created_by, sys_created_by
Updated, sys_updated_on
Updated by, sys_updated_by
https://docs.servicenow.com/bundle/rome-platform-administration/page/build/applications/reference/r_GlobalDefaultFields.html
https://docs.servicenow.com/bundle/orlando-platform-administration/page/administer/time/concept/audited-tables-2.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2022 11:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2022 08:39 AM
This does not work for sys_user_group, right click on the form, there is no option called history.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2022 11:18 AM
Hi, if auditing is enabled for the table involved, then you will be able to see history by right clicking on the records form header and selecting History; this will show record changes and details of the user who made the changes.
If auditing is not enabled (it's not for sys_user_group OOB) then History will show only the user id of the last user who modified the record (this may not be the user who changes the records name), but no other details.
You can also see the creation and update details from a record list view by adding these core fields to your list or form view, or via a record export\viewing the xml of the record.
Created, sys_created_on
Created_by, sys_created_by
Updated, sys_updated_on
Updated by, sys_updated_by
https://docs.servicenow.com/bundle/rome-platform-administration/page/build/applications/reference/r_GlobalDefaultFields.html
https://docs.servicenow.com/bundle/orlando-platform-administration/page/administer/time/concept/audited-tables-2.html