Query in requested item

servicenow lath
Tera Contributor

In order guide( new Hire) .

All the Requested item is closed complete--> but the Request_State is not changing to closed complete.

 

 

 

 

1 ACCEPTED SOLUTION

Ratnakar7
Mega Sage
Mega Sage

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:

Ratnakar7_0-1679298951856.png

Ratnakar7_2-1679299324906.png

 

#Workflow:

Ratnakar7_1-1679299146465.png

 

 

Thanks,

Ratnakar

View solution in original post

5 REPLIES 5

Ratnakar7
Mega Sage
Mega Sage

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:

Ratnakar7_0-1679298951856.png

Ratnakar7_2-1679299324906.png

 

#Workflow:

Ratnakar7_1-1679299146465.png

 

 

Thanks,

Ratnakar