LedgerJournalEngine.moveCachedBudgetCheckResult Method [AX 2012]

Moves the cached budget check result associated with the old voucher to the new voucher.

Syntax

protected boolean moveCachedBudgetCheckResult(Voucher _oldVoucher, Voucher _newVoucher)

Run On

Called

Parameters

Return Value

Type: boolean
true if the budget check result for the specified old voucher is found in the cache and moved to the new voucher; otherwise, false.

Remarks

Nothing is performed if the old voucher is not found in the cache.

See Also

Reference

LedgerJournalEngine Class