ManufacturingOrderCriteria


Description

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

Priority

ListRestrictionOfNullableOfManufacturingOrderPriority

A restriction specifying the manufacturing order priority of the manufacturing order.

RoutingName

LikeRestrictionOfString

A string restriction specifying the routing name of the manufacturing order.

LastModifiedDate

BetweenRestrictionOfNullableOfDateTime

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

Archived

RestrictionOfNullableOfBoolean

A boolean restriction specifying whether the manufacturing order is archived.

QuickMo

RestrictionOfNullableOfBoolean

A boolean restriction specifying whether the manufacturing order requires less detailed tracking of manufacturing resources.

DateCompleted

BetweenRestrictionOfNullableOfDateTime

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

OutSourced

ListRestrictionOfNullableOfManufacturingOrderOutSourced

A restriction specifying whether the manufacturing order was outsourced.

PostToSite

LikeRestrictionOfString

A string restriction specifying the inventory site where the finished items for the manufacturing order are added.

EndDate

BetweenRestrictionOfNullableOfDateTime

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


Inherits from

ManufacturingOrderDocumentCriteria


Documentation Feedback