mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 15:59:59 +08:00
102 lines
2.5 KiB
JSON
102 lines
2.5 KiB
JSON
|
|
{
|
||
|
|
"sections": [
|
||
|
|
"title",
|
||
|
|
"description",
|
||
|
|
"fields",
|
||
|
|
"field_reference"
|
||
|
|
],
|
||
|
|
"title": "MessagingConfiguration - Data API",
|
||
|
|
"description": "Represents the details for a Messaging configuration. This object is available in API version 47.0 and later.",
|
||
|
|
"fields_columns": [
|
||
|
|
"type",
|
||
|
|
"properties",
|
||
|
|
"description"
|
||
|
|
],
|
||
|
|
"fields": {
|
||
|
|
"DeveloperName": {
|
||
|
|
"type": "string",
|
||
|
|
"properties": "Filter, Group, Sort",
|
||
|
|
"description": "The API name for this Messaging configuration. Note: Only users with View DeveloperName OR View Setup and Configuration permission can view, group, sort, and filter this field."
|
||
|
|
},
|
||
|
|
"Language": {
|
||
|
|
"type": "picklist",
|
||
|
|
"properties": "Filter, Group, Restricted picklist, Sort",
|
||
|
|
"description": "The language of this Messaging configuration."
|
||
|
|
},
|
||
|
|
"MasterLabel": {
|
||
|
|
"type": "string",
|
||
|
|
"properties": "Filter, Group, Sort"
|
||
|
|
},
|
||
|
|
"MessagingServiceUrl": {
|
||
|
|
"type": "string",
|
||
|
|
"properties": "Filter, Group, Nillable, Sort"
|
||
|
|
},
|
||
|
|
"ProvisioningServiceUrl": {
|
||
|
|
"type": "string",
|
||
|
|
"properties": "Filter, Group, Nillable, Sort"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"field_reference": {
|
||
|
|
"CreatedById": {
|
||
|
|
"field_label": "Created By ID",
|
||
|
|
"type": "reference",
|
||
|
|
"length": "18"
|
||
|
|
},
|
||
|
|
"CreatedDate": {
|
||
|
|
"field_label": "Created Date",
|
||
|
|
"type": "datetime"
|
||
|
|
},
|
||
|
|
"DeveloperName": {
|
||
|
|
"field_label": "Name",
|
||
|
|
"type": "string",
|
||
|
|
"length": "80"
|
||
|
|
},
|
||
|
|
"Id": {
|
||
|
|
"field_label": "Messaging Configuration 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": "Label",
|
||
|
|
"type": "string",
|
||
|
|
"length": "80"
|
||
|
|
},
|
||
|
|
"MessagingServiceUrl": {
|
||
|
|
"field_label": "Messaging Service URL",
|
||
|
|
"type": "string",
|
||
|
|
"length": "255"
|
||
|
|
},
|
||
|
|
"ProvisioningServiceUrl": {
|
||
|
|
"field_label": "Provisioning Service URL",
|
||
|
|
"type": "string",
|
||
|
|
"length": "255"
|
||
|
|
},
|
||
|
|
"SystemModstamp": {
|
||
|
|
"field_label": "System Modstamp",
|
||
|
|
"type": "datetime"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"field_reference_columns": [
|
||
|
|
"field_label",
|
||
|
|
"type",
|
||
|
|
"length"
|
||
|
|
]
|
||
|
|
}
|