{ "sections": [ "title", "description", "file_information", "directory_location", "fields", "wsdl_segment", "declarative_metadata_sample_definition" ], "title": "RecordPageSettings - Metadata API", "description": "Represents an org’s record page settings. This type extends the Metadata metadata type and inherits its fullName field.", "file_information": ".settings", "directory_location": "settings", "fields_columns": [ "type", "description" ], "fields": { "enableActivityRelatedList": { "type": "boolean", "description": "Indicates whether the default activities view is related lists (true) or activity timeline (false)." }, "enableDynamicForms": { "type": "boolean", "description": "Indicates whether Dynamic Forms is enabled for the org. Removed in API version 50.0 and later." }, "enableFullRecordView": { "type": "boolean", "description": "Indicates whether the default record page view is full view (true) or grouped view (false)." } }, "wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n\n```", "declarative_metadata_sample_definition": [ { "description": "This is a sample recordpage.settings metadata file.", "code": "\n\n true\n true\n true\n" } ] }