{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields",
"wsdl_segment",
"declarative_metadata_sample_definition"
],
"title": "PathAssistantSettings - Metadata API",
"description": "Represents the Path preference setting. This type extends the Metadata metadata type and inherits its fullName field.",
"file_information": ".settings",
"directory_location": "settings",
"fields_columns": [
"type",
"description"
],
"fields": {
"canOverrideAutoPathCollapseWithUserPref": {
"type": "boolean",
"description": "Keeps a user's path expanded to show guidance and key fields on all their records. A user's path stays expanded until the user collapses it. To use this preference, Path must be enabled. Default value is false for all editions. When set to false, the user’s path is collapsed when the page loads. Available in API version 47.0 and later."
},
"pathAssistantEnabled": {
"type": "boolean",
"description": "Determines whether the preference is enabled for Path. Default value is true for Enterprise Edition and false for other editions. Available in API version 35.0 and later."
},
"pathAssistantForOpportunityEnabled": {
"type": "boolean",
"description": "Determines whether the preference is enabled for Path in Opportunity or not. Available in API version 34.0 and earlier."
}
},
"wsdl_segment": "```xml\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 PathAssistantSettings component.",
"code": "\n\n true\n true\n"
}
]
}