PlannedOrderItem


Description

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

Properties

Property

Type

Length

Default

Description

RequiredByOpenMO

Quantity

N/A

N/A

Specifies the demand from unallocated components for quote and open manufacturing orders in the issue-from site, including MRP-Planned demand whose status is Planned.

DueDate

dateTime

N/A

N/A

Specifies the date the item is required.

ItemKey

ItemKey

N/A

N/A

A key that uniquely identifies an item.

LocationKey

WarehouseKey

N/A

N/A

A key that uniquely identifies a site.

PlannedOrderKey

PlannedOrderKey

N/A

N/A

The key that uniquely identifies the planned order item.

MRPType

PlannedOrderMRPType

N/A

N/A

PlannedOrderMRPType enumeration value specifying the type of order.

MRPParentType

PlannedOrderParentMRPType

N/A

N/A

PlannedOrderParentMRPType enumeration value specifying the type of the parent order.

SequenceNumber

int

N/A

N/A

A unique number value for each line in a manufacturing order picklist.

PhantomParent

string

30

Empty

Specifies the part number for the phantom subassembly for applicable items.

Status

PlannedOrderItemStatus

N/A

N/A

PlannedOrderItemStatus enumeration value specifying the status of the planned order item.

StatusDescription

string

30

Empty

Specifies additional status information.

AllocatedByOpenMO

Quantity

N/A

N/A

Specifies the demand from allocated components at the issue from site from picklist for manufacturing orders with Quote or Open status. The allocated quantity will be recongnized by MRP on the date when the item is required by the manufacturing order.

AllocatedByReleasedMO

Quantity

N/A

N/A

Specifies the demand from the unissued and allocated components at the issue-from site from picklists for manufacturig orders with Release or Partially Received (or possible Complete) status. The allocated quantity of an item will be recognized by MRP on the date when the item is required by the manufacturing order.

ConsumedByOpenMO

Quantity

N/A

N/A

Specifies the demand from all unissued components of quote and open manufacturing orders—regardless of allocation status—in the issue-from site, including MRP-planned demand with Planned status.

ConsumedByReleasedMO

Quantity

N/A

N/A

Specifies the demand from all unissued components for released or partially-received (or possibly complete manufacturing orders—regardless of allocation status—in the issue-from site.

RequiredByReleasedMO

Quantity

N/A

N/A

Specifies the demand from unissued, unallocated components for released, partially-received, complete manufacturing orders in the issue-from site.

MoveIn

boolean

N/A

False

Specifies whether MRP is suggesting to move the existing order in.

MoveOut

boolean

N/A

False

Specifies whether MRP is suggesting to move the existing order out.

OriginalDueDate

dateTime

N/A

N/A

Specifies the original due date when MRP suggests move in or move out.

Canceled

boolean

N/A

False

Specifies whether MRP is suggesting to cancel the existing order.

Exceptions

PlannedOrderItemExceptions

N/A

N/A

PlannedOrderItemException object that provides exception information for the order item.



Documentation Feedback