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.

Return Value

Type: boolean
true if all dimension fields above location in the hierarchy have identical values; otherwise, false.

See Also

Reference

InventDim Table