SalespersonCriteria


Description

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.

Properties

Property

Type

Description

Id

LikeRestrictionOfString

A string restriction specifying the ID of the salesperson.

LastName

LikeRestrictionOfString

A string restriction specifying the last name of the salesperson.

FirstName

LikeRestrictionOfString

A string restriction specifying the first name of the salesperson.

IsActive

RestrictionOfNullableOfBoolean

A boolean restriction specifying whether the salesperson is active.

ModifiedDate

BetweenRestrictionOfNullableOfDateTime

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

BetweenRestrictionOfNullableOfDateTime

A date/time restriction specifying the date the salesperson was created.

TerritoryId

LikeRestrictionOfString

A string restriction specifying the sales territory.

Scope

SalespersonScope

A property in criteria used to determine the level of filtering to be used when returning salesperson data.


Inherits from

Criteria


Documentation Feedback