Interval: Appointment-to-ServiceMax Event Transform Templates
Max-to-SFDC Mappings
You can use the periodInverseFormat function to transform time period values into Interval data type values as follows:
"SVMXC__Driving_Time__c":"periodInverseFormat(payload.fields.svmx_travel_time_to_location, true)"
SFDC-to-Max Mappings
You can use the periodFormat function to transform time period values into Interval data type values as follows:
"svmx_travel_time_to_location": "periodFormat(fields.SVMXC__Driving_Time__c, true)"
For more information:
Was this helpful?