One approval if SPAD Approver and Line manager approver is same
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2024 09:43 PM
Hi All,
I have a requirement for my form.
The request should go for SPAD approver and then Line manager. But if line manager approver is same as SPAD approver then skip it.
SPAD approver triggers from the wf on SCTASK and line manager triggers from the flow designer on RITM.
How can I achieve this ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2024 10:11 PM
Hi @Kanika4
In Flow Designer, query the approval table using the RITM record to retrieve the approver. If the approver is the same as the line manager, simply skip that approval step.
Thanks
Eshwar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2024 10:18 PM
SPAD approver is on SCREQ and line manager will be raised on RITM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2024 10:43 PM - edited 10-14-2024 10:53 PM
@Kanika4
In Flow Designer, query the approval table using the RITM record where the request number is the specified request number. Retrieve the approver and check if the approver is the same as the line manager; if they are the same, skip that approval step.
@Kanika4
Refer to the below screenshots
Please mark this response as Correct and Helpful if it helps you can mark more that one reply as accepted solution
Thanks
Esh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2024 07:17 PM
what if we want to do this check on multiple forms ?
Will adding this logic to a subflow and then adding the subflow to each flow is a good idea ?
or is there any logic that can be implemented in the BR ?