Doubt on integration between two instances
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2024 06:23 AM
Hi,
My requirement is:
*In instance A whenever a new story(rm_story) is created or updated or deleted or any changes occured It should replicate in instance B ,
*Without using separate rest messages for every crud operations
*Is it possible to achieve in single functionality .if yes!!! how? please explain me friends.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2024 06:38 AM
Just to understand: you need to sync the life cycle and all changes of a story record from one instance to another in one shot using one REST call per story?
I guess you can do so using the scheduled job to run once a day to sync all closed stories from one instance to another.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2024 06:44 AM
No whenever a new story is created also it should get posted there ,and whenever modified it should get modified
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2024 07:28 AM
Hi @Bruce lee ,
You can explore the e-bodning setup to integration two instaces for record/data SYNC.
Refer this
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2024 11:19 PM
In that article I didn't found any proper information and the links provided in that article is not working