Interval: Job-to-Work Order 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__Service_Duration__c":"periodInverseFormat(payload.fields.svmx_estimated_service_duration)"
SFDC-to-Max Mappings
You can use the periodFormat function to transform time period values into Interval data type values as follows:
"svmx_estimated_service_duration":"periodFormat(fields.SVMXC__Service_Duration__c, false, 'PT0H')"
For more information:
Was this helpful?