Creating a Dev Instance and Test Instance Relationship.

daiva
Tera Guru

Hello Everyone,

I have a Instance A(Company Dev instance) and Instance B(Company Test Instance).
When i publish my application to the store then i need to install the Application on my Test Instance.
How can i do that using Integration? 

Thanks,
Daiva

4 ACCEPTED SOLUTIONS

johnfeist
Mega Sage
Mega Sage

Hi davia,

I'm not sure why you are looking to do that via integrations since ServiceNow has it built in via System Applications | My Company Applications.  Coding that up by yourself is not a simple task.

Hope that helps.

:{)

Helpful and Correct tags are appreciated and help others to find information faster

View solution in original post

Hi @daiva 

 

Data need to move seperatly, not via Application as you asked. You can use Only

1)Can import data using XML or any other Import Format.

As far I know, update set captured only business logic not the data ( foundation / transactional)
2)Using Update sets we can Move the data.

Cloning done from higher to lower env not from lower to higher( Not recommnded)
3)Clone the instance.

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

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

View solution in original post

Hi @daiva 

Not 100% sure about IDR but I am nit getting one point mate, why you are putting so much efforts for data to move? Is this foundation data for the application or transactional data?

 

IDR will take time and efforts to set up , if it just data, use import export XML and work done.

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

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

View solution in original post

Hi @daiva 

 

Got your points now, So in this case , IDR can be a good way, or might be integrate INCT 1 - INCT2 just for data and make it via flow to schedule it every day / mid night.

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

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

View solution in original post

7 REPLIES 7

Hi @daiva 

Not 100% sure about IDR but I am nit getting one point mate, why you are putting so much efforts for data to move? Is this foundation data for the application or transactional data?

 

IDR will take time and efforts to set up , if it just data, use import export XML and work done.

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

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

Hi @Dr Atul G- LNG 

Yes it is a Foundation Data.
Where i can't again Import the whole number of Excel sheets again into my Test instance. And the data getting updated Day to Day. 
Can't do it multiple times. So i need a connection that can update the data.
For Better Understanding
For ex: A Portal page called Customer Details
Where this tables contains multiple reference fileds from from different Tables
Country, State, and some of his details need to fetch from some other table.

Why i need data? 
I need to Performance Testing on the application.
without the specific fields and right data i can't do it.

We may use Cloning but when they are changing/updating the Fields i can't update it manually 
So the Automation feature that need to Send the data day to day Update.

Thanks,
Daiva


Hi @daiva 

 

Got your points now, So in this case , IDR can be a good way, or might be integrate INCT 1 - INCT2 just for data and make it via flow to schedule it every day / mid night.

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

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