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.
Property |
Type |
Description |
---|---|---|
PlannedOrderKey† |
A string restriction specifying the ID of the planned order. |
|
ItemKey |
A string restriction specifying the ID of the item. |
|
LocationKey† |
A string restriction specifying the ID of the location. |
|
DueDate† |
A date/time restriction specifying the range of dates to use to identify when the planned order is due. |
|
ReleaseDate |
A date/time restriction specifying the range of dates to use to identify when the planned order is released. |
|
VendorKeyId |
A string restriction specifying the ID of the vendor. |