mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-05 14:54:50 +08:00
54 lines
2.5 KiB
JSON
54 lines
2.5 KiB
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"supported_soap_calls",
|
|
"supported_rest_api_http_methods",
|
|
"fields",
|
|
"wsdl_segment"
|
|
],
|
|
"title": "CompactLayoutItemInfo - Tooling API",
|
|
"description": "Represents a field selected for a compact layout, and the order of that field in the compact layout.",
|
|
"supported_soap_calls": "`query()`",
|
|
"supported_rest_api_http_methods": "`GET`",
|
|
"fields_columns": [
|
|
"type",
|
|
"properties",
|
|
"description"
|
|
],
|
|
"fields": {
|
|
"CompactLayoutInfo": {
|
|
"type": "CompactLayoutInfo",
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|
"description": "The compact layout associated with this CompactLayoutItemInfo."
|
|
},
|
|
"CompactLayoutInfoId": {
|
|
"type": "Id",
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|
"description": "ID of the compact layout associated with this field."
|
|
},
|
|
"DurableId": {
|
|
"type": "string",
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|
"description": "This field reserved for future use. Do not use."
|
|
},
|
|
"FieldDefinition": {
|
|
"type": "FieldDefinition",
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|
"description": "The definition of this field.",
|
|
"required": true
|
|
},
|
|
"FieldDefinitionId": {
|
|
"type": "string",
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|
"description": "ID of this field.",
|
|
"required": true
|
|
},
|
|
"SortOrder": {
|
|
"type": "int",
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|
"description": "The order of the field in the compact layout. 1 is first."
|
|
}
|
|
},
|
|
"wsdl_segment": "```xml\n<xsd:complexType name=\"CompactLayoutItemInfo\">\n <xsd:complexContent>\n <xsd:extension base=\"ens:sObject\">\n <xsd:sequence>\n <xsd:element name=\"CompactLayoutInfo\" minOccurs=\"0\" type=\"ens:CompactLayoutInfo\" nillable=\"true\"/>\n <xsd:element name=\"CompactLayoutInfoId\" minOccurs=\"0\" type=\"xsd:string\" nillable=\"true\"/>\n <xsd:element name=\"DurableId\" minOccurs=\"0\" type=\"xsd:string\" nillable=\"true\"/>\n <xsd:element name=\"FieldDefinition\" minOccurs=\"0\" type=\"ens:FieldDefinition\" nillable=\"true\"/>\n <xsd:element name=\"FieldDefinitionId\" minOccurs=\"0\" type=\"xsd:string\" nillable=\"true\"/>\n <xsd:element name=\"SortOrder\" minOccurs=\"0\" type=\"xsd:int\" nillable=\"true\"/>\n </xsd:sequence>\n </xsd:extension>\n </xsd:complexContent>\n</xsd:complexType>\n```"
|
|
} |