Configuring Initial Sync for First Scheduled Time Tracking
If your organization's reporting requirements include tracking the times at which
Jobs are first scheduled, you must configure the
Initial Sync Jobs initial sync action to include the Salesforce
First Scheduled Time field. For more information, see
About First Scheduled Time Tracking in
Max for Administrators.
To configure initial sync for first scheduled time tracking:
1. In
Max Designer, on the
Developer Tools (
) launchpad menu, click
Initial Sync Actions, and then in the list view, click
Initial Sync Jobs.
2. On the record page, in the
Query URL field, add the following field into the
SELECT statement, and then in the top left corner, click
Save and Close (
).
SVMXC__FirstScheduledDateTime__c
3. On the
Developer Tools (
) launchpad menu, click
Transform Templates, and then in the list view, click
Job Initial Sync Template.
4. On the record page, in the
Custom Field Mappings field, add the following JSONfield mapping code, and then in the top left corner, click
Save and Close (
).
"svmx_first_scheduled_time": "isoDateFormat(SVMXC__FirstScheduledDateTime__c)"
For more information: