How can I transfer data from one instance to another instance except update sets?

PranjalA
Tera Contributor

Hey folks! 

Recently, we have this requirement of moving an catalog item along with UI Policies, Client Scripts and attached flow without using Update Sets . Any help ?

 

2 REPLIES 2

Dr Atul G- LNG
Tera Patron
Tera Patron

Why not update set? That is best way and OOTB way and build for same purpose. 

 

Try with xml way but not sure that works 100%.

 

*************************************************************************************************************
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]

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

Sandeep Rajput
Tera Patron
Tera Patron

@PranjalA You can export the XML of Catalog Item, UI Policies, Client script and flows, however there are a lot of M2m tables and exporting each record would be quite cumbersome. I recommend using Update set as it automatically captures all the related records for you.