InventoryLine


Description

Defines an inventory line document in Microsoft Dynamics GP.

Properties

Property

Type

Length

Default

Description

UofM

string

8

N/A

The unit of measure for the item’s quantity.

WarehouseKey

WarehouseKey

N/A

N/A

The warehouse key object that uniquely identifies the location where the transaction occurs.

InventoryGLAccount

GLAccountNumberKey

N/A

N/A

The GL account number key object that uniquely identifies the account that the cost of an item, based on the valuation method, will be posted to when an inventory variance or adjustment transaction occurs.

InventoryOffsetGL
Account

GLAccountNumberKey

N/A

N/A

The GL account number key object that uniquely identifies the account that the cost of an item, based on the valuation method, will be posted to when an inventory decrease adjustment transaction occurs.

Bins

ArrayOfInventoryBin

N/A

N/A

A collection of inventory bins for the inventory line.

Lots

ArrayOfInventoryLot

N/A

N/A

A collection of inventory lots for the inventory line.

Serials

ArrayOfInventorySerial

N/A

N/A

A collection of inventory serial objects for the inventory line.


Inherits from

InventoryLineBase


Documentation Feedback