How to create a report on RITM where Stage is waiting for approval from more than 2 days
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2025 01:33 AM
Hi,
Is it possible to create a report on RITM (sc_req_item) table, where RITM stage is "Awaiting for approval" for more than 2 days?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2025 01:47 AM
You can use related list conditions. When an approval is created, the stage changes (OOB, at least). So that means that you can query all RITMs on 'stage = awaiting approval' with a related list condition of 'approval.sys_created_on > 2 days ago'.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark