LedgerJournalEngine.addBudgetCheckResultToCache Method [AX 2012]

Adds the budget check result for the specified voucher to the budget check results cache.

Syntax

public boolean addBudgetCheckResultToCache(Voucher _voucher, BudgetCheckResult _budgetCheckResult)

Run On

Called

Parameters

Return Value

Type: boolean
true if the budget check result is added to the cache; otherwise, false.

Remarks

Existing budget check result for the specified voucher in the cache is replaced with the new budget check result.

See Also

Reference

LedgerJournalEngine Class