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

77 lines
2.1 KiB
JSON
Raw Normal View History

{
"sections": [
"title",
"description",
"fields",
"special_access_rules",
"field_reference"
],
"title": "UserConfigTransferButton - Data API",
"description": "Represents the association between a Chat configuration and a live chat button. This association allows users associated with a specific configuration to transfer chats to a button queue.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"LiveChatButtonId": {
"type": "reference",
"properties": "Create, Filter, Group, Nillable, Sort",
"description": "The ID of the live chat button that agents can transfer chats to."
},
"LiveChatUserConfigId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort",
"description": "The ID of the Chat configuration; agents associated with this configuration can transfer chats to the chat button indicated by the LiveChatButtonId."
}
},
"special_access_rules": "As of Summer 20 and later, only authenticated internal and external users can access this object.",
"field_reference": {
"CreatedById": {
"field_label": "Created By ID",
"type": "reference",
"length": "18"
},
"CreatedDate": {
"field_label": "Created Date",
"type": "datetime"
},
"Id": {
"field_label": "UserConfigTransferButton 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"
},
"LiveChatButtonId": {
"field_label": "Chat Button ID",
"type": "reference",
"length": "18"
},
"LiveChatUserConfigId": {
"field_label": "Chat Agent Configuration ID",
"type": "reference",
"length": "18"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
}
},
"field_reference_columns": [
"field_label",
"type",
"length"
]
}