Synchronization between a parent and a child change.

pavi12
Tera Contributor

We are implementing a parent–child change model in ServiceNow and are looking for best-practice guidance.

As a Change Manager, I want to explore and validate how parent and child Change Requests should transition between states, so that Resolver teams can operate independently.

 

Parent - Child State synchronization

Explore how state transitions should behave when driven from the parent change:

1. When the Parent Change moves to Scheduled

  • All Child Changes move to Scheduled

2. When the parent change is rejected in Authorize and moved to New state

  • All child change moves to New state

 

Child - Parent State synchronization

Explore how child change execution should influence the parent:

1. When all child Changes moves to Authorize

  • Parent Change moves to Authorize
  • Child changes must not trigger CAB approvals in Authorize state. Only the Parent Change drives the CAB approval.

2. When any Child Change moves to Implementation

  • Parent Change automatically moves to Implementation

3. When all Child Changes move to Review

Any guidance or examples from similar implementations would be greatly appreciated.

Thanks in advance!

 

Thanks,

Pavithra.

1 REPLY 1

Dr Atul G- LNG
Tera Patron

Hi @pavi12 

OOTB, there is no rule, logic, or script that supports this. Out-of-the-box, only incident parent-child relationships work.

If you want to implement what you’re describing, you will need to build a customization, and it’s not easy because changes involve three types:

  1. Raising via model

  2. Changes with approval

  3. CAB/ECAB and much more.

So, to implement this fully, you will need to build the entire logic yourself.

*************************************************************************************************************
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/dratulgrover [ Connect for 1-1 Session]

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