SalesTerritoryCriteria


Description

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.

Properties

Property

Type

Description

Id

LikeRestrictionOfString

A string restriction specifying the ID for the sales territory.

SalesManagerId

LikeRestrictionOfString

A string restriction specifying the sales manager ID.

SalesManagerLastName

LikeRestrictionOfString

A string restriction specifying the sales manager last name.

IsActive

RestrictionOfNullableOfBoolean

A boolean restriction specifying whether the sales territory is active.

ModifiedDate

BetweenRestrictionOfNullableOfDateTime

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

BetweenRestrictionOfNullableOfDateTime

A date/time restriction specifying the date the sales territory was created.

SalespersonId

LikeRestrictionOfString

A string restriction specifying the salesperson ID.

Scope

SalespersonScope

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


Inherits from

Criteria


Documentation Feedback