LedgerBalanceSheetDim Class [AX 2012]
The LedgerBalanceSheetDim class is used as an interface between the financial statement and the calculation engine used when calculating values for the financial statement.
| Method | Description | |
|---|---|---|
| calcOpening | Determines if users can calculate an opening balance for the column - this is made for performance optimizing. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| ensureDimAttrDS | Ensures that a data source exists for the specified dimension attribute and creates it if it does not. |
| ensureFiscalCalendarPeriodDS | Ensures that a data source exists for the fiscal calendar period and creates it if it does not. |
| ensureGeneralJournalEntryDS | Ensures that a data source exists for the general journal entry and creates it if it does not. |
| ensureMainAccountDS | Ensures that a data source exists for the main account and creates it if it does not. |
| ensureSubledgerVoucherGenJournalEntryDS | Ensures that a data source exists for the subledger voucher general journal entry and creates it if it does not. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| existDimAttrDS | |
| existMainAccountDS | |
| 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 variables that are passed by the construct method. |
| 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.) |
| parmActiveId | Gets the ActiveId parameter. |
| parmAmountCur | Gets the AmountCur parameter. |
| parmAmountMST | Gets the AmountMST parameter. |
| parmAmountMSTSecondary | Gets the AmountMSTSecondary parameter. |
| parmBudgetModelNum | Gets the BudgetModelNum parameter. |
| parmCurrencyCode | Gets the CurrencyCode parameter. |
| parmDebCredProposal | Sets the value of DebCredProposal. |
| parmDimensionsOperationsTaxDim | Sets the value of the DimensionsOperationsTaxDim enumeration. |
| parmEngineParm | Initialize the calculation engine according to the column and criteria on the column. |
| parmFetchedValues | |
| parmIncludeBlankDimAttrValues | Gets or sets the IncludeBlankDimAttrValues parameter. |
| parmLedgerBalColumnsDim | Gets the LedgerBalColumnsDim parameter. |
| parmLedgerPostingType | Gets the LedgerPostingType parameter. |
| parmOperationsTax | Gets the OperationsTax parameter. |
| parmPeriodCode | Gets the PeriodCode parameter. |
| parmTableId | Gets the TableId parameter. |
| parmTaxTransGenJourAccEntryRecId | Gets the TaxTransGenJourAccEntryRecId parameter. |
| parmTransDate | Gets the TransDate parameter. |
| parmTransTxt | Gets the TransTxt parameter. |
| parmVoucher | Gets the Voucher parameter. |
| q_addAccountNum | Adds the account criteria to the query. |
| q_addBudgetModel | Adds the budget model criteria to the query. |
| q_addCurrencyCode | Adds the currency code criteria to the query. |
| q_addDebitCredit | Add the debit/credit criteria to the query. |
| q_addDimension | Adds the dimension criteria to the query. |
| q_addLedger | |
| q_addNoReversed | Adds the value reversed to the query, with a fixed value. Therefore, the fetch will only contain transactions that have not been reversed. |
| q_addOpeningDate | Adds the opening date to the query - used when it calculates the opening balance. |
| q_addOperationsTax | Adds the tax layer to the query. |
| q_addOrReplaceAccountNum | Adds or replaces the value of the account criteria on the query. |
| q_addOrReplaceDimension | Adds or replaces the value of the dimension criteria on the query. |
| q_addPeriodCodeClosing | |
| q_addPeriodCodeNotOpening | |
| q_addPeriodCodeOpening | |
| q_addPeriodCodeRegular | |
| q_addSelectionFieldAccountNum | Adds the account number as a selection field to the query. |
| q_addSelectionFieldDimension | Adds dimensions as a selection field to the query. |
| q_addSortAndSelectionFields | Adds a group of selection and sort fields to the query. |
| q_addTransDate | Adds the transaction date criteria to the query. |
| q_existRangeOnAccountNum | |
| q_existsRangeOnDimension | |
| q_sortAccountNum | Adds the account number as a sort field to the query. |
| q_sortDimension | Adds the dimensions as sort fields to the query. |
| q_sortPeriodCode | Adds the period code as a sort field to the query. |
| q_sortRecId | Provides the means for a subclass to add sorting by RecId if the data source supports the field. |
| q_sortTransDate | Adds transaction date as a sort field to the query. |
| q_sortVoucher | Provides the means for a subclass to add sorting by voucher if the data source supports the field. |
| resetGroupByControlFlags | |
| 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.) |
| ::construct | Constructs a class that calculates the values of a specific column type. |
| ::queryAddSelectionField |
The first level of inheritance for this class is used to implement all the functionality that relates to a specific table (classes like LedgerBalanceSheetDimCol_Cur Class)
The second level of inheritance for this class is used to implement specific functionality for each column that the financial statement should calculate values for (classes like LedgerBalanceSheetDimCol_CurMST Class).
Community Additions
ADD
Show: