BankDocument Class [AX 2012]
The BankDocument class is the business class of bank document.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getBankAccount | Gets the bank account. |
| getBankAccountTable | |
| getBankCurrencyAmount | Gets the bank document amount. |
| getBankCurrencyCode | Gets the bank document currency. |
| getBankDocumentTable | Gets the bank document table. |
| getBankTransType | Gets the bank transaction type. |
| getCancelled | Indicates whether bank document is canceled. |
| getCorrectionBankCurrencyAmount | Gets the correction amount. |
| getCurrentBankDocumentState | Gets the current bank document state. |
| getDescription | Gets the bank document description. |
| getDocumentNum | Gets the bank document number. |
| getDocumentType | Gets the bank document type. |
| getIsMatched | Indicates whether the bank document is matched. |
| getIsReconciled | Gets the reconciled status. |
| getOriginalBankCurrencyAmount | Gets the original bank document amount. |
| getOrignalBankDocumentStatusName | Gets the bank document original status. |
| getPosted | Gets the bank document posted status. |
| getReference | Gets the bank document reference. |
| getRelatedPartyAccount | Gets the bank document related party account. |
| getRelatedPartyCompany | Gets the company which the related party is from. |
| getRelatedPartyName | Gets the related party name. |
| getRelatedPartyType | Gets the bank document related party type. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getTransactionCurrency | Gets the counter currency if it is provided in the bank document. |
| getTransactionCurrencyAmount | Gets the counter amount if it is provided in the bank document. |
| getTransactionDate | Gets the bank document transaction date. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| loadSourceBuffer | Loads source buffer of bank document. |
| new | Initializes a new instance of the BankDocument 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.) |
| parmBankDocumentTableMap | Gets or sets the BankDocumentTableMap parameter. |
| processBankAccountTransReconcileStatus | Processes bank account transactions reconciled field. |
| 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.) |
| 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.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Creates an instance of the BankDocumentTableType class by using a specified BankDocumentTableMap record. |
| ::newFromBankDocumentTableRecId | Constructs an instance of the BankDocumentTableType class by using a specified BankDocumentTable record. |
| ::newFromDocumentView | Creates an instance of the BankDocumentTableType class by using a specified BankDocumentTableView record. |
| ::postBankTransactionCorrection | Posts the correction amount for the bank account transaction. |
Community Additions
ADD
Show: