{
"sections": [
"title",
"description",
"fields",
"special_access_rules",
"wsdl_segment",
"field_reference"
],
"title": "LightningToggleMetrics - Data API",
"description": "Represents users who switched from Lightning Experience back to Salesforce Classic. This object is available in API version 43.0 and later.",
"fields_columns": [
"type",
"properties",
"description",
"relationship_name",
"relationship_type",
"refers_to"
],
"fields": {
"Action": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "User switched from Lightning Experience to Salesforce Classic or from Salesforce Classic to Lightning Experience."
},
"MetricsDate": {
"type": "date",
"properties": "Filter, Group, Sort",
"description": "Date user switched."
},
"RecordCount": {
"type": "int",
"properties": "Filter, Group, Nillable, Sort",
"description": "Number of user switches."
},
"UserId": {
"type": "reference",
"properties": "Filter, Group, Sort",
"description": "UserId of user who switched. This is a relationship field.",
"relationship_name": "User",
"relationship_type": "Lookup",
"refers_to": "User"
}
},
"special_access_rules": "Not available in sandbox orgs.",
"wsdl_segment": "```xml\n\n \n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n\n```",
"field_reference": {
"Action": {
"field_label": "Action",
"type": "string",
"length": "40"
},
"Id": {
"field_label": "Lightning Toggle Metrics ID",
"type": "id",
"length": "18"
},
"MetricsDate": {
"field_label": "Metrics Date",
"type": "date"
},
"RecordCount": {
"field_label": "Record Count",
"type": "int",
"digits": "9"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
},
"UserId": {
"field_label": "User ID",
"type": "reference",
"length": "18"
}
},
"field_reference_columns": [
"field_label",
"type",
"length",
"digits"
]
}