Enable audit for a table

Prakash_S
Tera Contributor

Can some help me to enable audit for a table.

2 ACCEPTED SOLUTIONS

Runjay Patel
Giga Sage

Hi @Prakash_S ,

 

Follow below steps do that.

Enabling a system table is dam easy, you just need to add that table name in property which start with sys_.

Go to property name: glide.ui.audit_deleted_tables and add your table. 

Note: This will help you only if your table name start with sys_.

RunjayPatel_0-1735471098300.png

 

If you wanted to add any other table then follow below steps.

1. Go to dictionary table and filter with your table name.

2. Look for filed Type of Collection and enable the audit for that column.

3. 

 

For details check this ServiceNow doc.

1. https://www.servicenow.com/docs/bundle/xanadu-platform-security/page/administer/security/task/t_Enab...

2. https://www.servicenow.com/docs/bundle/xanadu-platform-security/page/administer/security/task/enable...

 

-------------------------------------------------------------------------

If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.


Regards
Runjay Patel - ServiceNow Solution Architect
YouTube: https://www.youtube.com/@RunjayP
LinkedIn: https://www.linkedin.com/in/runjay

-------------------------------------------------------------------------

 

 

View solution in original post

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Prakash_S 

 

Your question is seems incomplete, OOTB there is a system property to add a table to be audited 

AGLearnNGrow_0-1735496211502.png

@Amit Gujarathi  article and video will help you here

 

https://www.servicenow.com/community/developer-articles/how-to-enable-table-audits-in-servicenow-a-s...

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

View solution in original post

6 REPLIES 6

Runjay Patel
Giga Sage

Hi @Prakash_S ,

 

Follow below steps do that.

Enabling a system table is dam easy, you just need to add that table name in property which start with sys_.

Go to property name: glide.ui.audit_deleted_tables and add your table. 

Note: This will help you only if your table name start with sys_.

RunjayPatel_0-1735471098300.png

 

If you wanted to add any other table then follow below steps.

1. Go to dictionary table and filter with your table name.

2. Look for filed Type of Collection and enable the audit for that column.

3. 

 

For details check this ServiceNow doc.

1. https://www.servicenow.com/docs/bundle/xanadu-platform-security/page/administer/security/task/t_Enab...

2. https://www.servicenow.com/docs/bundle/xanadu-platform-security/page/administer/security/task/enable...

 

-------------------------------------------------------------------------

If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.


Regards
Runjay Patel - ServiceNow Solution Architect
YouTube: https://www.youtube.com/@RunjayP
LinkedIn: https://www.linkedin.com/in/runjay

-------------------------------------------------------------------------

 

 

Thanks @Runjay Patel it helped.

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Prakash_S 

 

Your question is seems incomplete, OOTB there is a system property to add a table to be audited 

AGLearnNGrow_0-1735496211502.png

@Amit Gujarathi  article and video will help you here

 

https://www.servicenow.com/community/developer-articles/how-to-enable-table-audits-in-servicenow-a-s...

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Thanks @Dr Atul G- LNG , I was looking for both custom table and oob table.