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

55 lines
2.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields",
"declarative_metadata_sample_definition"
],
"title": "ActivationPlatformField - Metadata API",
"description": "Represents the information about the fields used in ActivationPlatform.",
"file_information": ".activationPlatformField",
"directory_location": "activationPlatformFields",
"fields_columns": [
"type",
"required",
"description"
],
"fields": {
"activationPlatform": {
"type": "string",
"required": true,
"description": "Reference to the ActivationPlatform metadata type."
},
"helpText": {
"type": "string",
"description": "Information about ActivationPlatformField."
},
"isHidden": {
"type": "boolean",
"required": true,
"description": "Indicates whether ActivationPlatformField can be overridden by marketer (false) or not (true). The default is false. Field cant be overridden by marketer when set to true."
},
"isRequired": {
"type": "boolean",
"required": true,
"description": "Indicates whether this ActivationPlatformField is required (true) or not (false). The default is false."
},
"masterLabel": {
"type": "string",
"required": true,
"description": "The name of the ActivationPlaformField."
},
"type": {
"type": "ActivationPlatformFieldDataType (enumeration of type string)",
"description": "Represents the datatype of the field.Valid value is: Text"
}
},
"declarative_metadata_sample_definition": [
{
"description": "The following is an example of an ActivationPlatformField component.",
"code": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ActivationPlatformField xmlns=\"http://soap.sforce.com/2006/04/metadata\">\n <activationPlatform>APlatform</activationPlatform>\n <isHidden>false</isHidden>\n <isRequired>true</isRequired>\n <masterLabel>AccountId</masterLabel>\n</ActivationPlatformField>"
}
]
}