BudgetTmpControlStatistics.getBudgetFundsAvailableAmount Method
Gets the budget available amount based on the BudgetControlConfiguration table buffer.
Syntax
public AmountMST getBudgetFundsAvailableAmount(RefRecId _budgetControlConfigurationRecId)
Run On
Called
Parameters
- _budgetControlConfigurationRecId
Type: RefRecId Extended Data Type
A BudgetControlConfiguration table buffer that gives details about the amount that must be subtracted.
Return Value
Type: AmountMST Extended Data Type
The AmountMST value for the budget available amount based on the amounts to include in budget funds available calculation on the BudgetControlConfiguration table.
Remarks
This method calculates the budget available amount by calculating the BudgetSumAmount and BudgetSubtractAmount values based on the specified BudgetControlConfiguration table buffer.