- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2023 02:24 AM - edited 03-20-2023 09:35 PM
In order guide( new Hire) .
All the Requested item is closed complete--> but the Request_State is not changing to closed complete.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2023 12:59 AM - edited 03-20-2023 01:02 AM
Hi @servicenow lath ,
As per my last post(How to close a RITM when the SC task is completed in Flow designer ), there's no need to write extra code,Instead, at the end of the workflow (at the End workflow activity), if we set the "stage" to "Completed" then we have OOB business rules, which would turn the RITM stage to "completed" and state to "close complete" .
You just need to set "stage' as 'Completed' at the end of your Flow /Workflow of RITM.
Please find below screenshots:
#Flow:
#Workflow:
Thanks,
Ratnakar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2023 12:59 AM - edited 03-20-2023 01:02 AM
Hi @servicenow lath ,
As per my last post(How to close a RITM when the SC task is completed in Flow designer ), there's no need to write extra code,Instead, at the end of the workflow (at the End workflow activity), if we set the "stage" to "Completed" then we have OOB business rules, which would turn the RITM stage to "completed" and state to "close complete" .
You just need to set "stage' as 'Completed' at the end of your Flow /Workflow of RITM.
Please find below screenshots:
#Flow:
#Workflow:
Thanks,
Ratnakar