Share via


InventCostPreCloseMatchReturn.isMatching Method [AX 2012]

Determines if an inventory transaction matches other inventory transactions.

Syntax

public boolean isMatching(InventTrans _inventTrans)

Run On

Called

Parameters

Return Value

Type: boolean
true if the inventory transactions are matched to other inventory transactions; otherwise, false.

Remarks

All inventory transactions must be added to match before calling this method.

See Also

Reference

InventCostPreCloseMatchReturn Class