mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 15:59:59 +08:00
93 lines
2.9 KiB
JSON
93 lines
2.9 KiB
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"fields",
|
|
"special_access_rules",
|
|
"field_reference"
|
|
],
|
|
"title": "LiveChatObjectAccessConfig - Data API",
|
|
"description": "Represents the action you can perform on a specified object by the Chat API. This object is available in API version 53.0 and later.",
|
|
"fields_columns": [
|
|
"type",
|
|
"properties",
|
|
"description",
|
|
"relationship_name",
|
|
"relationship_type",
|
|
"refers_to"
|
|
],
|
|
"fields": {
|
|
"AccessType": {
|
|
"type": "picklist",
|
|
"properties": "Create, Filter, Group, Restricted picklist, Sort, Update",
|
|
"description": "The API action you can perform on the object specified in SobjectType. Possible values are: Create Find"
|
|
},
|
|
"ParentId": {
|
|
"type": "reference",
|
|
"properties": "Create, Filter, Group, Sort",
|
|
"description": "The ID of the associated LiveChatObjectAccessDefinition record. This is a relationship field.",
|
|
"relationship_name": "Parent",
|
|
"relationship_type": "Lookup",
|
|
"refers_to": "LiveChatObjectAccessDefinition"
|
|
},
|
|
"SobjectType": {
|
|
"type": "picklist",
|
|
"properties": "Create, Filter, Group, Restricted picklist, Sort, Update",
|
|
"description": "The object that the action specified by AccessType applies to. Possible values are all standard and custom objects. Custom objects are available as picklist values in API version 55.0 and later."
|
|
}
|
|
},
|
|
"special_access_rules": "To access this object, enable Chat. To see the list of objects you can find or create in the UI using this API, enable the \"Turns on findOrCreate in chat API\" permission. You can find this permission in the Chat Settings page of the Setup UI.",
|
|
"field_reference": {
|
|
"AccessType": {
|
|
"field_label": "Action",
|
|
"type": "picklist",
|
|
"length": "255"
|
|
},
|
|
"CreatedById": {
|
|
"field_label": "Created By ID",
|
|
"type": "reference",
|
|
"length": "18"
|
|
},
|
|
"CreatedDate": {
|
|
"field_label": "Created Date",
|
|
"type": "datetime"
|
|
},
|
|
"Id": {
|
|
"field_label": "Live Chat Object Access Configuration 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"
|
|
},
|
|
"ParentId": {
|
|
"field_label": "Live Chat Object Access Definition ID",
|
|
"type": "reference",
|
|
"length": "18"
|
|
},
|
|
"SobjectType": {
|
|
"field_label": "Custom Object Definition ID",
|
|
"type": "picklist",
|
|
"length": "255"
|
|
},
|
|
"SystemModstamp": {
|
|
"field_label": "System Modstamp",
|
|
"type": "datetime"
|
|
}
|
|
},
|
|
"field_reference_columns": [
|
|
"field_label",
|
|
"type",
|
|
"length"
|
|
]
|
|
} |