mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 15:59:59 +08:00
83 lines
3.1 KiB
JSON
83 lines
3.1 KiB
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"fields",
|
|
"special_access_rules",
|
|
"wsdl_segment",
|
|
"field_reference"
|
|
],
|
|
"title": "LightningExitByPageMetrics - Data API",
|
|
"description": "Represents frequency metrics about the standard pages within which users switched from Lightning Experience to Salesforce Classic. This object is available in API version 44.0 and later.",
|
|
"fields_columns": [
|
|
"type",
|
|
"properties",
|
|
"description",
|
|
"relationship_name",
|
|
"relationship_type",
|
|
"refers_to"
|
|
],
|
|
"fields": {
|
|
"MetricsDate": {
|
|
"type": "date",
|
|
"properties": "Filter, Group, Sort",
|
|
"description": "The date that the data was recorded."
|
|
},
|
|
"PageName": {
|
|
"type": "string",
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|
"description": "The name of the page from which the user switched from Lightning Experience to Salesforce Classic."
|
|
},
|
|
"RecordCount": {
|
|
"type": "int",
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|
"description": "The number of records per user and page."
|
|
},
|
|
"UserId": {
|
|
"type": "reference",
|
|
"properties": "Filter, Group, Sort",
|
|
"description": "UserId of the user who views page. 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<simpleType name=\"ID\">\n <restriction base=\"xsd:string\">\n <length value=\"18\"/>\n <pattern value=\"[a-zA-Z0-9]{18}\"/>\n </restriction>\n</simpleType>\n<complexType name=\"LightningExitByPageMetrics\">\n <complexContent>\n <extension base=\"ens:sObject\">\n <sequence>\n <element name=\"MetricsDate\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:date\"/>\n <element name=\"PageName\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"RecordCount\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:int\"/>\n <element name=\"SystemModstamp\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:dateTime\"/>\n <element name=\"User\" nillable=\"true\" minOccurs=\"0\" type=\"ens:User\"/>\n <element name=\"UserId\" nillable=\"true\" minOccurs=\"0\" type=\"tns:ID\"/>\n </sequence>\n </extension>\n </complexContent>\n</complexType>\n```",
|
|
"field_reference": {
|
|
"Id": {
|
|
"field_label": "Lightning Exit By Page Metrics ID",
|
|
"type": "id",
|
|
"length": "18"
|
|
},
|
|
"MetricsDate": {
|
|
"field_label": "Metrics Date",
|
|
"type": "date"
|
|
},
|
|
"PageName": {
|
|
"field_label": "Page Name",
|
|
"type": "string",
|
|
"length": "40"
|
|
},
|
|
"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"
|
|
]
|
|
} |