afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/MessagingTemplate.json

99 lines
2.3 KiB
JSON
Raw Normal View History

{
"sections": [
"title",
"description",
"fields",
"field_reference"
],
"title": "MessagingTemplate - Data API",
"description": "Represents a Messaging template used to send pre-formatted messages. This object is available in API version 47.0 and later.",
"fields_columns": [
"type",
"properties"
],
"fields": {
"Description": {
"type": "textarea",
"properties": "Create, Nillable, Update"
},
"DeveloperName": {
"type": "string",
"properties": "Create, Filter, Group, Sort, Update"
},
"Language": {
"type": "picklist",
"properties": "Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort, Update"
},
"MasterLabel": {
"type": "string",
"properties": "Create, Filter, Group, idLookup, Sort, Update"
},
"Message": {
"type": "textarea",
"properties": "Create, Update"
}
},
"field_reference": {
"CreatedById": {
"field_label": "Created By ID",
"type": "reference",
"length": "18"
},
"CreatedDate": {
"field_label": "Created Date",
"type": "datetime"
},
"Description": {
"field_label": "Description",
"type": "textarea",
"length": "4000"
},
"DeveloperName": {
"field_label": "Developer Name",
"type": "string",
"length": "80"
},
"Id": {
"field_label": "Messaging Template ID",
"type": "id",
"length": "18"
},
"IsDeleted": {
"field_label": "Deleted",
"type": "boolean"
},
"Language": {
"field_label": "Master Language",
"type": "picklist",
"length": "40"
},
"LastModifiedById": {
"field_label": "Last Modified By ID",
"type": "reference",
"length": "18"
},
"LastModifiedDate": {
"field_label": "Last Modified Date",
"type": "datetime"
},
"MasterLabel": {
"field_label": "Template Name",
"type": "string",
"length": "80"
},
"Message": {
"field_label": "Message",
"type": "textarea",
"length": "4000"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
}
},
"field_reference_columns": [
"field_label",
"type",
"length"
]
}