Need to make RITM state closed when Catalog task closed

sunil maddheshi
Tera Guru

Hi Everyone

 

I want to set RITM state to closed/closed skipped..when catalog task state is closed/closed skipped (need to synch both when close) using flow designer, I tried below but not working, when trying to hardcode the state then working but when trying to set catalog task state to RITM state it is not working, Below is the screenshot

Annotation 2025-01-24 202418.png

 

Synch RITM state with task state.png

4 REPLIES 4

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @sunil maddheshi 

From a process perspective:

An RITM can have multiple tasks, and tasks can be marked as Closed or Closed Skipped.

If the first task is marked as Closed Skipped, and you want the RITM to also be marked as Closed Skipped, this approach is incorrect. Closed Skipped indicates that the task was not required for that RITM at that time. So, consider this point carefully before implementing the change.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Hi Atul,

in my scenario i have only one catalog task for catalog item, and i want to synch the state when task state ritm state should be also closed using the flow designer. Could you please see if i am doing any mistake 

Hi @sunil10 

 

You can set the stage or you can use the BR to sync it.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

OlaN
Giga Sage
Giga Sage

Hi,

Stages are one of those fields you should never manipulate (by using update record) when using Flow designer.

If you need to set stages, use the built in Stage sets, either by importing an existing one, or creating a new custom one.

You can read more on how on the Docs.