Relationship: Job-to-Work Order Transform Templates
Max-to-SFDC
During Max-to-SFDC sync, the value of the Relationship field is the external ID of the related record. In transform templates, you can directly map the fields as follows:
"SVMXC__Company__c": "payload.fields.svmx_account",
SFDC-to-Max
During SFDC-to-Max sync, you can use the concat transform function with the external prefix added to the Relationship field value, as follows:
"svmx_account": "concat('external-', fields.SVMXC__Company__c)"
For more information: