Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Instance Data Replication

kaan93006197541
Tera Contributor

Hello everyone,

I need a tip on how to pass data between two independent instances to keep the data synchronized.
For this I need the Instance Data Replication Plugin, but this can only be requested if you have the support at Servicenow, which I do not have!
What can I do?

4 REPLIES 4

SteveMac1
Mega Guru

I don't believe this is possible. Is this between multiple PDIs?

yes, i would like to synchronize the incident table between two independent instances, changes to the table should be adjusted in instance 1 as well as instance 2 at the same time.

robertwilson
Tera Contributor

IDR is a licensed plugin requiring a subscription, you could look into MID server exports and scheduled imports depending on your specific use case

Hi Robert, 

I am implementing Instance Data Replication. The table I am replication is sys_user_group. It has many custom attributes. After seeding when I checked it did not replicate the custom fields and values. I had selected all fields Enable Transform. Can you tell what could be the reason?