Specifies the criteria to use when retrieving a list of salesperson summary objects. Only salesperson 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 of the salesperson. |
|
LastName† |
A string restriction specifying the last name of the salesperson. |
|
FirstName† |
A string restriction specifying the first name of the salesperson. |
|
IsActive |
A boolean restriction specifying whether the salesperson is active. |
|
ModifiedDate |
A date/time restriction specifying the date the salesperson 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 salesperson was created. |
|
TerritoryId |
A string restriction specifying the sales territory. |
|
Scope |
A property in criteria used to determine the level of filtering to be used when returning salesperson data. |