- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi,
I have a requirement to enable audit=true on some fields on the cmdb_ci_base_rpa_robot table. The problem is that those fields are actually inherited from another table (cmdb_ci_appl) and I can't directly do audit on them because they are not the parent, but if I do it on the parent then all the child classes which inherit those fields will get that audit.
I can't do dictionary override on it because audit override is not listed
is there a way to do this? Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Try it ,
- Go to System Definition > Dictionary and search for the parent table (i.e cmdb_ci_appl) that contains the field you wish to audit.
- Open the specific dictionary entry for that field.
- Scroll down to the Dictionary Overrides related list and click New.
- Set the Table field to cmdb_ci_base_rpa_robot.
- Under the Attributes field, add or append the string to include audit=true
- Click Update
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Try it ,
- Go to System Definition > Dictionary and search for the parent table (i.e cmdb_ci_appl) that contains the field you wish to audit.
- Open the specific dictionary entry for that field.
- Scroll down to the Dictionary Overrides related list and click New.
- Set the Table field to cmdb_ci_base_rpa_robot.
- Under the Attributes field, add or append the string to include audit=true
- Click Update
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago