Represents a User who has been assigned to a Territory. For more information, see the “Territory Management Overview” topic in the Salesforce.com online help.
create(), delete(), query(), retrieve(), getDeleted(), getUpdated(), describeSObjects()
| Field | Field Type | Field Properties | Description |
|---|---|---|---|
| IsActive | boolean | Defaulted on create | Indicates whether the user is active in the given territory
(true), or inactive in the given territory (false):
Until a user is deleted from a territory (not simply removed from the territory), the record will not be returned in a getDeleted() call. |
| IsDeleted | boolean | Defaulted on create | Indicates whether the record has been moved to the Recycle Bin (true) or not (false). Label is Deleted. |
| TerritoryId | reference | Create | ID of the Territory to which the user has been assigned. For information on IDs, see ID Field Type. |
| UserId | reference | Create | ID of the user. |