Specifies the criteria to use when retrieving a list of sales territory summary objects. Only sales territory summary objects that match the specified criteria will be returned. For the best performance, create criteria that uses only the properties marked with the dagger (†). These properties correspond to indexed columns in the database.
Property |
Type |
Description |
---|---|---|
Id† |
A string restriction specifying the ID for the sales territory. |
|
SalesManagerId |
A string restriction specifying the sales manager ID. |
|
SalesManagerLastName |
A string restriction specifying the sales manager last name. |
|
IsActive |
A boolean restriction specifying whether the sales territory is active. |
|
ModifiedDate |
A date/time restriction specifying the date the sales territory was modified. The value is in Coordinated Universal Time (UTC). Both the date and time portions of the value must be specified for the criteria. |
|
CreatedDate |
A date/time restriction specifying the date the sales territory was created. |
|
SalespersonId |
A string restriction specifying the salesperson ID. |
|
Scope |
A property in criteria used to determine the level of filtering to be used when returning sales territory data. |