InventoryTransferLine


Description

Defines an inventory transfer line document in Microsoft Dynamics GP.

Properties

Property

Type

Length

Default

Description

WarehouseFromKey

WarehouseKey

N/A

N/A

The warehouse key object that uniquely identifies the warehouse location where the items will be transferred from.

WarehouseToKey

WarehouseKey

N/A

N/A

The warehouse key object that uniquely identifies the warehouse location where the items will be transferred to.

QuantityTypeFrom

QuantityType

N/A

N/A

The quantity type where the item will be transferred from. Quantity type can be: On Hand; Returned; In Use; In Service; and Damaged.

QuantityTypeTo

QuantityType

N/A

N/A

The quantity type where the item will be transferred to. Quantity type can be: On Hand; Returned; In Use; In Service; and Damaged.

InventoryFromGLAccount

GLAccountNumberKey

N/A

N/A

The GL account number key object that uniquely identifies the GL account that will be decreased by the transfer.

InventoryToGLAccount

GLAccountNumberKey

N/A

N/A

The GL account number key object that uniquely identifies the GL account that will be increased by the transfer.

Bins

ArrayOfInventoryTransferBin

N/A

N/A

A collection of inventory transfer bin objects for the inventory transfer line.

Lots

ArrayOfInventoryTransferLot

N/A

N/A

A collection of inventory transfer lot objects for the inventory transfer line.

Serials

ArrayOfInventoryTransferSerial

N/A

N/A

A collection of inventory transfer serial objects for the inventory transfer line.


Inherits from

InventoryLineBase


Documentation Feedback