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

86 lines
2.7 KiB
JSON
Raw Normal View History

{
"sections": [
"title",
"description",
"fields",
"special_access_rules",
"field_reference"
],
"title": "OmniSupervisorConfigQueue - Data API",
"description": "Represents the queues that are visible to the supervisors of a Command Center for Service configuration. The queue, if visible, appears in the Queues Backlog and Assigned Work tabs of Command Center for Service. This object is available in API version 53.0 and later.",
"fields_columns": [
"type",
"properties",
"description",
"relationship_name",
"relationship_type",
"refers_to"
],
"fields": {
"OmniSupervisorConfigId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort",
"description": "om A unique identifier for the Command Center for Service configuration. This is a relationship field.",
"relationship_name": "OmniSupervisorConfig",
"relationship_type": "Lookup",
"refers_to": "OmniSupervisorConfig"
},
"QueueId": {
"type": "reference",
"properties": "Create, Filter, Group, Nillable, Sort",
"description": "A unique identifier for the queue thats made visible to the supervisors who are assigned to the Command Center for Service configuration. This is a relationship field.",
"relationship_name": "Queue",
"relationship_type": "Lookup",
"refers_to": "Group"
}
},
"special_access_rules": "To access this object, Omni-Channel must be enabled. Only authenticated internal and external users can access this object.\n\nTo access this object, Omni-Channel must be enabled.\n\nOnly 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": "Omni Supervisor Configuration Queue 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"
},
"OmniSupervisorConfigId": {
"field_label": "Omni Supervisor Configuration ID",
"type": "reference",
"length": "18"
},
"QueueId": {
"field_label": "Queue ID",
"type": "reference",
"length": "18"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
}
},
"field_reference_columns": [
"field_label",
"type",
"length"
]
}