SalesDocumentCriteriaBase


Description

Specifies the base set of criteria to use when retrieving a sales document object. Only sales documents 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

ListRestrictionOfNullableOfSalesTransactionState

A list restriction specifying the transaction state of the sales document.

DocumentId

LikeRestrictionOfString

A string restriction specifying the ID of the sales document.

Date

BetweenRestrictionOfNullableOfDateTime

A date/time restriction specifying the date of the sales document.

CustomerId

LikeRestrictionOfString

A string restriction specifying the customer ID for the sales document.

CustomerName

LikeRestrictionOfString

A string restriction specifying the name of the customer for the sales document.

CustomerPONumber

LikeRestrictionOfString

A string restriction specifying the customer’s purchase order number for the sales document.

BatchId

LikeRestrictionOfString

A string restriction specifying the batch ID for the sales document.

DocumentTypeId

LikeRestrictionOfString

A string restriction specifying the document type ID for the sales document.

SalespersonId

LikeRestrictionOfString

A string restriction specifying the salesperson ID for the sales document.

MasterNumber

BetweenRestrictionOfNullableOfInt32

An integer restriction specifying the master number for the sales document.

ModifiedDate

BetweenRestrictionOfNullableOfDateTime

A date/time restriction specifying the date the sales document 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.

LastModifiedDate

BetweenRestrictionOfNullableOfDateTime

A date/time restriction specifying the date the sales document 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 document was created.

Scope

SalesDocumentScope

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


Inherits from

Criteria


Documentation Feedback