InventoryLineBase


Description

Defines the common properties for all inventory lines in Microsoft Dynamics GP.

Properties

Property

Type

Length

Default

Description

Key

InventoryLineKey

N/A

N/A

The inventory line key object that uniquely identifies the inventory line.

ItemKey

ItemKey

N/A

N/A

The item key object that uniquely identifies the item for the inventory line.

Quantity

Quantity

N/A

0

The quantity by which the item inventory should be adjusted.

UnitCost

MoneyAmount

N/A

N/A

The current cost or the standard cost of the item, depending on the item’s inventory valuation method.


Inherits from

BusinessObject


Documentation Feedback