Doubt on integration between two instances

Bruce lee
Tera Contributor

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.

6 REPLIES 6

maroon_byte
Mega Sage

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.

 

No whenever a new story is created also it should get posted there ,and whenever modified it should get modified

Hi @Bruce lee , 

You can explore the e-bodning setup to integration two instaces for record/data SYNC.

 

Refer this 

https://www.servicenow.com/community/itsm-forum/how-to-setup-ebonding-between-instance-a-and-instanc...

 

-Thanks,

AshishKM


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

In that article I didn't found any proper information and the links provided in that article is not  working