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

106 lines
4.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"sections": [
"title",
"description",
"fields",
"special_access_rules",
"field_reference"
],
"title": "OmniSupervisorConfig - Data API",
"description": "Represents the Command Center for Service configuration for an assigned group of supervisors. This object is available in API version 41.0 and later.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"DeveloperName": {
"type": "string",
"properties": "Create, Filter, Group, Sort",
"description": "The unique name of the object in the API. This name can contain only underscores and alphanumeric characters, and must be unique in your org. It must begin with a letter, not include spaces, not end with an underscore, and not contain two consecutive underscores. In managed packages, this field prevents naming conflicts on package installations. With this field, a developer can change the objects name in a managed package and the changes are reflected in a subscribers organization. Note: When creating large sets of data, always specify a unique DeveloperName for each record. If no DeveloperName is specified, performance slows down while Salesforce generates one for each record."
},
"IsTimelineHidden": {
"type": "boolean",
"properties": "Create, Defaulted on create, Filter, Group, Sort, Update",
"description": "If set to true, hides the agent timeline from the supervisors assigned to this Command Center for Service configuration. The default value is false.This field is available in API version 53.0 and later."
},
"Language": {
"type": "picklist",
"properties": "Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort",
"description": "The language of this Command Center for Service configuration."
},
"MasterLabel": {
"type": "string",
"properties": "Create, Filter, Group, Sort",
"description": "A unique label name for this Command Center for Service configuration. The name must begin with a letter. The name can contain alphanumeric characters and underscores. The name cant contain spaces, two consecutive underscores, or end with an underscore. The name appears as Command Center for Service Configuration Name in the UI."
},
"SkillVisibility": {
"type": "picklist",
"properties": "Create, Filter, Group, Nillable, Restricted picklist, Sort, Update",
"description": "Determines which work items based on skills are visible to the supervisors assigned to this Command Center for Service configuration. Possible values are: AllSkills — Show work items with all skill requirements selected in this Command Center for Service configuration. AnySkill — Show work items with at least one skill requirement selected in this Command Center for Service configuration. This field is available in API version 53.0 and later."
}
},
"special_access_rules": "To access this object, Omni-Channel must be enabled. As of Spring 20 and later, only authenticated internal and external users can access this object.\n\nTo access this object, Omni-Channel must be enabled.\n\nAs of Spring 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"
},
"DeveloperName": {
"field_label": "Developer Name",
"type": "string",
"length": "80"
},
"Id": {
"field_label": "Omni Supervisor Configuration ID",
"type": "id",
"length": "18"
},
"IsDeleted": {
"field_label": "Deleted",
"type": "boolean"
},
"IsTimelineHidden": {
"field_label": "Is Timeline Hidden",
"type": "boolean"
},
"Language": {
"field_label": "Master Language",
"type": "picklist",
"length": "40"
},
"LastModifiedById": {
"field_label": "Last Modified By ID",
"type": "reference",
"length": "18"
},
"LastModifiedDate": {
"field_label": "Last Modified Date",
"type": "datetime"
},
"MasterLabel": {
"field_label": "Omni Supervisor Configuration Name",
"type": "string",
"length": "80"
},
"SkillVisibility": {
"field_label": "Skill Visibility Type",
"type": "picklist",
"length": "255"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
}
},
"field_reference_columns": [
"field_label",
"type",
"length"
]
}