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
- _itemId
Type: ItemId Extended Data Type
The item to validate.
- _inventDim
Type: InventDim Table
A set of inventory dimensions.
- _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.