BankStatementValidate Class [AX 2012]
The BankStatementValidate class performs the validations of bank statement.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| doValidate | Performs a validation. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Initializes a new instance of the BankStatementValidate 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.) |
| parmBankStmtISOAccountStatement | Gets or sets the BankStmtISOAccountStatement parameter. |
| setAccountCurrency | |
| setNetAmount | Sets net amount for bank statement. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| setTotalLines | Sets the total lines for bank statement. |
| setValidatedStatus | Sets the status of bank statement to validated. |
| 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.) |
| validateBankAccount | Indicates whether the bank account is filled in. |
| validateCurrency | Indicates whether the bank statement currency is consistent with the settings in bank table. |
| validateDate | Indicates whether the start date and end date are correct. |
| validateEndingBalance | Indicates whether calculated ending balance equals to the input one. |
| validateLine | Indicates whether the booking date and amount of all statement lines are filled in. |
| validateNetAmount | Indicates whether the net amount equals to the input amount. |
| validateOpeningBalance | Validates whether the opening balance is equal to the ending balance of previous statement. |
| validatePeriodGap | Indicates whether there is a gap of period without bank statement. |
| validatePeriodOverlap | Indicates whether statement period is overlapped. |
| validateTotalLines | Indicates whether calculated total lines equal the input. |
| 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 BankStatementValidate class based on the given BankReconciliationStatementType class. |
| ::processValidate | Processes all the validations. |
Community Additions
ADD
Show: