Second approval depending on Input ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2022 03:32 AM
Hi guys and girls ..
I have a workflow, that requests approval, and then creates a catalog task if approval is granted.
But i have been asked to include more functionality ..
Basically, if the first approver approves, but then decides that this also needs looking at by another department, we then want approval sent to the second set of approvers with notes.
Im struggling to think of a way to achieve this . Ideally there would be a check box somewhere on the first approvers form? that if checked, then it would be sent to the second set of approvers (with their comments), but if not checked then workflow would go straight to the creation of the catalog task.
There must be a way to do this but it is not obvious to me . Can any of you splendid experts suggest something i should look into please?
Thanks so much
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2022 06:20 AM
First, Can you verify if your approvals have approve/reject via email( OOTB Servicenow Provides this but its upto our requirement)
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2022 06:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2022 04:40 AM
So along with the Approve and Reject Button, there would be a "Approve XX" button, which, if pressed , would approve AND set the variable to TRUE
Then i could handle the workflow from there by using IF variable = true etc etc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2022 04:41 AM
Yes.
You need to use these buttons for this specific item only.
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2022 04:06 AM
I was thinking of having a checkbox variable on the form, hidden.(so the requester cant check it)
And then the first approver has the ability to check that box
And then if checked, the workflow will generate the second approval, if not it goes straight to the catalog task.
But i cant think of a way to present that checkbox to the first approver