BankStatementImport Class [AX 2012]
The BankStatementImport class is used to import external files and create bank statements on the imported data.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| doValidateAndUpdateCritical | Performs critical validation. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getImportStatementType | Retrieves an imported statement type. |
| getInUseFormat | Retrieves an import format that is being used. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| import | Imports a file to a bank statement. |
| importedEventHandler | Handles a bank statement imported event after an import. |
| importingEventHandler | Handles a bank statement importing event before an import. |
| init | Initializes before import. |
| isDataLoaded | Indicates whether a buffer is loaded. |
| new | Initializes a new instance of the BankStatementImport class. (Overrides the new Method.) |
| 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.) |
| pack | Serializes the current instance of the BankStatementImport class. |
| parmBankAccountId | Gets or sets the BankAccountId parameter. |
| parmBankStatementFormat | Gets or sets the BankStatementFormat parameter. |
| reloadData | Reloads the buffer. |
| 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.) |
| unpack | Deserializes the _packedClass parameter value to an instance of the BankStatementImport class. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validateAndUpdateCritical | Validates and updates the critical fields. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Constructs new instance of the BankStatementImport class . |
| ::constructFromPack | Constructs a new instance from a pack. |
| ::onImportFinished | Executes after an import has finished. |
| ::revertStatementOfDocument | Reverts an imported bank statement document. |
| ::validateAndUpdateCriticalOnServer | Performs the validation on the server. |
Community Additions
ADD
Show: