You are here:
Omnistudio Components For Vehicle Status
The Vehicle Status Panel uses multiple Omnistudio components that help users view telemetry metrics in real time on a Vehicle record.
Required Editions
| Available in: Enterprise, Unlimited, and Developer Editions. |
FlexCards
Review the predefined Flexcards.
| Name | Descriptions |
|---|---|
| ConnectedServicesVehicleStatusParentCard | Parent card that contains up to five cards that show vehicle status metrics. You can customize the Flexcard to show more than five metrics. Use the Lightning App Builder to add this card to a Vehicle record page. This card uses the Vehicle Identification Number of the vehicle record as the context. |
| ConnectedServicesVehicleSingleMetricCard | Shows the value for a single vehicle status metric. Admins can add multiple child Flexcards to the parent Flexcard based on the number of metrics they want to show on a Vehicle page. For example, if the admin wants to show 7 metrics on the Vehicle page, they add 7 ConnectedServicesVehicleSingleMetricCard flexcards to the ConnectedServicesVehicleStatusParentCard Flexcard. |
| ConnectedServicesVehicleDisplayNameCard | Shows the name of the vehicle for which the metric values are received from the external telematics system. |
| ConnectedServicesVehicleStatusRefreshTime | Shows the last refreshed time for the vehicle’s status metrics and a Refresh action that the user can select to get the latest metric values. |
Integration Procedure
Review the predefined integration procedure.
| Name | Descriptions |
|---|---|
| RemoteActions/GetVehicleMetrics | Fetches the vehicle health metrics and status from the external telematics system via an integration layer to show on the parent card. |
Omnistudio Data Mapper
Review the predefined data mappers.
| Name | Descriptions |
|---|---|
| RemoteActionsGetVehicleDisplayName | Fetches the name of the vehicle from a Vehicle record. |
| RemoteActionsTransformApexError | Transforms the integration call’s response to identify and set error values. |
| RemoteActionsTransformExposedAttributes | Transforms the exposed attributes on the parent Flexcard to match with the metrics in the integration call’s response. |
| RemoteActionsGetVehicleMetrics | Gets the status of a vehicle from an external system via an integration layer. |
| RemoteActionsTransformVehicleMetrics | Transforms the vehicle metrics from the integration call response to show in a specific format. |
Did this article solve your issue?
Let us know so we can improve!

