SubledgerJournalOverviewViewModel Class [AX 2012]
The SubledgerJournalOverviewViewModel class is the view model for the SubledgerJournalOverviewFormView class.
| Method | Description | |
|---|---|---|
| calculateTotalDebitCreditAmounts | Calculates the total debit and credit amounts. |
| 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.) |
| generalJournalAccountEntryActivated | Handles the general journal account entry activated event. |
| generalJournalEntryActivated | Handles the general journal entry activated event. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initialize | Initializes the subledger journal overview view model. |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| 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.) |
| parmAccountingCurrencyCreditTotal | Gets the accounting currency credit total amount. |
| parmAccountingCurrencyDebitTotal | Gets the accounting currency debit total amount. |
| parmActiveCurrencyCode | Gets or sets the active transaction currency code. |
| parmActiveGeneralJournalAccountEntry | Gets the active GeneralJournalAccountEntry record. |
| parmActiveGeneralJournalEntry | Gets the active general journal entry. |
| parmActiveShowAllTransactions | Gets the active show all transactions option. |
| parmActiveSourceDocumentHeader | Gets the active source document header. |
| parmActiveTransactionVoucher | Gets the active transaction voucher. |
| parmReportingCurrencyCreditTotal | Gets the reporting currency credit total amount. |
| parmReportingCurrencyDebitTotal | Gets the reporting currency debit total amount. |
| parmSubledgerJournalOverviewFormView | Gets an instance of the SubledgerJournalOverviewFormView class. |
| parmTotalCurrencyList | Gets the transaction currency list. |
| parmTransactionCurrencyCreditTotal | Gets the transaction currency credit total amount. |
| parmTransactionCurrencyDebitTotal | Gets the transaction currency debit total amount. |
| parmTransactionVoucherList | Gets the transaction voucher list. |
| setDataSourceQueryCriteria | Sets the data source query criteria. |
| setQueryBuildRange | Sets the query build range. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| showAccountingCurrencyAmount | Checks whether the active currency differs from the ledger account. |
| showAllTransactionsChanged | Handles the show all transaction. |
| showReportingCurrencyAmount | Gets the reporting currency credit total amount. |
| subledgerJournalAccountEntryActivated | Handles the subledger journal account entry for the activated event. |
| subledgerJournalEntryActivated | Handles the subledger journal entry activated event. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| totalCurrencyCodeChanged | Handles the total currency code change. |
| transactionVouchersChanged | Handles the transaction voucher change. |
| 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.) |
| ::calculateTotalAmounts | Calculates the total amounts. |
| ::construct | Initializes an instance of the SubledgerJournalOverviewViewModel class. |
| ::getServerState | Gets the voucher and currency list for the subledger journal overview form. |
| ::newFromSubledgerJournalOverviewFormView | Creates an instance of the SubledgerJournalOverviewViewModel class. |
| ::populateVoucherCurrencyList | Creates the transaction currency list of a specific voucher. |
Community Additions
ADD
Show: