PlannedOrder


Description

Defines the properties of a planned order in Microsoft Dynamics GP.

Properties

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

PlannedOrderKey

N/A

N/A

A key that uniquely identifies the planned order.

ItemKey

ItemKey

N/A

N/A

A key that uniquely identifies an item.

LocationKey

WarehouseKey

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

Quantity

N/A

N/A

Specifies the quantity to order.

UnitOfMeasure

string

8

Empty

Specifies the unit of measure for the item.

VendorKey

VendorKey

N/A

N/A

A key that uniquely identifies the primary vendor for the item.

Replenishment

PlannedOrderReplenishment

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

ArrayOfPlannedOrderItem

N/A

N/A

A collection of planned order item objects.


Inherits from

BusinessObject


Documentation Feedback