mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-07 00:02:34 +08:00
33 lines
1019 B
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."
|
|
} |