- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2025 03:58 AM
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.
Can anyone advise me how to get this done properly?
Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2025 04:15 AM
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.
Regards,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2025 04:15 AM
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.
Regards,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2025 08:16 PM
Thank you! Managed to do this properly.