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.
Property |
Type |
Description |
---|---|---|
TransactionState |
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† |
A string restriction specifying the ID of the sales document. |
|
CustomerId |
A string restriction specifying the ID of the customer. |
|
SalespersonId† |
A string restriction specifying the ID of the salesperson. |
|
SalesTerritoryId† |
A string restriction specifying the ID of the sales territory, |
|
Scope |
A property in criteria used to determine the level of filtering to be used when returning salesperson commission data. |