- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2023 10:27 AM - edited 01-20-2023 10:28 AM
For a new implementation of customer service - foundation data as the first application module to implement. Isn't it better to import the data , in production and then clone it to lower sub production instances . Any issues or suggestions
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2023 05:37 PM
For latest release , I was able to find myself answers in another thread on new implementation in the community and also in ITSM guided setup for new customers and documentation per ServiceNow .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2023 07:21 PM - edited 01-20-2023 07:22 PM
The main purpose of the Non production instances are to load data and test on that whether we are getting expected output as per our requirement or not. If you do the import directly on production instance it will be completely mess and not a good practice at all. As it is the live instance we can't directly import or make changes in that.
Best practice is always do import /load data on non prod instance then you can move the XML files to the production so that sys_id remains same throughout the different instances.
Hope it helps.
Please Mark My Response as Correct/Helpful based on Impact
Regards,
Gunjan Kiratkar
2X ServiceNow MVP
Community Rising Star 2022
Youtube : ServiceNow Guy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2023 08:41 AM
Incase of an existing live production instance , yes we Usually always import in development instance and then validate to move to production . But if its a new production blank new instance , not live yet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2023 12:18 PM
Still that is not a good practice. Because the purpose of instance is changing by doing this and proper testing is not possible by doing this as lot of test data is getting created.
I will recommend to go with below pathway:-
development - test - production
Please Mark My Response as Correct/Helpful based on Impact
Regards,
Gunjan Kiratkar
2X ServiceNow MVP
Community Rising Star 2022
Youtube : ServiceNow Guy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2023 05:37 PM
For latest release , I was able to find myself answers in another thread on new implementation in the community and also in ITSM guided setup for new customers and documentation per ServiceNow .