Has anyone created a ServiceNow report for expired machine, applications?

ParvanaGasimov
Tera Contributor

I need to create a ServiceNow report for expired certifications. Can someone assist with that request? 

 

Thank you,

Parvana Gasimov

1 ACCEPTED SOLUTION

Tabassum22
Tera Guru

Hi @ParvanaGasimov ,

 

It's not possible with "sys_certificate" table to create a report directly. However, you can create a database view for the same and it will work for you as below

 

Step 1: Create a Database view 

  

Tabassum22_0-1715794545769.png

Step 2: Add you table of "sys_certification" in it.

Tabassum22_1-1715794592160.png

Step 3: click on "Try it" and check the table is visible 

Tabassum22_2-1715794651942.png

Step 4: Create a report now you'll be able to see the database view.

Tabassum22_3-1715794709669.png

Step 5: Add the condition as below 

Tabassum22_4-1715794794072.png

The above will give you list of Expired certificates.

 

Please mark it helpful and try to give it a thumbs up if the above helps. Please accept the solution.

 

Thanks & Regards

Tabassum Sultana 

 

View solution in original post

1 REPLY 1

Tabassum22
Tera Guru

Hi @ParvanaGasimov ,

 

It's not possible with "sys_certificate" table to create a report directly. However, you can create a database view for the same and it will work for you as below

 

Step 1: Create a Database view 

  

Tabassum22_0-1715794545769.png

Step 2: Add you table of "sys_certification" in it.

Tabassum22_1-1715794592160.png

Step 3: click on "Try it" and check the table is visible 

Tabassum22_2-1715794651942.png

Step 4: Create a report now you'll be able to see the database view.

Tabassum22_3-1715794709669.png

Step 5: Add the condition as below 

Tabassum22_4-1715794794072.png

The above will give you list of Expired certificates.

 

Please mark it helpful and try to give it a thumbs up if the above helps. Please accept the solution.

 

Thanks & Regards

Tabassum Sultana