SalespersonCommissionsCriteria


Description

Specifies the criteria to use when retrieving a list of salesperson commissions summary objects. Only salesperson commissions 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

TransactionState

ListRestrictionOfNullableOfSalesCommissionTransactionState

A transaction state restriction specifying the current state of the sales transaction.

DocumentType

ListRestrictionOfNullableOfSalespersonCommissionsDocumentType

A document type restriction specifying the type of sales document.

DocumentNumber

LikeRestrictionOfString

A string restriction specifying the ID of the sales document.

CustomerId

LikeRestrictionOfString

A string restriction specifying the ID of the customer.

SalespersonId

LikeRestrictionOfString

A string restriction specifying the ID of the salesperson.

SalesTerritoryId

LikeRestrictionOfString

A string restriction specifying the ID of the sales territory,

Scope

SalespersonScope

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


Inherits from

Criteria


Documentation Feedback