BankStatementViewModel Class [AX 2012]
The BankStatementViewModel class is the view model of bank statement form.
| Method | Description | |
|---|---|---|
| amountModified | Handles the modified event of debit and credit amount control. |
| bookRefresh | Refreshes the BankStatementTableListPage form when the BankStatementTable form is closed. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| dsDocumentActivePost | Handles the started event of the BankStmtISODocument record. |
| dsDocumentWritePre | Handles the write event of the BankStmtISODocument record. |
| dsEndingBalanceActivePost | Handles the started event of BankStmtISOCashBalance for ending balance. |
| dsEndingBalanceInitValuePost | Handles the initValue event of the BankStmtISOCashBalance record for ending balance. |
| dsGroupHeaderActivePost | Handles the started event of the BankStmtISOGroupHeader record. |
| dsGroupHeaderCreatePre | Handles the create event of the BankStmtISOGroupHeader record. |
| dsGroupHeaderDeletePost | Handles the delete event of the BankStmtISOGroupHeader record. |
| dsGroupHeaderInitValuePost | Handles the initValue event of the BankStmtISOGroupHeader record. |
| dsGroupHeaderLinkActivePre | Handles the linkActive event of the BankStmtISOGroupHeader record. |
| dsGroupHeaderValidateWritePost | Handles the validateWrite event of the BankStmtISOGroupHeader record. |
| dsGroupHeaderWritePost | Handles the write event of the BankStmtISOGroupHeader record. |
| dsNetAmountActivePost | Handles the started event of the BankStmtISOCashBalance record for net amount. |
| dsNetAmountInitValuePost | Handles the initValue event of the BankStmtISOCashBalance record for net amount. |
| dsOpeningBalanceActivePost | Handles the started event of the BankStmtISOCashBalance record for opening balance. |
| dsOpeningBalanceInitValuePost | Handles the initValue event of the BankStmtISOCashBalance record for opening balance. |
| dsReportEntryActivePost | Handles the started event of the BankStmtISOReportEntry record. |
| dsReportEntryWritePre | Handles the write event of the BankStmtISOReportEntry record. |
| dsStatementActivePost | Handles the started event of the BankStmtISOAccountStatement record. |
| dsStatementCreatePre | Handles the create event of the BankStmtISOAccountStatement record. |
| dsStatementDeletePost | Handles the delete event of the BankStmtISOAccountStatement record. |
| dsStatementInitValuePost | Handles the initValue event of the BankStmtISOAccountStatement record. |
| dsStatementLinkActivePre | Handles the linkActive event of the BankStmtISOAccountStatement record. |
| dsStatementValidateWritePost | Handles the validateWrite event of the BankStmtISOAccountStatement record. |
| dsStatementWritePost | Handles the write event of the BankStmtISOAccountStatement record. |
| dsStatementWritePre | Handles the write event of the BankStmtISOAccountStatement record. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| fieldModifiedBankAccountTablePost | Handles the modified event of the BankAccountTable field of the BankStmtISOAccountStatement table. |
| formClosePre | Called before form is closed. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initDataSource | Initializes data sources. |
| initialize | Initializes the bank statement view model. |
| initNumberSeq | Initializes the number sequence for bank statement ID and download ID. |
| markNewBankDocument | Marks new bank document. |
| new | Initializes a new instance of the BankStatementViewModel 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.) |
| numberSeqFormHandlerStatementDownloadId | Gets number sequence for bank statement download ID. |
| numberSeqFormHandlerStatementId | Gets number sequence for bank statement Id. |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmStatementFormView | Gets or sets the StatementFormView parameter. |
| setStatementDataSourceStatus | Sets the enable status of statement data sources. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| tableFieldIdStatementDownloadId | Gets the field ID for statement download ID. |
| tableFieldIdStatementId | Gets the field ID for statement ID. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| updateBalanceReference | Updates the references of the BankStmtISOCashBalance record. |
| 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 | Creates an instance of the BankStatementViewModel class. |
| ::newFromStatementView | Creates an instance of the BankStatementViewModel class. |
Community Additions
ADD
Show: