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