ManufacturingOrderDocumentCriteria


Description

Specifies the set of criteria to use when retrieving a list of manufacturing order document summary objects. Only manufacturing order document 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

ManufacturingOrderDocumentKeyId

LikeRestrictionOfString

A string specifying the ID of the manufacturing order document.

ItemKeyId

LikeRestrictionOfString

A string restriction specifying the ID of the item being manufactured.

OrderStatus

ListRestrictionOfNullableOfManufacturingOrderStatus

A restriction specifying the status of the manufacturing order.

StartDate

BetweenRestrictionOfNullableOfDateTime

A date/time restriction specifying the range of dates to use to identify when the manufacturing order started.


Inherits from

Criteria


Documentation Feedback