BankStatementFormView Class [AX 2012]
The BankStatementFormView class is the form view of bank statement form.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| changedReportEntryEventHandler | Handles the event after the BankStmtISOReportEntry value is changed. |
| changedStatementEventHandler | Handles the event after the BankStmtISOAccountStatement value is changed. |
| changeReportEntry | Changes the active BankStmtISOReportEntry record. |
| changeStatement | Changes the active BankStmtISOAccountStatement record. |
| changingReportEntryEventHandler | Handles the event before the BankStmtISOReportEntry value is changed. |
| changingStatementEventHandler | Handles the event before the BankStmtISOAccountStatement value is changed. |
| createGroupHeaderPre | Creates a BankStmtISOGroupHeader record. |
| createStatementPost | Performs actions after a BankStmtISOAccountStatement record is created. |
| createStatementPre | Creates a BankStmtISOAccountStatement record. |
| deleteGroupHeaderPost | Deletes a BankStmtISOGroupHeader record. |
| deleteReportEntryPost | Deletes a BankStmtISOReportEntry record. |
| deleteStatementPost | Deletes a BankStmtISOAccountStatement record. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| 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.) |
| init | Initializes an instance of the BankReconciliationStatementFormView class. |
| initBalanceDSByType | Initializes the data source for the BankStmtISOCashBalance record by adding the balance type range. |
| initButtonControls | Initializes the form view button controls. |
| initButtonGroupControls | Initializes the form view button controls. |
| initControls | Initializes the bank statement form controls. |
| initDataSource | Initializes the bank statement form data source. |
| initFieldControls | Initializes the form view field controls. |
| initializedViewEventHandler | Represents the initialized view event handler delegate. |
| initializingViewEventHandler | Represents the initializing view event handler delegate. |
| initStatementViewModel | Initializes the bank statement view model. |
| initTabControls | Initializes the form view tab controls. |
| initValueEndingBalancePost | Initializes the ending balance. |
| initValueGroupHeaderPost | Initializes values of the BankStmtISOGroupHeader record. |
| initValueNetAmountPost | Initializes the net amount. |
| initValueOpeningBalancePost | Initializes the opening balance. |
| initValueStatementPost | Initializes the values of the BankStmtISOAccountStatement record. |
| initViewForLineAmountControls | Initializes the form-view for the statement line amount. |
| linkActiveGroupHeaderPre | Links the active BankStmtISOGroupHeader record. |
| linkActiveStatementPre | Links the active BankStmtISOAccountStatement record. |
| markNewBankDocument | Marks new bank document. |
| modifiedCreditAmount | Modifies the credit amount. |
| modifiedDebitAmount | Modifies the debit amount. |
| modifyBankAccountTable | Called after you modify field BankAccountTable of table BankStmtISOAccountStatement . |
| new | Initializes a new instance of the BankStatementFormView 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.) |
| parmDSBankDocumentInformation | Gets or sets the DSBankDocumentInformation parameter. |
| parmDSDocument | Gets or sets the DSDocument parameter. |
| parmDSEndingBalance | Gets or sets the DSEndingBalance parameter. |
| parmDSGroupHeader | Gets or sets the DSGroupHeader parameter. |
| parmDSNetAmount | Gets or sets the DSNetAmount parameter. |
| parmDSOpeningBalance | Gets or sets the DSOpeningBalance parameter. |
| parmDSReportEntry | Gets or sets the DSReportEntry parameter. |
| parmDSStatement | Gets or sets the DSStatement parameter. |
| parmDSTradingParty | Gets or sets the DSTradingParty parameter. |
| parmStatementFormRun | Gets or sets the StatementFormRun parameter. |
| parmStatementViewModel | Gets the StatementViewModel parameter. |
| refreshStatement | Refreshes the BankStmtISOAccountStatement buffer. |
| setButtonVisible | Sets the button groups and buttons that are visible when you switch the grid and details. |
| setHeaderTitle | Sets the header title text. |
| setReportEntryAllowEdit | Sets the allow edit property of statement line fields. |
| setReportEntryButtonStatus | Sets report entry button status. |
| setReportEntryFieldsAllowEdit | Sets the allow edit property of statement line fields. |
| setStatementAllowEdit | Sets statement allow edit property. |
| 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.) |
| validateWriteGroupHeaderPost | Deletes a BankStmtISOGroupHeader record. |
| validateWriteStatementPost | Deletes a BankStmtISOAccountStatement record. |
| wait | Pauses a process. (Inherited from Object.) |
| writeDocumentPre | Writes the BankStmtISODocument record. |
| writeGroupHeaderPost | Writes the BankStmtISOGroupHeader record. |
| writeReportEntryPre | Performs pre actions when a BankStmtISOReportEntry record is written. |
| writeStatementPost | Performs post actions when a BankStmtISOAccountStatement record is written. |
| writeStatementPre | Performs pre actions when a BankStmtISOAccountStatement record is written. |
| writeTradingPartyPre | Indicates whether to write the trading party record. |
| writingReportEntryEventHandler | The method contains no code. |
| writingStatementEventHandler | The method contains no code. |
| writtenReportEntryEventHandler | The method contains no code. |
| writtenStatementEventHandler | The method contains no code. |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Creates an instance of the BankStatementFormView class. |
| ::newFromParameters | Constructs an instance of the BankStatementFormView class from a FormRun object. |
Community Additions
ADD
Show: