BankDocumentDeposit Class [AX 2012]
The BankDocumentDeposit class is the business class of the bank document for deposit.
| Method | Description | |
|---|---|---|
| bankDocumentStateChanged | Handles the event of a bank document state change. |
| 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. (Inherited from BankDocument.) |
| getBankCurrencyAmount | Gets the bank document amount. (Inherited from BankDocument.) |
| getBankCurrencyCode | Gets the bank document currency. (Overrides the getBankCurrencyCode Method.) |
| getBankDocumentTable | Gets the bank document table. (Inherited from BankDocument.) |
| getBankTransType | Retrieves a bank transaction type. (Overrides the getBankTransType Method.) |
| getCancelled | Indicates whether bank document is canceled. (Inherited from BankDocument.) |
| getCorrectionBankCurrencyAmount | Gets the correction amount. (Inherited from BankDocument.) |
| getCurrentBankDocumentState | Gets the current bank document state. (Inherited from BankDocument.) |
| getDescription | Retrieves a bank document description. (Overrides the getDescription Method.) |
| getDocumentNum | Retrieves a bank document number. (Overrides the getDocumentNum Method.) |
| getDocumentType | Retrieves a bank document type. (Overrides the getDocumentType Method.) |
| getIsMatched | Indicates whether the bank document is matched. (Inherited from BankDocument.) |
| getIsReconciled | Gets the reconciled status. (Inherited from BankDocument.) |
| getOriginalBankCurrencyAmount | Gets the original bank document amount. (Inherited from BankDocument.) |
| getOrignalBankDocumentStatusName | Retrieves a bank document original status. (Overrides the getOrignalBankDocumentStatusName Method.) |
| getPosted | Gets the bank document posted status. (Inherited from BankDocument.) |
| getReference | Retrieves a bank document reference. (Overrides the getReference Method.) |
| getRelatedPartyAccount | Retrieves a bank document related party account. (Overrides the getRelatedPartyAccount Method.) |
| getRelatedPartyCompany | Retrieves a company that contains the related party. (Overrides the getRelatedPartyCompany Method.) |
| getRelatedPartyName | Gets the related party name. (Inherited from BankDocument.) |
| getRelatedPartyType | Retrieves a bank document related party type. (Overrides the getRelatedPartyType Method.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getTransactionCurrency | Retrieves a counter currency if it is provided in the bank document. (Overrides the getTransactionCurrency Method.) |
| getTransactionCurrencyAmount | Retrieves a counter amount if it is provided in the bank document. (Overrides the getTransactionCurrencyAmount Method.) |
| getTransactionDate | Retrieves a bank document transaction date. (Overrides the getTransactionDate Method.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| loadSourceBuffer | Loads the source buffer of a bank document. (Overrides the loadSourceBuffer Method.) |
| new | Initializes a new instance of the BankDocument class. (Inherited from BankDocument.) |
| 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. (Inherited from BankDocument.) |
| processBankAccountTransReconcileStatus | Processes bank account transactions reconciled field. (Inherited from BankDocument.) |
| 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.) |
Community Additions
ADD
Show: