How to create a report on RITM where Stage is waiting for approval from more than 2 days

zee15
Tera Contributor

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

Mark Manders
Mega Patron

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'. 

 

MarkManders_0-1737971219305.png

 


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark