Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

Sync filed value between parent to child case

MK-p
Tera Contributor

I want to sync state,priority,short description,comments and work notes to child case from parent if there is any change.

1 ACCEPTED SOLUTION

Runjay Patel
Giga Sage

Hi @MK-p ,

 

No need of writing script for this, you just need to enable two property.

sn_customerservice.parent_child_ case_sync =true

sn_customerservice.case_fields_to_sync = Add your fileds here with comma separated

 

-------------------------------------------------------------------------

If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.


Regards
Runjay Patel - ServiceNow Solution Architect
YouTube: https://www.youtube.com/@RunjayP
LinkedIn: https://www.linkedin.com/in/runjay

-------------------------------------------------------------------------

View solution in original post

4 REPLIES 4

AshishKM
Kilo Patron
Kilo Patron

Hi @MK-p ,

 

You can write BR [update] on parent table and read all child record and update the reqired field.

There is OOTB BR, please check

 

AshishKM_0-1734678693459.png

 

 

-Thanks,

AshishKM


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

MK-p
Tera Contributor

@AshishKM can you help me with code please.

Runjay Patel
Giga Sage

Hi @MK-p ,

 

No need of writing script for this, you just need to enable two property.

sn_customerservice.parent_child_ case_sync =true

sn_customerservice.case_fields_to_sync = Add your fileds here with comma separated

 

-------------------------------------------------------------------------

If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.


Regards
Runjay Patel - ServiceNow Solution Architect
YouTube: https://www.youtube.com/@RunjayP
LinkedIn: https://www.linkedin.com/in/runjay

-------------------------------------------------------------------------

It worked perfectly.