In Servicnow how to move data from Dev to test to prod

Basha4
Tera Expert

Hi, 

In ServiceNow how to move data from Dev to test to prod

For this one, can we use an Update set or anything

Please provide information for this one with an example

 

Regards

Basha

1 ACCEPTED SOLUTION

If my answer helped you can you also mark it as correct.

 

Thanks.

View solution in original post

12 REPLIES 12

If my answer helped you can you also mark it as correct.

 

Thanks.

Hello @Saurav11 

Can you please provide details about catalog items 

This catalog items are used In Bank and Insurance based projects 

you can give examples or real-time examples also

Thank you

Basha

Hello,

 

So catalog items are nothing but form for Users where the User can fill the required details and submit it.

 

While designing the form you must take care of what information you require from the Users so that the group who will work on the RITM created by that catalog item. So you would create those variables and user will fill those variables and submit it. 

 

So for a insurance you will have fields like type of insurance/ how much many you want to invest every month/ time period of the insurance and son on..

 

You can learn more about it over here on how to create a catalog item

 

https://developer.servicenow.com/dev.do#!/learn/learning-plans/sandiego/citizen_developer/CIT_Creati...

 

Please mark my answer as correct based on Impact.

Murthy Ch
Giga Sage

Hi @Basha4 

If you want to move your custom updates from one instance to another instance we can use update sets.

Here is the video it explains ways to move update sets:
https://www.youtube.com/watch?v=aRTzSSkwUCA&t=452s 

Hope it helps

 

Thanks,
Murthy

Thank You @Murthy Ch