How to migrate 200 catalog items from one instance to another instace?

shabbir5
Tera Guru

Hi All,

 

what is order of steps to migrate catalog items from one instance to another instance?

 

we need to migrate 200 catalog items 

 

Thank you,

Shabbir Shaik

6 REPLIES 6

fzm
Giga Contributor

To migrate 200 catalog items between ServiceNow instances, follow these steps:

  1. Update Sets – Capture catalog items, variables, flows, etc. Be sure to include dependencies.

  2. Export/Import XML – Use this for anything missed by update sets.

  3. Check Dependencies – Migrate variable sets, scripts, workflows first.

  4. Test – Verify each item works in the target instance.

  5. Backup – Keep XML exports as a backup.

Break the work into smaller batches if needed. Let me know if it's scoped or global!

susan234spe
Kilo Contributor

@shabbir5 dog whistlingswrote:

Hi All,

 

what is order of steps to migrate catalog items from one instance to another instance?

 

we need to migrate 200 catalog items 

 

Thank you,

Shabbir Shaik


Migrating 200 ServiceNow catalog items primarily involves **Update Sets** due to complex dependencies. First, during **planning and preparation**, meticulously identify all related components for each item, including variables, UI policies, client scripts, and associated workflows or flows. Then, create and logically sequence your **Update Sets** (e.g., foundational components first, then core items, then workflows) on the source instance, ensuring all related records are captured. On the target instance, **retrieve, preview, and commit these Update Sets in the correct order**, carefully resolving any skipped records or collisions. Finally, thoroughly **validate and test** the migrated items, including end-to-end user testing and checking for correct permissions and reference data, to ensure full functionality.