Conditional Reporting In ServiceNow across different Tables
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
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()
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! 🙏
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
55m ago
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! 🙏
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader

