afv-library/skills/platform-metadata-api-context-get/data/metadata_api/MapAndLocationSettings.json

34 lines
1.2 KiB
JSON
Raw Normal View History

{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields",
"declarative_metadata_sample_definition"
],
"title": "MapAndLocationSettings - Metadata API",
"description": "Represents an orgs map and location settings.",
"file_information": ".settings",
"directory_location": "settings",
"fields_columns": [
"type",
"description"
],
"fields": {
"enableAddressAutoComplete": {
"type": "boolean",
"description": "Indicates whether auto-complete is enabled on address fields (true) or not (false)."
},
"enableMapsAndLocation": {
"type": "boolean",
"description": "Indicates whether the maps and location services are enabled (true) or not (false)"
}
},
"declarative_metadata_sample_definition": [
{
"description": "This is a sample mapandlocation.settings metadata file.",
"code": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<MapsAndLocationSettings xmlns=\"http://soap.sforce.com/2006/04/metadata\">\n <enableAddressAutoComplete>false</enableAddressAutoComplete>\n <enableMapsAndLocation>false</enableMapsAndLocation>\n</MapsAndLocationSettings>"
}
]
}