mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 15:59:59 +08:00
30 lines
1.2 KiB
JSON
30 lines
1.2 KiB
JSON
{
|
||
"sections": [
|
||
"title",
|
||
"description",
|
||
"fields",
|
||
"special_access_rules",
|
||
"usage"
|
||
],
|
||
"title": "DirectMessage - Data API",
|
||
"description": "Represents a direct message conversation between multiple users in Chatter. This object is available in API version 38.0 and later.",
|
||
"fields_columns": [
|
||
"type",
|
||
"properties",
|
||
"description"
|
||
],
|
||
"fields": {
|
||
"Name": {
|
||
"type": "string",
|
||
"properties": "Filter, Group, idLookup, Sort, Update",
|
||
"description": "A default value that isn’t visible to users."
|
||
},
|
||
"Subject": {
|
||
"type": "string",
|
||
"properties": "Filter, Group, Nillable, Sort, Update",
|
||
"description": "Subject of the overall direct message conversation."
|
||
}
|
||
},
|
||
"special_access_rules": "You must have the Manage Chatter Messages and Direct Messages permission enabled to access the DirectMessage object.",
|
||
"usage": "DirectMessage is an object used by Salesforce to control DirectMessage conversations. It represents a record of a direct message conversation, but doesn’t include conversation data, such as posts or comments. It is most frequently used to moderate direct message data in order to meet data compliance regulations."
|
||
} |