See Audit history on business application
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
architecture_type
it_application_owner.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Double-check that the audit flag is enabled at both the table and field level, and that you are viewing the correct history type (Field History or System History) for the changes made.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @ayush_g
Configure Auditing for Individual Fields (Exclusion list Auditing)
Individual fields within a table can be configured to enable or disable auditing of any changes to that field in a record using either exclusion list or inclusion list auditing. The steps below will detail exclusion list auditing.
- One way to quickly configure this can be performed with the following steps:
- Log into the instance with an account having admin rights to that instance.
- Using the Menu Navigator, browse to the following location on the instance: System Definition -> Dictionary.
- A list of Dictionary records on the instance will appear. Filter the search results to display the Table name and Field name (Column name field) for the table and field you want to modify the audit setting for.
- The Dictionary record for the selected field should appear. Click the related link titled Advanced view to show a more detailed display for this record.
- Locate the Attributes text box field for this record.
- To disable auditing for this field in this table when using a exclusion list auditing scheme, add the following text to this field "no_audit". If the Attributes field already contains values in the text box, add a comma after the last attribute currently found in the field and then the no_audit text.
- However, if the Attributes field is currently empty, simply add the text no_audit into the text box. After adding this attribute click the Update button.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago - last edited 2 weeks ago
You may need to add an entry to the glide.activity.rule.exclude.document_tables.sys_audit_relation system property to allow the table to be included in table auditing. By default CMDB tables are excluded from table auditing to avoid performance issues caused by frequent field updates.
Adding the following text to the system property will ensure the table is included for auditing:
+cmdb_ci_business_app
