How do I generate a single score report for pending approval requests for VIP Users?

Jerry Ong
Tera Contributor

Hi there,

 

I am generating a single score reports to filter out approval requests for VIP users. I tried with the sysapproval_approver table with the following conditions, but am not able to create a related list conditions using the sys_user table.

 

JerryOng_0-1744282514141.png

Can anyone advise me how to get this done properly?

 

Thank you.

 

1 ACCEPTED SOLUTION

J Siva
Tera Sage

Hi @Jerry Ong 
You can achieve this using the below query in sysapproval_table.
The below query returns the list of approval records where the "state" is requested and the "Requested For" user is VIP user.

JSiva_0-1744283627760.png

Regards,
Siva

 

View solution in original post

2 REPLIES 2

J Siva
Tera Sage

Hi @Jerry Ong 
You can achieve this using the below query in sysapproval_table.
The below query returns the list of approval records where the "state" is requested and the "Requested For" user is VIP user.

JSiva_0-1744283627760.png

Regards,
Siva

 

Jerry Ong
Tera Contributor

Thank you! Managed to do this properly.