Step 3 – defining the unique identifiers
Now that we have defined the entities and the rules for how they will map to each other, we need to define how we will uniquely identify every record that we are synchronizing. This will ensure that we synchronize one copy only of each quote and order for our RideRight CRM users to view.
The preferred method is to use the unique identifiers in the ERP database if they are available. If they are not available, use the quote or order reference number.
For our worked example, we will use the quote or order reference number.
Orders and quotes are associated with customers, and each order and quote contains a customer number which links it to a customer. The customer number is a unique reference to a customer. We will use the customer number field on an order or...