InventDim.isRefiningDimension Method

Determines whether the current inventory dimension record buffer is refining the dimensions of the inventory dimension specified.

Syntax

public boolean isRefiningDimension(InventDimGroupSetup _inventDimGroupSetup, InventDim _genericInventDim)

Run On

Called

Parameters

  • _inventDimGroupSetup
    Type: InventDimGroupSetup Class
    An inventory dimension group setup that will determine the inventory dimension fields to compare.
  • _genericInventDim
    Type: InventDim Table
    An inventory dimension assumed to be more generic (with more fields empty) than the current one.

Return Value

Type: boolean
true if the current inventory dimension is refining the specified inventory dimension; otherwise, false.

Remarks

An inventory dimension B will refine an inventory dimension A if all the active non-empty field values specified by A have the same value in B.

B may in turn specify additional values that A has empty.

See Also

Reference

InventDim Table