InventDimOnHandMember::construct Method [AX 2012]
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
client server public static InventDimOnHandMember construct(
ItemId _itemId,
InventDimId _inventDimId,
InventQty _inventQty,
[PdsCWInventQty _cwInventQty])
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static InventDimOnHandMember construct(
ItemId _itemId,
InventDimId _inventDimId,
InventQty _inventQty,
[PdsCWInventQty _cwInventQty])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server public static InventDimOnHandMember construct(
ItemId _itemId,
InventDimId _inventDimId,
InventQty _inventQty,
[PdsCWInventQty _cwInventQty])
Microsoft Dynamics AX 2012 (FPK)
client server public static InventDimOnHandMember construct(
ItemId _itemId,
InventDimId _inventDimId,
InventQty _inventQty)
Microsoft Dynamics AX 2012 (SYS)
client server public static InventDimOnHandMember construct(
ItemId _itemId,
InventDimId _inventDimId,
InventQty _inventQty)
Run On
Called
Parameters
- _itemId
Type: ItemId Extended Data Type
- _inventDimId
Type: InventDimId Extended Data Type
- _inventQty
Type: InventQty Extended Data Type
- _cwInventQty
Type: PdsCWInventQty Extended Data Type