- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2024 05:56 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2024 07:07 AM
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.
:{)
Helpful and Correct tags are appreciated and help others to find information faster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2024 10:54 PM
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2024 11:33 PM
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2024 01:05 AM
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2024 07:07 AM
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.
:{)
Helpful and Correct tags are appreciated and help others to find information faster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2024 10:41 PM - edited 06-11-2024 10:45 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2024 10:54 PM
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2024 11:23 PM - edited 06-11-2024 11:24 PM
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