Share via


InventCostPreCloseMatch.isMatching Method [AX 2012]

Determines whether an inventory transaction is matching other inventory transactions.

Syntax

public boolean isMatching(InventTrans _inventTrans)

Run On

Called

Parameters

Return Value

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

Remarks

All inventory transactions have to be added to the matching before this method is called.

See Also

Reference

InventCostPreCloseMatch Class