I have record A and a record B on same source table but using different sync filters, all the DB writes and updates are happening through record A, so it is holding all the updated values, but record B is not getting synced to update the latest values.I tried establishing one to one relationship between record A and B, using same primary key, but still sync doesn't happen.
Is there any other way to sync the record B whenever an update happens to the source table through record A?
Discussion posts and replies are publicly visible
If you've configured 2 records on the same source table it should sync automatically but you need to use the same connected system.
Though you need to be sure that both Records are on the same version. You need to make sure they both have the schema specified. You can upgrade the record type by simply remapping the data source.
Thanks Mathieu Drouin , I tried updating the record to specify the schema like you suggested, but still the sync is not happening as expected.
1. You can see the schema on both records?
2. You are using the same connected system for both Records?
Yes, I can see schema on both records and using same connected system for both records.1. 2.