ServiceDocumentCriteria


Description

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

Id

LikeRestrictionOfString

A string restriction specifying the ID of the service document.

CustomerId

LikeRestrictionOfString

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

CustomerName

LikeRestrictionOfString

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

CustomerPONumber

LikeRestrictionOfString

A string restriction specifying the purchase order of the customer for the service document.

OfficeId

LikeRestrictionOfString

A string restriction specifying the office ID of the service document.

TransactionState

ListRestrictionOfNullableOfServiceTransactionState

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


Inherits from

Criteria


Documentation Feedback