Working with auditing tables
Out of the box, some tables are already marked auditable in which you can track the respective records, but if a table is not auditable then you will not be able to track changes. In this recipe, you will see how you can mark any table as auditable.
Getting ready
To step through this recipe, you should have an active Service-Now instance, valid credentials, and an admin role.
How to do it...
- Open any standard web browser and type the instance address.
- Log in to the Service-Now instance with the credentials.
- On the left-hand side, type
dictionary
in the search box and Service-Now will search theDictionary
module for you. Now click onDictionary
module underSystem Definition
:
Dictionary
- On clicking
Dictionary
, you will see the following screen. If theAudit
column is markedfalse
, it means auditing is not activated for that table:
Check for auditing
- Now if you want to enable auditing in any table let suppose
Asset(alm_asset)
for now then, you can openAsset
table and...