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

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

daiva
Tera Guru

 

Hi @johnfeist 

We can Transfer the Applications in between the Instances, but i'm not able to get the Data from my Dev Instance to Test Instance.
I Know these below methods to get the Data into the Instance.
1)Can import data using XML or any other Import Format.
2)Using Update sets we can Move the data.
3)Clone the instance.

But i need a Relationship that Can send the Recently made developments, data and Every thing related to the Application need to be a one Go.
Please let me Know any Option Available in ServiceNow to Achieve This Query.

Thanks,
Prasad N

 

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]

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

Hi @Dr Atul G- LNG 

May be i'm not clear in explaining it. Yes 
1)Capturing Business Logic in Update sets.
2)Import the data 
3)In my scenario Cloning is used from Dev to Test.
Thanks for the Insights.
Can we Use IDR (Instance Data Replication)?

Thanks,
Daiva