How to skip the approval if Requested for and delegate approver are same
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2024 10:14 AM
Hi Team,
The requirement is we have a user XYZ whose manager is YYY. XYZ is acting as delegate for YYY. Now XYZ is creating the request it should skip the approval because requestor is acting as a delegate for his manager. In this case it should skip the approval. Kindly help me on this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2024 10:33 AM
@Arun91 : How are you planning to implement the flow ? Flow Designer? Workflow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2024 10:46 AM
@Arun91 : In flow, you can simply check if the submitter of the request is defined as a delegate to his manager by looking up the [sys_user_delegate] table. Below is the screenshot that helps you with the structure. We are here checking if submitter is defined as the delegate and submitter manager is defined as the user.
Please mark this as correct answer and helpful if it resolved, or mark this helpful if this help you to reach towards solution.