Audit Management Report

Poorva Bhawsar2
Tera Contributor

Hi Team,

I want to create a report on audit management. Client has shared us few fields which they have for audit, we have mapped those fields with the fields which we have in servicenow. Few fields belongs to engagement table and few fields belongs to audit task.

I need to create a report which shows all these fields together in a list type of report.

How to create this kind of report?

Do i need to use database views? If yes then how to do it?

Thanks

1 ACCEPTED SOLUTION

Yash Agrawal1
Tera Guru

Hello Poorva,


I just Implemented the same on My PDI,where I created a database view with 2 table.


1.sn_audit_m2m_engagement (contains Entity and Engagement table data).


2.Audit task ( contains Task data).

Also use where clause as mentioned in below image.

 

Please try this solutions and mark this answer as helpful and Correct,which also help Other who are searching for the same solution.

find_real_file.png

View solution in original post

8 REPLIES 8

Community Alums
Not applicable

share your configuration screenshot here 

These are the fields i have selected from engagement, entity and audit task tables.

I want to merge these tables fields and need to create report when type is a security access review. Type is field on engagement form.

I am not getting how will i get data using this.

When i am creating report on this database view table, and adding filter condition for type is security access review, its not showing me any records.

find_real_file.png

find_real_file.png

find_real_file.png

one more thing engagement and audit task is extending planned task table

Yash Agrawal1
Tera Guru

Hello Poorva,


I just Implemented the same on My PDI,where I created a database view with 2 table.


1.sn_audit_m2m_engagement (contains Entity and Engagement table data).


2.Audit task ( contains Task data).

Also use where clause as mentioned in below image.

 

Please try this solutions and mark this answer as helpful and Correct,which also help Other who are searching for the same solution.

find_real_file.png