
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2019 05:45 PM
G'day all,
I'm trying to integrate two SN instances such that as soon as an Incident record is created in instance 1 it should also replicate in instance 2. For instance, if I've created an Incident INC0001 in instance 1 then it should also be visible in instance 2. dynamically using REST.
Can someone please provide me the steps to achieve this requirements.
Cheers,
Rahul J
Solved! Go to Solution.
- Labels:
-
Integrations

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2019 07:38 PM
Business rules get triggered after an action on the server, such as on Insert of the record...so as mentioned, you'd want to create a Insert BR for Incident table and then trigger your outbound REST with all the details. Then pick that up in your other instance, parse through it and then insert new record there.
Is there a reason why they need to be replicated in both instances, basically live like that? Are you all merging over to another instance or something? Do you have experience with web services/REST?
Regardless of my curiosity though, the basic gist of everything is above.
Please mark reply as Helpful/Correct, if applicable.
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2019 07:00 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2019 07:15 PM
Hi David,
I reckon I'll proceed with the REST message technique to achieve my req. For this purpose as of now I've created a Business Rule on Incident table of Instance 1 but just wondering how this can be achieved by Script Include rather than BR.
Thanks in advance.
Cheers-
Rahul J

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2019 07:26 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2019 07:31 PM
Would you mind helping me with Script Include script please. Cause I'm fairly new to SN and been working on it since last one month. Though I've got idea about BR and Client Script but I'm finding Script Include bit daunting.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2019 07:38 PM
Business rules get triggered after an action on the server, such as on Insert of the record...so as mentioned, you'd want to create a Insert BR for Incident table and then trigger your outbound REST with all the details. Then pick that up in your other instance, parse through it and then insert new record there.
Is there a reason why they need to be replicated in both instances, basically live like that? Are you all merging over to another instance or something? Do you have experience with web services/REST?
Regardless of my curiosity though, the basic gist of everything is above.
Please mark reply as Helpful/Correct, if applicable.
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!