Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

Why is my "audit" checkbox missing in Dictionary Entry for scoped app's table that extends Task

mike275
Mega Expert

I'm developing a scoped app and I have 2 tables that extend Task and several more that do not.

I'm trying to enable auditing for the one that extends task, following the SNOW documentation directions, but I don't see the "audit" checkbox on the form.  I can see it on the form for a non-task table.  I am looking at the correct record - blank column field and type of collection:

find_real_file.png

If I look at the same form for another table, the audit is there:

find_real_file.png

1 ACCEPTED SOLUTION

brianlan25
Kilo Patron

Ok confirmed.  Since it is extended from Task auditing is turned on by default.  If you look at system definition > Dicionary then search for your table name.  As log as the entry with the field type as collection is set with audit true then the entire table is audited.

find_real_file.png

View solution in original post

5 REPLIES 5

brianlan25
Kilo Patron

Ok confirmed.  Since it is extended from Task auditing is turned on by default.  If you look at system definition > Dicionary then search for your table name.  As log as the entry with the field type as collection is set with audit true then the entire table is audited.

find_real_file.png