mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 15:59:59 +08:00
77 lines
1.9 KiB
JSON
77 lines
1.9 KiB
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"fields",
|
|
"usage",
|
|
"field_reference"
|
|
],
|
|
"title": "LiveChatButtonDeployment - Data API",
|
|
"description": "Associates an automated chat invitation with a specific deployment. This object is available in API versions 28.0 and later.",
|
|
"fields_columns": [
|
|
"type",
|
|
"properties",
|
|
"description"
|
|
],
|
|
"fields": {
|
|
"ButtonId": {
|
|
"type": "reference",
|
|
"properties": "Create, Filter, Group, Sort",
|
|
"description": "The ID of the automated invitation associated with the deployment."
|
|
},
|
|
"DeploymentId": {
|
|
"type": "reference",
|
|
"properties": "Create, Filter, Group, Nillable, Sort",
|
|
"description": "The ID of the deployment that will feature the automated invitation."
|
|
}
|
|
},
|
|
"usage": "Use this object to associate automated chat invitations with specific deployments.",
|
|
"field_reference": {
|
|
"ButtonId": {
|
|
"field_label": "Chat Button ID",
|
|
"type": "reference",
|
|
"length": "18"
|
|
},
|
|
"CreatedById": {
|
|
"field_label": "Created By ID",
|
|
"type": "reference",
|
|
"length": "18"
|
|
},
|
|
"CreatedDate": {
|
|
"field_label": "Created Date",
|
|
"type": "datetime"
|
|
},
|
|
"DeploymentId": {
|
|
"field_label": "Chat Deployment ID",
|
|
"type": "reference",
|
|
"length": "18"
|
|
},
|
|
"Id": {
|
|
"field_label": "LiveChatButtonDeployment ID",
|
|
"type": "id",
|
|
"length": "18"
|
|
},
|
|
"IsDeleted": {
|
|
"field_label": "Deleted",
|
|
"type": "boolean"
|
|
},
|
|
"LastModifiedById": {
|
|
"field_label": "Last Modified By ID",
|
|
"type": "reference",
|
|
"length": "18"
|
|
},
|
|
"LastModifiedDate": {
|
|
"field_label": "Last Modified Date",
|
|
"type": "datetime"
|
|
},
|
|
"SystemModstamp": {
|
|
"field_label": "System Modstamp",
|
|
"type": "datetime"
|
|
}
|
|
},
|
|
"field_reference_columns": [
|
|
"field_label",
|
|
"type",
|
|
"length"
|
|
]
|
|
} |