OneVoucher_BR Class [AX 2012]
The OneVoucher_BR class is an abstraction to implementations of cheque and bodero.
| Method | Description | |
|---|---|---|
| addLedgerJournalTrans | Adds the journal transaction into the transactions voucher. |
| canAddLedgerJournalTrans | Determines whether the journal transaction can be added in the voucher. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkLedgerJournalTransValues | Validates a payment journal line. |
| checkValues | Validates the voucher. |
| 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.) |
| initFromLedgerJournalTrans | Initializes the basic voucher parameters based on a journal transaction. |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| 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.) |
| parmAccount | Gets or sets the Account parameter. |
| parmAccountType | Gets or sets the AccountType parameter. |
| parmAmountCurCredit | Gets the AmountCurCredit parameter. |
| parmAmountCurDebit | Gets the AmountCurDebit parameter. |
| parmBankAccountId | Gets or sets the BankAccountId parameter. |
| parmCompany | Gets or sets the Company parameter. |
| parmCurrencyCode | Gets or sets the CurrencyCode parameter. |
| parmCustVendBankAccountId | Gets or sets the CustVendBankAccountId parameter. |
| parmJournalNum | Gets or sets the JournalNum parameter. |
| parmLedgerDimension | Gets or sets the LedgerDimension parameter. |
| parmOffsetAccountType | Gets or sets the OffsetAccountType parameter. |
| parmOffsetLedgerDimension | Gets or sets the OffsetLedgerDimension parameter. |
| parmPaymMode | Gets or sets the PaymMode parameter. |
| parmPaymReference | Gets or sets the PaymReference parameter. |
| parmPostingLevel | Gets the PostingLevel parameter. |
| parmRemittanceLocation | Gets or sets the RemittanceLocation parameter. |
| parmTransDate | Gets or sets the TransDate parameter. |
| parmVoucher | Gets or sets the Voucher parameter. |
| parmVoucherTrans | Gets the VoucherTrans parameter. |
| runLedgerJournalCheckPost | Validates the journal line. |
| 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.) |
| updateVoucherTransactions | Updates the ledger journal transactions that set the payment reference, cheque number, voucher, and payment status. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validateBankAccountIsActive | Validates if the bank account is active. |
| validatePaymAmountMST | Validates if the payment journal line amount is greater than zero. |
| validatePaymentStatus | Validates if the payment journal line status is rejected. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: