You are here:
Predefined Omnistudio Data Mappers for Automotive Scheduler
Omnistudio Data Mapper is a mapping tool that enables you to extract, transform, and load Salesforce data for use in an Omniscript. Both the guided flows for scheduling test drive and vehicle service appointments include multiple data mappers. The data mappers read data from objects, captures new and changed data based on a user’s selections, and writes back transformed data to the flexcards, integration procedures, and omniscripts. Customize the predefined data mappers if you want to modify the input parameters for the JSON output during Extract and Transform, or if you want to modify the JSON output field mappings during Load.
Required Editions
| Available in: Enterprise, Unlimited, and Developer Editions. |
The following predefined data mappers are available in Automotive Cloud.
| Name | Description |
|---|---|
| AutoSchedulerDefaultDate | Sets the default date on the calendar for time slot selection when the screen loads for the first time. |
| AutoSchedulerDateText | Formats the date text to display on the date and time slot selection screen of the scheduling wizard. |
| AutoSchedulerDateForward | Sets the date in the scheduling wizard as the next day when the user clicks Next Day. |
| AutoSchedulerDateBack | Sets the date in the scheduling wizard as the previous day when the user clicks Previous Day. |
| AutoCloudSchedulerCheckEntityAccess | Validates that a user has the required object and record access to schedule a service appointment. |
| AutoCloudSchedulerDRExtractForAppointment | Fetches the input JSON containing the vehicle service appointment details, and sends it to the appointment scheduling API. |
| AutoCloudSchedulerDRExtractForTDAppointment | Fetches the input JSON containing the test drive appointment details, and sends it to the appointment scheduling API. |
| AutoCloudSchedulerFilterDealers | Filters dealer locations based on the dealer name or city entered as search input by the user. |
| AutoCloudSchedulerGetAppointmentTimeSlotsSelection | Fetches the date and time slot selected by the user for a service appointment. |
| AutoCloudSchedulerGetAppointmentTypes | Fetches all work types of Vehicle Service category in the org. |
| AutoCloudSchedulerGetBusinessProfile | Fetches the business profile of a partner user’s account. |
| AutoCloudSchedulerGetServiceResources | Fetches all Service Resource records associated with a service territory and selected work type. |
| AutoCloudSchedulerGetServiceTerritories | Fetches all Service Territory records associated with a partner user, or based on location search specifications. |
| AutoCloudSchedulerGetTestDriveAppointmentTypes | Fetches all active work types of Test Drive category in the org. |
| AutoCloudSchedulerGetUserDetails | Fetches the details of the user who initiates a service appointment. |
| AutoCloudSchedulerGetVehicles | Fetches all Vehicle records based on asset-type service resources associated with a service territory and selected work type. |
| AutoCloudSchedulerMergeServiceResourcesListsAndRemoveDuplicates | Displays the list of available service resources and their next availability date and time. |
| AutoCloudSchedulerModifyNextAvailabilityDateTime | Formats the information for service resource name, service resource type, and next availability date and time for the service resource options shown to the user. |
| AutoCloudSchedulerNoDealerFound | Sets values for the empty state displayed to the user when no results are found that match the search input. |
| AutoCloudSchedulerReviewAppointment | Displays summary of a service appointment before the user proceeds with the booking. |
| AutoCloudSchedulerSetAppointmentTimeSlotsSelection | Sets the selected date and time values for the review appointment details screen. |
| AutoCloudSchedulerSetDefaultDateForIP | Sets the default date as the current date before the user selects a date and time slot. |
| AutoCloudSchedulerTranformInputForTimeSlotSelection | Creates the date and time input in a specific format for the date time selection screen. |
| AutoCloudSchedulerTransformDRForFinalAppointmentScheduling | Generates the JSON data that’s sent as an input to the API for scheduling the appointment. |
| AutoCloudSchedulerTransformGetServiceResourcesResponse | Transforms the input data to generate the service territory ID, service resource ID, and next availability date and time for the service resource options shown to the user. |
| AutoCloudSchedulerTransformInputForGetServiceResources | Transforms the input data to identify the list of available service resources. |
| AutoCloudSchedulerUploadComment | Updates the Comment field on a Service Appointment record. |
Did this article solve your issue?
Let us know so we can improve!

