mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 15:59:59 +08:00
94 lines
3.1 KiB
JSON
94 lines
3.1 KiB
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"fields",
|
|
"special_access_rules",
|
|
"field_reference"
|
|
],
|
|
"title": "OmniSupervisorConfigTab - Data API",
|
|
"description": "Represents the visible tabs specified in a Command Center for Service configuration. This object is available in API version 60.0 and later.",
|
|
"fields_columns": [
|
|
"type",
|
|
"properties",
|
|
"description",
|
|
"relationship_name",
|
|
"relationship_type",
|
|
"refers_to"
|
|
],
|
|
"fields": {
|
|
"DisplayOrder": {
|
|
"type": "int",
|
|
"properties": "Create, Filter, Group, Nillable, Sort",
|
|
"description": "The order in which tabs are displayed in Command Center for Service."
|
|
},
|
|
"OmniSupervisorConfigId": {
|
|
"type": "reference",
|
|
"properties": "Create, Filter, Group, Sort",
|
|
"description": "A unique identifier for the Command Center for Service configuration. This is a relationship field.",
|
|
"relationship_name": "OmniSupervisorConfig",
|
|
"relationship_type": "Lookup",
|
|
"refers_to": "OmniSupervisorConfig"
|
|
},
|
|
"OmniSupervisorTabType": {
|
|
"type": "picklist",
|
|
"properties": "Create, Filter, Group, Nillable, Restricted picklist, Sort",
|
|
"description": "Tabs shown on the Command Center for Service page. Possible values are: Agents — the Agents tab AssignedWork — the Assigned Work tab FlexiPageType — A custom tab created using Lightning App Builder, with the OmniSupervisorPageType value of the FlexiPage Type field QueuesBacklog — the Queues Backlog tab SkillsBacklog — the Skills Backlog tab Wallboard — the Wallboard tab"
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"DisplayOrder": {
|
|
"field_label": "Display Order",
|
|
"type": "int",
|
|
"digits": "9"
|
|
},
|
|
"Id": {
|
|
"field_label": "Omni Supervisor Configuration Tab 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"
|
|
},
|
|
"OmniSupervisorTabType": {
|
|
"field_label": "Omni Supervisor Tab Type",
|
|
"type": "picklist",
|
|
"length": "255"
|
|
},
|
|
"SystemModstamp": {
|
|
"field_label": "System Modstamp",
|
|
"type": "datetime"
|
|
}
|
|
},
|
|
"field_reference_columns": [
|
|
"field_label",
|
|
"type",
|
|
"length",
|
|
"digits"
|
|
]
|
|
} |