BudgetCalculateBalance Class [AX 2012]
The BudgetCalculateBalance class queries for budget and posted ledger amounts by fiscal period and uses the information to create records in the BudgetTmpBalance temporary table.
| Method | Description | |
|---|---|---|
| calculatePeriodBalances | Calculates the budget and posted ledger amounts by fiscal period. |
| 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.) |
| 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 BudgetCalculateBalance 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.) |
| pack | Serializes the current instance of the BudgetCalculateBalance class. |
| parmAccumulateAmounts | Gets or sets the AccumulateAmounts parameter. |
| parmAccumulatedApportionmentAmount | Gets the AccumulatedApportionmentAmount parameter. |
| parmBudgetModelId | Gets or sets the BudgetModelId parameter. |
| parmBudgetType | Gets or sets the BudgetType parameter. |
| parmCalculateLedgerAmounts | Gets or sets the CalculateLedgerAmounts parameter. |
| parmDimensionFocus | Gets or sets the DimensionFocus parameter. |
| parmEndDate | Gets or sets the EndDate parameter. |
| parmFilterByBudgetType | Gets or sets the FilterByBudgetType parameter. |
| parmFiscalCalendarRecId | Gets or sets the FiscalCalendarRecId parameter. |
| parmIncludeAllBudgetModelsIfNotSpecified | Gets or sets the IncludeAllBudgetModelsIfNotSpecified parameter. |
| parmIncludeSubModels | Gets or sets the IncludeSubModels parameter. |
| parmLedgerCategory | Gets or sets the LedgerCategory parameter. |
| parmQuery | Gets or sets the Query parameter. |
| parmStartDate | Gets or sets the StartDate parameter. |
| 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.) |
| unpack | Deserializes the _packedClass parameter value to an instance of the BudgetCalculateBalance class. |
| 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.) |
| ::addMainAccountTypeRange | Adds a query range to restrict actual amounts by the type on its Main account. |
| ::create | Creates an instance of the BudgetCalculateBalance class from a packed copy. |
| ::generatePeriodRecordsForLedgerDim | Creates temporary records for each period in the specified date range for a specific ledger dimension. |
| ::getBudgetModels | Gets the budget model IDs that match the specified range value. |
| ::getBudgetTransactionTypeExpression | Builds a string that will be used in a query range that contains the budget transaction type expression to be included in the query for budget amounts. |
| ::getLedgerAmount | Retrieves the total amount posted for the specifed ledger dimension and date range. |
| ::getLedgerAmountQuery | Retrieves the total amount posted for the specifed ledger dimension and date range. |
| ::getTmpTrans | Queries for budget and ledger account posted amounts by fiscal period. |
Community Additions
ADD
Show: