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

33 lines
1019 B
JSON

{
"sections": [
"title",
"description",
"fields",
"special_access_rules"
],
"title": "ServiceChannelFieldPriority - Data API",
"description": "Represents a secondary routing priority field-value mapping. This object is available in API version 47.0 and later.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"Priority": {
"type": "int",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The priority number assigned to the mapped field value."
},
"ServiceChannelId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort",
"description": "The ID of the service channel."
},
"Value": {
"type": "string",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The value of the SecRoutingPriorityField field defined in parent ServiceChannel."
}
},
"special_access_rules": "To access this object, Omni-Channel must be enabled."
}