PBAItemLineType.maintainProductDimensions Method [AX 2012]

Maintains product dimensions associated with the configured product.

NoteNote

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.


  Microsoft Dynamics AX 2012 R3
          protected void maintainProductDimensions(
            ItemId _itemId, 
            InventDim _inventDim, 
           [LanguageId _languageId])

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected void maintainProductDimensions(ItemId _itemId, InventDim _inventDim)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected void maintainProductDimensions(ItemId _itemId, InventDim _inventDim)

  Microsoft Dynamics AX 2012 (FPK)
          protected void maintainProductDimensions(ItemId _itemId, InventDim _inventDim)

  Microsoft Dynamics AX 2012 (SYS)
          protected void maintainProductDimensions(ItemId _itemId, InventDim _inventDim)

Run On

Called

Parameters

_itemId
Type: ItemId Extended Data Type
An item ID.
_inventDim
Type: InventDim Table
An inventory dimension.
_languageId
Type: LanguageId Extended Data Type

Community Additions

ADD
Show: