SalesOrderLine


Description

A sales order line for a sales order in the Sales Order Processing module of Microsoft Dynamics GP. Each sales order can have a set of sales order lines.

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.

QuantityToInvoice

Quantity

N/A

0

The quantity ordered for the item on the document line.

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.

QuantityAllocated

Quantity

N/A

N/A

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

FulfillDate

dateTime

N/A

N/A

The date the item quantities were fulfilled. If the item is partially fulfilled, the most recent date that fulfillment occurred for an item quantity will be displayed.

ActualShipDate

dateTime

N/A

N/A

The date on which an item quantity was most recently shipped.

Components

ArrayOfSalesComponent

N/A

N/A

A collection of components for a sales order line.

Serials

ArrayOfSalesLineSerial

N/A

N/A

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

Lots

ArrayOfSalesLineLot

N/A

N/A

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

Bins

ArrayOfSalesLineBin

N/A

N/A

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


Inherits from

SalesLine


Documentation Feedback