BudgetAvailableBalance Class [AX 2012]
The BudgetAvailableBalance class provides common logic that is used to get the budget funds that are available based on the specified BudgetModel record, a starting interval date, and an ending interval date.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| executeBudgetControlCategorySumAllQuery | Executes the BudgetControlCategorySumAll query and the BudgetControlRelievingCategorySumAll query. |
| getBudgetControlCategorySumAll | Gets a BudgetPeriodBalance instance that contains the aggregated amounts for all budget control categories with both draft and confirmed status for the specified BudgetModel record. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Initializes a new instance of the BudgetAvailableBalance class. |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| prepareBudgetControlCategorySumAllQuery | Prepares the BudgetaryControlCategorySumAll query. |
| prepareDynamicQuery | Copies the query ranges from the dynamic query to the BudgetControlCategorySumAll query. |
| prepareQueryRangeValues | Prepares the query range values by using the specified parameters. |
| prepareRelievingCategorySumAllQuery | Prepares the BudgetControlRelievingCategorySumAll query. |
| prepareRelievingQueryRangeValues | Sets the value for category query build range which is part of BudgetControlRelievingCategorySum query. |
| setBudgetPeriodBalanceAmount | Sets the aggregated accounting currency amounts for the specified BudgetPeriodBalance instance. |
| setBudgetPeriodBalanceReliefAmount | Sets the aggregated accounting currency relief amounts for the specified BudgetPeriodBalance instance. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::getBudgetModelQueryRangeValue | |
| ::getCategoryIncludeCarryforwardQueryValue | Gets a query range value String to include carry-forward amounts for calculating available budget funds for the specified budget control category. |
| ::getCategoryStatusQueryRangeStr | Gets the query range value String for the status and category. |
| ::getIncludeCarryforwardQueryValueStr | Gets a query range value String to include carry-forward amounts for calculating available budget funds. |
| ::getIsSimulationQueryRangeValueStr | Gets the query range value String for the simulation status. |
| ::getRelievedCategoryStatusQueryRangeStr | Gets the query range value String for the status and category for the relieved budget funds calculation. |
| ::getStatusQueryRangeValueStr | Gets the query range value String for the status. |
Object Class
BudgetAvailableBalance Class
BudgetAvailableBalanceGroup Class
BudgetAvailableBalanceLedgerDimension Class
BudgetAvailableBalance Class
BudgetAvailableBalanceGroup Class
BudgetAvailableBalanceLedgerDimension Class
Community Additions
ADD
Show: