BankReconMatchingMatchStatementReversal Class [AX 2012]
The BankReconMatchingMatchStatementReversal class contains the business logic to match reversing bank statements.
| Method | Description | |
|---|---|---|
| addEntry | Adds the given BankReconciliationMatchingEntry field to list. (Inherited from BankReconciliationMatchingMatch.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createReconciliationMatching | Creates a BankReconciliationMatching record. (Inherited from BankReconciliationMatchingMatch.) |
| createReconciliationMatchingItems | Creates matching items for specified matching. (Inherited from BankReconciliationMatchingMatch.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getDocumentBalance | Gets the balance of the bank document. (Inherited from BankReconciliationMatchingMatch.) |
| getStatementBalance | Gets the balance of the bank statement. (Inherited from BankReconciliationMatchingMatch.) |
| 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 | Performs initialization. (Inherited from BankReconciliationMatchingMatch.) |
| isEntryCounterMultiple | Checks the entry counter. (Inherited from BankReconciliationMatchingMatch.) |
| isEntryCounterNone | Checks the entry counter. (Inherited from BankReconciliationMatchingMatch.) |
| isEntryCounterNotNone | Checks the entry counter. (Inherited from BankReconciliationMatchingMatch.) |
| isEntryCounterSingle | Checks the entry counter. (Inherited from BankReconciliationMatchingMatch.) |
| matchedEventHandler | Handles matched events. (Inherited from BankReconciliationMatchingMatch.) |
| new | Initializes a new instance of the BankReconciliationMatchingMatch class. (Inherited from BankReconciliationMatchingMatch.) |
| 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.) |
| parmBankReconciliationHeader | Gets or sets the BankReconciliationHeader parameter. (Inherited from BankReconciliationMatchingMatch.) |
| parmIsAutomation | Gets or sets the IsAutomation parameter. (Inherited from BankReconciliationMatchingMatch.) |
| parmMatchRuleRecId | Gets or sets the MatchRuleRecId parameter. (Inherited from BankReconciliationMatchingMatch.) |
| processMatch | Performs the matching process. (Inherited from BankReconciliationMatchingMatch.) |
| 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.) |
| updateBankDocument | Updates the bank document that is involved in the matching. (Inherited from BankReconciliationMatchingMatch.) |
| updateBankStatement | Updates the statement status of matched statement line. (Inherited from BankReconciliationMatchingMatch.) |
| updateBankStatementDocument | Updates the bank statement which is marked as document. (Inherited from BankReconciliationMatchingMatch.) |
| updateImpactedMatchingEntries | Updates affected entries invoiced in the matching. (Inherited from BankReconciliationMatchingMatch.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validate | Performs validations. (Inherited from BankReconciliationMatchingMatch.) |
| validateBalance | Indicates whether the balances of a bank statement and document are the same. (Overrides the validateBalance Method.) |
| validateBankDocumentReversalType | Indicates whether all the document reversal statuses for all the document entries are the same. (Overrides the validateBankDocumentReversalType Method.) |
| validateBankTransType | Indicates whether bank transaction types for all entries are the same. (Inherited from BankReconciliationMatchingMatch.) |
| validateCorrection | Validates a correction. (Inherited from BankReconciliationMatchingMatch.) |
| validateCounter | Indicates whether the counter of selected entries for matching are correct. (Overrides the validateCounter Method.) |
| validateDate | Indicates whether transaction dates for all entries are in the range of enabled different days for manual matching. (Inherited from BankReconciliationMatchingMatch.) |
| validateError | Indicates whether the Infolog is valid. (Inherited from BankReconciliationMatchingMatch.) |
| validateExistingMatch | Indicates whether there is any existing matching. (Inherited from BankReconciliationMatchingMatch.) |
| validateStatementValidForMatching | Checks whether the statement lines are valid for matching. (Inherited from BankReconciliationMatchingMatch.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: