BankReconciliationWorksheetFormView Class [AX 2012]
The BankReconciliationWorksheetFormView class is the form view for bank reconciliation work sheet form.
| Method | Description | |
|---|---|---|
| activeOpenStatementPost | Posts action of active of open statement line. |
| bookRefresh | Refreshes the BankReconciliationHeader form when the BankReconciliationWorksheet form is closed. |
| calcSubtotal | Calculates subtotals of the reconciliation. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| clickedPrintButton | Executes after you click the print button. |
| clickedReconcileButton | Executes after you click reconcile button. |
| clickedRunMatchRulesButton | Executes when the run matching rules button is clicked. |
| enableButtonsActive | |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| executeQueryMatchedDocumentPre | Sets the range before executing query. |
| executeQueryMatchedStatementSecondaryPre | Sets the range before executing the query. |
| formClosePre | Performs action before form close. |
| formInitPost | Handles event after given form is initialized. |
| 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 BankReconciliationHeaderFormView class. |
| initFieldControls | Initializes the form view field controls. |
| initMatchedDocumentPost | Handles event after data source of given buffer is initialized. |
| initMatchedDocumentSecondaryPost | Performs an action after the matched document data source is initialized. |
| initMatchedStatementPost | Handles event after data source of given buffer is initialized. |
| initMatchedStatementSecondaryPost | Performs an action after the matched statement data source is initialized. |
| initOpenDocumentPost | Handles event after data source of given buffer is initialized. |
| initOpenStatementPost | Handles event after data source of given buffer is initialized. |
| initWorksheetViewModel | Initializes the bank reconciliation view model. |
| markChangedOpenDocumentPost | Handles the after mark changed of an open bank document event. |
| markChangedOpenStatementPost | Handles the after mark changed of an open statement line event. |
| 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.) |
| parmDSMatchedDocument | Gets or sets the DSMatchedDocument parameter. |
| parmDSMatchedDocumentSecondary | Gets the secondary matched bank document data source. |
| parmDSMatchedStatement | Gets or sets the DSMatchedStatement parameter. |
| parmDSMatchedStatementSecondary | Gets the secondary matched bank statement data source. |
| parmDSOpenDocument | Gets or sets the DSOpenDocument parameter. |
| parmDSOpenStatement | Gets or sets the DSOpenStatement parameter. |
| parmShowPrimaryMatchGroup | Gets whether to show the primary match group control. |
| parmWorksheetFormRun | Gets or sets the WorksheetFormRun parameter. |
| performMarkingStatementProcess | Performs marking statement as new process. |
| performMatchingProcess | Performs matching process. |
| performUnmatchingProcess | Performs unmatching process. |
| queryAddRangeIsMatched | Adds data source ranges. |
| queryAddRangeMatchedStatement | Adds additional data sources and data source range for matched statement line. |
| queryAddRangeMatchedStatementSecondary | Adds additional data sources and data source ranges for the matched statement line. |
| setMarkedDocumentsInfo | Sets the marked bank documents information. |
| setMarkedStatementLinesInfo | Sets the marked statement lines information. |
| setMatchGroupVisible | Sets the visibility of the match group. |
| setSummaryInfo | Sets the summary information about bank document and bank statement. |
| 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.) |
| updateBlockHeader | |
| 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.) |
| writeOpenStatementPost | Performs actions after writing open statement. |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Creates an instance of the BankReconciliationWorksheetFormView class. |
Community Additions
ADD
Show: