mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 15:59:59 +08:00
43 lines
1.6 KiB
JSON
43 lines
1.6 KiB
JSON
|
|
{
|
||
|
|
"sections": [
|
||
|
|
"title",
|
||
|
|
"description",
|
||
|
|
"fields",
|
||
|
|
"special_access_rules"
|
||
|
|
],
|
||
|
|
"title": "AccountTerritoryAssignmentRuleItem - Data API",
|
||
|
|
"description": "A row of selection criteria for an AccountTerritoryAssignmentRule object. Available if Sales Territories has been enabled.",
|
||
|
|
"fields_columns": [
|
||
|
|
"type",
|
||
|
|
"properties",
|
||
|
|
"description"
|
||
|
|
],
|
||
|
|
"fields": {
|
||
|
|
"Field": {
|
||
|
|
"type": "picklist",
|
||
|
|
"properties": "Create, Filter, Group, Sort, Update",
|
||
|
|
"description": "The standard or custom account field to use as a criteria."
|
||
|
|
},
|
||
|
|
"Operation": {
|
||
|
|
"type": "picklist",
|
||
|
|
"properties": "Create, Filter, Group, Sort, Update",
|
||
|
|
"description": "The criteria to apply, such as “equals” or “starts with.”"
|
||
|
|
},
|
||
|
|
"RuleID": {
|
||
|
|
"type": "reference",
|
||
|
|
"properties": "Create, Filter, Update",
|
||
|
|
"description": "ID of the associated AccountTerritoryAssignmentRule."
|
||
|
|
},
|
||
|
|
"SortOrder": {
|
||
|
|
"type": "int",
|
||
|
|
"properties": "Create, Filter, Update",
|
||
|
|
"description": "The order in which this row is evaluated compared to other AccountTerritoryAssignmentRuleItem objects for the given AccountTerritoryAssignmentRule."
|
||
|
|
},
|
||
|
|
"Value": {
|
||
|
|
"type": "string",
|
||
|
|
"properties": "Create, Filter, Nillable, Update",
|
||
|
|
"description": "The field value(s) to evaluate, such as 94105 if the Field is Billing Zip/Postal Code."
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"special_access_rules": "Users with the View Setup and Configuration permission can access this object. Users with the Manage Territories permission can edit this object."
|
||
|
|
}
|