Loading
Salesforce now sends email only from verified domains. Read More
Automotive Cloud
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          Upload Telemetry Definition Component Structure

          Upload Telemetry Definition Component Structure

          Define your component structure in JSON format.

          Required Editions

          Available in: Lightning Experience
          Available in: Enterprise, Unlimited, and Developer Editions
          User Permissions Needed
          To create and update Telemetry Definitions: Telemetry Definition and Action Management Designer
          1. From Setup, in the Quick Find box, enter and select Telemetry Definition and Action Management.
          2. On the Telemetry Definition tab, open your telemetry definition record.
          3. Open your created telemetry definition version.
          4. Click Upload and drop your JSON file.
          5. To make changes to your structure, click Save as New Version to create another telemetry definition version and upload a new JSON file.
          Example
          Example

          The admin at Neo Motors uploads the structure for her telemetry definition in JSON format. A part of her JSON looks like this:

          {
            "Vehicle": {
              "children": {
                "ADAS": {
                  "children": {
                    "ABS": {
                      "children": {
                        "IsEnabled": {
                          "datatype": "boolean",
                          "description": "Indicates if ABS is enabled. True = Enabled. False = Disabled.",
                          "type": "actuator"
                        },
                        "IsEngaged": {
                          "datatype": "boolean",
                          "description": "Indicates if ABS is currently regulating brake pressure. True = Engaged. False = Not Engaged.",
                          "type": "sensor"
                        },
                        "IsError": {
                          "datatype": "boolean",
                          "description": "Indicates if ABS incurred an error condition. True = Error. False = No Error.",
                          "type": "sensor"
                        }
                       },
              "description": "Antilock Braking System signals.",
              "type": "branch"
            }
          } 

          Users can click Show enhanced view to view and search for specific target component paths in their uploaded structure.

           
          Loading
          Salesforce Help | Article