Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _voucher
Type: Voucher Extended Data Type
The voucher for the budget check result.
- _budgetCheckResult
Type: BudgetCheckResult Enumeration
The new budget check result.
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.