- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-05-2022 05:58 PM
Hello,
maybe someone from the community can help me, we have this UI Action ="Cancel" in RITM form that can cancel the request.
In some request items, when the support person normally cancel the request:
State = Closed Incomplete
Stage = Request Cancelled
which is correct but in some cases, the state and stage after cancelling still updating to Work Inprogress and Fulfillment which is base on the workflow.
How to fix this one?
Solved! Go to Solution.
- Labels:
-
Request Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-05-2022 11:27 PM
Hello Al-john,
Yes you can put this in UI action. but I think best way to do is to put in the after update BR if RITM is cancelled then if the RITM is cancelled from anywhere the workflow will also be cancelled. Also please make sure to check if there is any existing BR that is doing this thing already.
Please mark my respsone as helpful/correct, if it answer your question.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-05-2022 06:35 PM
Hello
Can you please share the screenshot of your workflow to understand the workflow?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-05-2022 08:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-05-2022 11:27 PM
Hello Al-john,
Yes you can put this in UI action. but I think best way to do is to put in the after update BR if RITM is cancelled then if the RITM is cancelled from anywhere the workflow will also be cancelled. Also please make sure to check if there is any existing BR that is doing this thing already.
Please mark my respsone as helpful/correct, if it answer your question.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-06-2022 12:47 AM
Hello Mahendar, there is no BR created for this.
As per our partner vendor who automate our ServiceNow, once the item is canceled the flow and everything in the RITM will be also canceled.
On our case, RITM cancelation works for some request items but sometimes the it is not and the workflow continue like updating the state and stage again and create next catalog task.
Anyway, i updated the UI Action script into:
Will do more testing and get back to you for the result.