How can I transfer data from one instance to another instance except update sets?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2024 06:16 AM
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 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2024 05:37 AM
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]
****************************************************************************************************************

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2024 05:37 AM
@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.