InventTable::checkProductDimensions Method

Indicates whether the product dimensions are valid for the specified item.

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
          server public static boolean checkProductDimensions(
            ItemId _itemId, 
            InventDim _inventDim, 
           [boolean _onlyTestSpecifiedDimensions])

  Microsoft Dynamics AX 2012 R2 (SYS)
          server public static boolean checkProductDimensions(
            ItemId _itemId, 
            InventDim _inventDim, 
           [boolean _onlyTestSpecifiedDimensions])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          server public static boolean checkProductDimensions(
            ItemId _itemId, 
            InventDim _inventDim, 
           [boolean _onlyTestSpecifiedDimensions])

  Microsoft Dynamics AX 2012 (FPK)
          server public static boolean checkProductDimensions(ItemId _itemId, InventDim _inventDim)

  Microsoft Dynamics AX 2012 (SYS)
          server public static boolean checkProductDimensions(ItemId _itemId, InventDim _inventDim)

Run On

Server

Parameters

  • _onlyTestSpecifiedDimensions
    Type: boolean
    true if only specified inventory dimensions should be tested; otherwise, false.

Return Value

Type: boolean
true if the product dimensions are valid; otherwise, false.

See Also

Reference

InventTable Table