Defines the properties of a planned order in Microsoft Dynamics GP.
Property |
Type |
Length |
Default |
Description |
---|---|---|---|---|
ReleaseDate |
dateTime |
N/A |
Empty |
Specifies the date that the MO/PO needs to be released to ensure that the item will be received into the location when it is needed. |
PlannedOrderKey |
N/A |
N/A |
A key that uniquely identifies the planned order. |
|
ItemKey |
N/A |
N/A |
A key that uniquely identifies an item. |
|
LocationKey |
N/A |
N/A |
A key that uniquely identifies the site where the item is needed. |
|
DueDate |
dateTime |
N/A |
Empty |
Specifies the date the item is needed. |
RunNumber |
int |
N/A |
Empty |
Specifies the MRP regeneration number. |
LLC |
int |
N/A |
Empty |
Specifies the low-level codes used for MRP calcualations. |
QuantityToOrder |
N/A |
N/A |
Specifies the quantity to order. |
|
UnitOfMeasure |
string |
8 |
Empty |
Specifies the unit of measure for the item. |
VendorKey |
N/A |
N/A |
A key that uniquely identifies the primary vendor for the item. |
|
Replenishment |
N/A |
N/A |
PlannedOrderReplenishment enumeration value specifying how the item is obtained. |
|
Transferred |
boolean |
N/A |
False |
Specifies whether the order has been transferred to a MO or PO. |
IsCRPScheduled |
boolean |
N/A |
False |
Specifies whether capacity resource planning is scheduled. |
Items |
N/A |
N/A |
A collection of planned order item objects. |