mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-31 04:01:24 +08:00
42 lines
1.5 KiB
JSON
42 lines
1.5 KiB
JSON
|
|
{
|
||
|
|
"sections": [
|
||
|
|
"title",
|
||
|
|
"description",
|
||
|
|
"file_information",
|
||
|
|
"directory_location",
|
||
|
|
"fields",
|
||
|
|
"declarative_metadata_sample_definition"
|
||
|
|
],
|
||
|
|
"title": "ExpressionSetMessageToken - Metadata API",
|
||
|
|
"description": "Represents an interface to retrieve, deploy, create, update, or delete information on Expression Set Message Token.",
|
||
|
|
"file_information": ".expressionSetMessageToken",
|
||
|
|
"directory_location": "ExpressionSetMessageToken",
|
||
|
|
"fields_columns": [
|
||
|
|
"type",
|
||
|
|
"required",
|
||
|
|
"description"
|
||
|
|
],
|
||
|
|
"fields": {
|
||
|
|
"description": {
|
||
|
|
"type": "string",
|
||
|
|
"required": true,
|
||
|
|
"description": "Description of the expression set message token."
|
||
|
|
},
|
||
|
|
"developerName": {
|
||
|
|
"type": "string",
|
||
|
|
"required": true,
|
||
|
|
"description": "Developer name of the expression set message token."
|
||
|
|
},
|
||
|
|
"masterLabel": {
|
||
|
|
"type": "string",
|
||
|
|
"required": true,
|
||
|
|
"description": "A user-friendly name for ExpressionSetMessageToken, which is defined when the ExpressionSetMessageToken is created."
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"declarative_metadata_sample_definition": [
|
||
|
|
{
|
||
|
|
"description": "The following is an example of an ExpressionSetMessageToken component.",
|
||
|
|
"code": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ExpressionSetMessageToken xmlns=\"http://soap.sforce.com/2006/04/metadata\">\n <developerName>token</developerName>\n <description>Description</description>\n <masterLabel>token</masterLabel>\n</ExpressionSetMessageToken>"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|