InventDim::isInventDimEqualWHSNonWork Method
Compares all inventory dimensions that are above Location level in the item's hierarchy
Syntax
client server public static boolean isInventDimEqualWHSNonWork(
InventDim _inventDim1,
InventDim _inventDim2,
ItemId _itemId)
Run On
Called
Parameters
- _inventDim1
Type: InventDim Table
The first InventDim table buffer to compare.
- _inventDim2
Type: InventDim Table
The second InventDim table buffer to compare.
- _itemId
Type: ItemId Extended Data Type
The Id of the item used to find the dimension hierarchy
Return Value
Type: boolean
true if all dimension fields above location in the hierarchy have identical values; otherwise, false.