{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields",
"sub_types",
"wsdl_segment",
"declarative_metadata_sample_definition"
],
"title": "CustomHelpMenuSection - Metadata API",
"description": "Represents the section of the Lightning Experience help menu that the admin added to display custom, org-specific help resources for the org. The custom section contains help resources added by the admin. This type extends the Metadata metadata type and inherits its fullName field.",
"file_information": ".customHelpMenuSection",
"directory_location": "customHelpMenuSections",
"fields_columns": [
"type",
"description"
],
"fields": {
"customHelpMenuItems": {
"type": "CustomHelpMenuItems[]",
"description": "Items included in the custom section. Specify up to 15 items."
},
"masterLabel": {
"type": "string",
"description": "Name of the custom section. Only one custom section can be added to the Lightning Experience help menu. Specify up to 80 characters.",
"required": true
}
},
"sub_types": {
"CustomHelpMenuItems": {
"linkURL": {
"type": "string",
"description": "The URL for the resource.",
"required": true
},
"masterLabel": {
"type": "string",
"description": "The name of the resource. Specify up to 100 characters.",
"required": true
},
"sortOrder": {
"type": "int",
"description": "The order of the item within the custom section. Valid values are 1 through 15.",
"required": true
}
}
},
"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```",
"declarative_metadata_sample_definition": [
{
"description": "The following is an example of a CustomHelpMenuSection component.",
"code": "\n\n MyOrgCustomHelp\n \n https://www.yourcompanyhelp.com/gettingstarted\n Getting Started\n 1\n \n \n https://www.yourcompanyhelp.com/features\n Feature to Start Using Right Away\n 2\n \n \n https://www.yourcompanyhelp.com/salestips\n Tips for Sales Team Members\n 3\n \n"
}
]
}