Home
Salesforce
Salesforce Get Record Layout Metadata Structure
Salesforce Get Record Layout Metadata Structure
Type: object
Properties: 8
Required: 8
Fortune 500 AI Analytics Cloud Commerce CRM Customer Service Enterprise Marketing Platform Sales
GetRecordLayoutMetadata is a JSON Structure definition published by Salesforce, describing 8 properties, of which 8 are required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.
Properties
eTag
id
layoutType
mode
objectApiName
recordTypeId
saveOptions
sections
Meta-schema: https://json-structure.org/draft/2020-12/schema
JSON Structure
{
"type": "object",
"name": "GetRecordLayoutMetadata",
"properties": {
"eTag": {
"type": "string"
},
"id": {
"type": "string"
},
"layoutType": {
"type": "string"
},
"mode": {
"type": "string"
},
"objectApiName": {
"type": "string"
},
"recordTypeId": {
"type": "string"
},
"saveOptions": {
"type": "array",
"description": "",
"items": {
"type": "string"
}
},
"sections": {
"type": "array",
"description": "",
"items": {
"type": "object",
"properties": {
"collapsible": {
"type": "boolean"
},
"columns": {
"type": "integer"
},
"heading": {
"type": "string"
},
"id": {
"type": "string"
},
"layoutRows": {
"type": "array",
"description": "",
"items": {
"type": "object",
"properties": {
"layoutItems": {
"type": "array",
"description": "",
"items": {
"type": "object"
}
}
},
"required": [
"layoutItems"
]
}
},
"rows": {
"type": "integer"
},
"useHeading": {
"type": "boolean"
}
},
"required": [
"collapsible",
"columns",
"heading",
"id",
"layoutRows",
"rows",
"useHeading"
]
}
}
},
"required": [
"eTag",
"id",
"layoutType",
"mode",
"objectApiName",
"recordTypeId",
"saveOptions",
"sections"
],
"$schema": "https://json-structure.org/draft/2020-12/schema"
}