PlannedOrderCriteria


Description

Specifies additional criteria to use when retrieving a list of planned order summary objects. To see the original criteria, see the base class. Only planned order 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

ReplenishmentMethod

ListRestrictionOfNullableOfPlannedOrderReplenishment

A restriction specifying the planned order replenishment value.

Transferred

RestrictionOfNullableOfBoolean

A boolean restriction specifying whether the planned order has been transferred.

RunNumber

BetweenRestrictionOfNullableOfInt32

An Int32 restriction specifying a range of run number values.


Inherits from

PlannedOrderCriteriaBase


Documentation Feedback