SalesInvoiceComponent


Description

A sales invoice component for a sales invoice line in the Sales Order Processing module of Microsoft Dynamics GP. Each sales invoice line can have a set of sales invoice components when the item on the sales invoice 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

The quantity ordered for the item on the component line.

QuantityAllocated

Quantity

N/A

N/A

The quantity allocated for 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