Share via


InventDimOnHand.exists Method [AX 2012]

Indicates whether the specified instance of the inventDimOnHandMember class exists.

Syntax

public boolean exists(InventDimOnHandMember _inventDimOnHandMember, [boolean _allowPassedQtyToBeLarger])

Run On

Called

Parameters

  • _inventDimOnHandMember
    Type: InventDimOnHandMember Class
    The instance of the inventDimOnHandMember class to be checked for existence.
  • _allowPassedQtyToBeLarger
    Type: boolean
    A Boolean value that indicates whether the item ID, inventory dimension, and quantity must match; optional.

Return Value

Type: boolean
true if the instance of the inventDimOnHandMember class exists; otherwise, false.

See Also

Reference

InventDimOnHand Class