{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields",
"wsdl_segment",
"declarative_metadata_sample_definition"
],
"title": "CareProviderSearchConfig - Metadata API",
"description": "Represents the information about the fields that appear in care provider search results. This type extends the Metadata metadata type and inherits its fullName field.",
"file_information": ".careProviderSearchConfig",
"directory_location": "careProviderSearchConfigs",
"fields_columns": [
"type",
"description"
],
"fields": {
"isActive": {
"type": "boolean",
"description": "Indicates whether this configuration is active (true) or not (false)."
},
"isProtected": {
"type": "boolean",
"description": "An auto-generated value that doesn’t currently impact the behavior of the metadata type."
},
"mappedObject": {
"type": "ProviderSearchObjectMapping (enumeration of type string)",
"description": "Indicates mapped objects. Possible values are; HealthCarePractitionerFacility HealthCareProvider",
"required": true
},
"masterLabel": {
"type": "string",
"description": "Name of the care provider.",
"required": true
},
"sourceField": {
"type": "string",
"description": "API name of the field that is copied to the target object."
},
"targetField": {
"type": "string",
"description": "API name of the field to copy the data to."
}
},
"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 \n \n\n```",
"declarative_metadata_sample_definition": [
{
"description": "The following is an example of a CareProviderSearchConfig component.",
"code": "\n\n Test1__c\n Test1__c\n HealthcareProvider\n false\n true\n testlabel\n"
}
]
}