Auto rejection script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2024
03:16 AM
- last edited on
04-26-2024
09:57 AM
by
Lisa Latour
Is there any way to auto-reject approval requests without using scheduled job.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2024 04:48 AM
HI @Nikita50 ,
you can use before insert business rule if you know what condition qualifies for approval rejection. you can also create workflow/Flow to decide the auto rejection of approval.
Based on your need you can create any one... I HOPE THIS HELPS...
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2024 05:02 AM
Hi @Nikita50 ,
You can create Before Insert Business rule on sysapproval_approvertable and give appropriate filter condition and you can do like
current.state = 'rejected'
Please mark my answer correct and helpful if this works for you
Thanks and Regards
Sarthak