InventCostPreCloseMatchTransfer.isMatching Method [AX 2012]

Indicates 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 matches other inventory transactions; otherwise, false.

Remarks

All inventory transactions need to be added to the match before you call this method.

See Also

Reference

InventCostPreCloseMatchTransfer Class