{ "sections": [ "title", "description", "supported_soap_calls", "supported_rest_api_http_methods", "fields", "wsdl_segment" ], "title": "CompactLayout - Tooling API", "description": "Represents the values that define a compact page layout.", "supported_soap_calls": "`create()`, `delete()`, `getDeleted()`, `getUpdated()`, `query()`, `retrieve()`, `search()`, `update()`, `upsert()`", "supported_rest_api_http_methods": "`DELETE`, `GET`, `PATCH`, `POST`", "fields_columns": [ "type", "properties", "description" ], "fields": { "DeveloperName": { "type": "string", "properties": "Filter, Group, Sort", "description": "The developer’s internal name for the compact layout (for example, “CL_c”) used in the API. Note: Only users with View DeveloperName OR View Setup and Configuration permission can view, group, sort, and filter this field." }, "FullName": { "type": "string", "properties": "Create, Group, Nillable", "description": "The unique name used as the compact layout identifier for API access. The fullName can contain only underscores and alphanumeric characters. It must be unique, begin with a letter, not include spaces, not end with an underscore, and not contain two consecutive underscores. Query this field only if the query result contains no more than one record. Otherwise, an error is returned. If more than one record exists, use multiple queries to retrieve the records. This limit protects performance." }, "ManageableState": { "type": "ManageableState enumerated list", "properties": "Filter, Group, Nillable, Restricted picklist, Sort", "description": "Indicates the manageable state of the specified component that is contained in a package: beta deleted deprecated deprecatedEditable installed installedEditable released unmanaged" }, "MasterLabel": { "type": "string", "properties": "Filter, Group, Sort", "description": "The name of the compact layout in Setup." }, "Metadata": { "type": "mns:CompactLayout", "properties": "Create, Nillable, Update", "description": "The compact layout metadata. Query this field only if the query result contains no more than one record. Otherwise, an error is returned. If more than one record exists, use multiple queries to retrieve the records. This limit protects performance." }, "NamespacePrefix": { "type": "string", "properties": "Filter, Group, Nillable, Sort", "description": "The namespace of the package of which the compact layout is a part." }, "SobjectType": { "type": "Restricted picklist", "properties": "Filter, Group, Restricted picklist, Sort", "description": "The type of object used in the layout, such as an Account or Lead." } }, "wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n\n\n\n\n \n \n \n \n \n \n \n \n\n```" }