Why Audit check box is not visisble on form

kaushalmore
Tera Contributor

i have tried searching in the ACL that hiding the audit check box but didn't find any conclusive one. 

on preview its visible - 

kaushalmore_0-1746448574246.png

 

not visible on form

kaushalmore_1-1746448626284.png

 

 

3 ACCEPTED SOLUTIONS

Kieran Anson
Kilo Patron

The audit field is only available on Type = Collection. Changing auditing on other fields is done via an audit attribute

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0685670 

View solution in original post

Ankur Bawiskar
Tera Patron
Tera Patron

@kaushalmore 

any client script or UI policy is hiding it?

It's always shown on "Collection" type field and not for others

what's your business requirement here?

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

It's hidden by a UI policy called Table Choice Fields. Unhiding it won't give you the desired functionality. It's intentionally hidden. See my previous comment. 

View solution in original post

4 REPLIES 4

Kieran Anson
Kilo Patron

The audit field is only available on Type = Collection. Changing auditing on other fields is done via an audit attribute

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0685670 

Ankur Bawiskar
Tera Patron
Tera Patron

@kaushalmore 

any client script or UI policy is hiding it?

It's always shown on "Collection" type field and not for others

what's your business requirement here?

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

kaushalmore
Tera Contributor

No client script and UI policy as well 
we want to make audit check box visible and editable for auditing 

now i can edit the value of audit as true false from list view but unable see the same field on form 

It's hidden by a UI policy called Table Choice Fields. Unhiding it won't give you the desired functionality. It's intentionally hidden. See my previous comment.