Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property configures which tables are excluded from activity tracking for the sys_audit_relation event, allowing for granular control over audit relationships. |
| What area does it affect? |
Activity Tracking |
| What does the default mean? |
The default value is "'-cmdb", which is the baseline setting used unless it is changed. |
| When should you review it? |
Review this property when adjusting audit tracking settings for specific tables. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.activity.rule.exclude.document_tables.sys_audit_relation |
| Sys ID |
f5d99f53432002104833177a05b8f2d7 |
| Type |
string |
| Application |
Global |
| Default value |
'-cmdb |
| Description |
Comma-separated list of tables whose documents will be excluded from activity tracking for the sys_audit_relation event table. This means that all documents in the specified tables will not have audit relationship events in Configurable Workspaces. Supports table hierarchies, so if a root table is specified in the list, all descendant tables will be excluded.
To include a child table of an excluded parent table, prefix the child table with a + character in the list. For example, "+cmdb_ci" will enable cmdb_ci and its descendants to have an activity stream. The + takes precedence over the exclusions. |
| Updated |
2024-02-29 11:12:09 |
Related properties