SalesFulfillmentOrderComponent


Description

A sales fulfillment order component for a sales fulfillment order line in the Sales Order Processing module of Microsoft Dynamics GP. Each sales fulfillment order line can have a set of a sales order components when the item on the sales fulfillment order line is a kit item.

Properties

Property

Type

Length

Default

Description

QuantityToBackorder

Quantity

N/A

0

The quantity to be transferred to a back order. This property cannot have a value if Quantity has a negative value.

QuantityCanceled

Quantity

N/A

0

The quantity canceled on the line item. This property cannot have a value if Quantity has a negative value.

QuantityFulfilled

Quantity

N/A

0

The quantity fulfilled in the line U of M. This property cannot have a value if Quantity has a negative value.

BillingQuantity

Quantity

N/A

0

Holds the total quantity of the component needed to fill the quantity of the kit item entered on the sales fulfillment order line.

QuantityAllocated

Quantity

N/A

N/A

The quantity allocated of the item. This property is read-only.

Serials

ArrayOfSalesComponentSerial

N/A

Empty

A collection of serial details for a sales component with a serial-tracked item.

Lots

ArrayOfSalesComponentLot

N/A

Empty

A collection of lot details for a sales component with a lot-tracked item.

Bins

ArrayOfSalesComponentBin

N/A

Empty

A collection of bin details for a sales component when using the multiple bin functionality.


Inherits from

SalesComponent


Documentation Feedback