mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 15:59:59 +08:00
77 lines
2.5 KiB
JSON
77 lines
2.5 KiB
JSON
|
|
{
|
||
|
|
"sections": [
|
||
|
|
"title",
|
||
|
|
"description",
|
||
|
|
"fields",
|
||
|
|
"special_access_rules",
|
||
|
|
"usage",
|
||
|
|
"field_reference"
|
||
|
|
],
|
||
|
|
"title": "AccountUserTerritory2View - Data API",
|
||
|
|
"description": "Represents the view of the Users in Assigned Territories related list in Lightning Experience for Sales Territories. Available in API version 42.0 and later.",
|
||
|
|
"fields_columns": [
|
||
|
|
"type",
|
||
|
|
"properties",
|
||
|
|
"description"
|
||
|
|
],
|
||
|
|
"fields": {
|
||
|
|
"AccountId": {
|
||
|
|
"type": "reference",
|
||
|
|
"properties": "Filter, Group, Nillable, Sort",
|
||
|
|
"description": "Unique identifier for the account associated with the Users in Assigned Territories related list."
|
||
|
|
},
|
||
|
|
"RoleInTerritory2": {
|
||
|
|
"type": "picklist",
|
||
|
|
"properties": "Filter, Group, Nillable, Sort",
|
||
|
|
"description": "The role of each user in the Users in Assigned Territories related list."
|
||
|
|
},
|
||
|
|
"Territory2Id": {
|
||
|
|
"type": "reference",
|
||
|
|
"properties": "Filter, Group, Nillable, Sort",
|
||
|
|
"description": "Unique identifier for each territory in the Users in Assigned Territories related list."
|
||
|
|
},
|
||
|
|
"UserId": {
|
||
|
|
"type": "reference",
|
||
|
|
"properties": "Filter, Group, Nillable, Sort",
|
||
|
|
"description": "Unique identifier for each user in the Users in Assigned Territories related list."
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"special_access_rules": "Standard and partner users can access this object.",
|
||
|
|
"usage": "Use this object to show the users who are assigned to the territories assigned to an account. A filter criterion with one AccountId is required when you execute a SOQL query on this object.\n\nUse this object to show the users who are assigned to the territories assigned to an account.\n\nA filter criterion with one AccountId is required when you execute a SOQL query on this object.",
|
||
|
|
"field_reference": {
|
||
|
|
"AccountId": {
|
||
|
|
"field_label": "Account ID",
|
||
|
|
"type": "reference",
|
||
|
|
"length": "18"
|
||
|
|
},
|
||
|
|
"Id": {
|
||
|
|
"field_label": "Account User Territory2 View ID",
|
||
|
|
"type": "id",
|
||
|
|
"length": "18"
|
||
|
|
},
|
||
|
|
"LastModifiedDate": {
|
||
|
|
"field_label": "Modified Date",
|
||
|
|
"type": "datetime"
|
||
|
|
},
|
||
|
|
"RoleInTerritory2": {
|
||
|
|
"field_label": "Role in Territory",
|
||
|
|
"type": "picklist",
|
||
|
|
"length": "255"
|
||
|
|
},
|
||
|
|
"Territory2Id": {
|
||
|
|
"field_label": "Territory ID",
|
||
|
|
"type": "reference",
|
||
|
|
"length": "18"
|
||
|
|
},
|
||
|
|
"UserId": {
|
||
|
|
"field_label": "User ID",
|
||
|
|
"type": "reference",
|
||
|
|
"length": "18"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"field_reference_columns": [
|
||
|
|
"field_label",
|
||
|
|
"type",
|
||
|
|
"length"
|
||
|
|
]
|
||
|
|
}
|