Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

Conditional Reporting In ServiceNow across different Tables

SambitRath
Giga Contributor

Dear All,

 

I have a requirement to provide a report for the list Requested items which skipped for specific approvals( Where subject area which is highly Confidential ) in a custom table and those details used to be selected in a catalog item and based on the details the approvals triggered to the approvers.

 

Anyway to corelate those data points from different tables and extract that list of Requested RITMS and provide that to the Customer.

 

Thanks,

Sambit

2 REPLIES 2

Ankur Bawiskar
Tera Patron

@SambitRath 

you can use scripted filter condition in report

create client callable script include i.e. classless one with sandbox enabled and return RITM sysIds satisfying your condition

then in report filter condition give like this

Sys ID [IS ONE OF] javascript: getGroupsReport()

55.png

Configuring Script sandbox property 

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

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

@SambitRath 

Thank you for marking my response as helpful.

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

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