BankDepositCreateCancelJour Class [AX 2012]
The BankDepositCreateCancelJour class defines the class variables.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createDepositCancelJournal | Manages all the functions that are required to generate a bank deposit slip cancellation journal. |
| createJournal | Creates the bank deposit cancellation journal in the LedgerJournalTable table. |
| createReasonRefRecID | Sets the value of the reasonTableRefRecID class variable. |
| createReversalSpecTrans | Marks the related customer transaction of the journal for settlement. |
| createVoucher | Creates the voucher in the LedgerJournalTrans table for the bank deposit cancellation journal. |
| 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.) |
| initValues | Initializes the internal class variables. |
| new | Initializes a new instance of the BankDepositCreateCancelJour 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.) |
| setPaymDateAndVoucher | Sets the values of the paymDate and paymVoucher class variables. |
| 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.) |
| validateAndUpdateBankAccountTrans | Validates and updates the BankAccountTrans record related to the deposit cancellation. |
| validateAndUpdateBankDeposit | Validates and updates a BankDeposit record related to the deposit cancellation. |
| validateAndUpdateBankTables | Manages the validation and updating of the related bank tables. |
| validateCustTrans | Validates the related customer transaction. |
| validateGeneralJournal | Validates the related general journal transaction. |
| validateRelatedTransaction | Manages the validation of the transaction related to the deposit cancellation. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the BankDepositCreateCancelJour class. |
| ::newDepositCreateCancelJour | Performs all the functions required to generate a bank deposit cancellation journal. |
Community Additions
ADD
Show: