PlannedOrderCriteriaBase


Description

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

PlannedOrderKey

LikeRestrictionOfString

A string restriction specifying the ID of the planned order.

ItemKey

LikeRestrictionOfString

A string restriction specifying the ID of the item.

LocationKey

LikeRestrictionOfString

A string restriction specifying the ID of the location.

DueDate

BetweenRestrictionOfNullableOfDateTime

A date/time restriction specifying the range of dates to use to identify when the planned order is due.

ReleaseDate

BetweenRestrictionOfNullableOfDateTime

A date/time restriction specifying the range of dates to use to identify when the planned order is released.

VendorKeyId

LikeRestrictionOfString

A string restriction specifying the ID of the vendor.


Inherits from

Criteria


Documentation Feedback