SyncWith Property
Introduction
The syncWith property is used to establish synchronization between two different trackings that have distinct trackingTypes.
Setup
let's suppose that we have 3 'trackingTypes' : PartnerSync, Customer, Contact.
if we chose to synchronize the partnerSync with Customer and Contact, we need to update it on the 'Tracking Editor' page :
After submitting the form, the system will automatically create the corresponding syncWith property for the target trackingTypes, establishing a bidirectional synchronization between them
Usage
The use of `syncWith` covers both the creation and updating of a tracking by setting the same `TrkID` for synchronized trackings. It ensures that only the shared `dataTypes` between the trackings are synchronized.
By taking the last example, let's create a 'PartnerSync' tracking :