{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields",
"wsdl_segment",
"declarative_metadata_sample_definition"
],
"title": "CustomAddressFieldSettings - Metadata API",
"description": "Represents the settings for custom address fields.",
"file_information": ".settings",
"directory_location": "settings",
"fields_columns": [
"type",
"description"
],
"fields": {
"enableCustomAddressField": {
"type": "boolean",
"description": "Indicates whether the Address Field Type is available for custom fields (true) or not (false). The default value is false. Custom Address Fields can’t be disabled. When enableCustomAddressField is set to true, you can’t change the value to false. Note: Before you set this field to true, review Custom Address Fields Requirements and Limitations in Salesforce Help."
}
},
"wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n\n```",
"declarative_metadata_sample_definition": [
{
"description": "The following is an example of a CustomAddressFieldSettings component.",
"code": "\n\n true\n"
}
]
}