TAMVendRebatePaymentPost Class [AX 2012]
The TAMVendRebatePaymentPost class creates and posts payments for vendor rebates.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createVendInvoiceInfoLine | Populates a VendInvoice_VendInvoiceInfoLine object to be consumed by the vendor service. |
| createVendInvoiceInfoSubTable | Populates a VendInvoice_VendInvoiceInfoSubTable object to be consumed by the vendor service. |
| createVendInvoiceInfoTable | Populates a VendInvoice_VendInvoiceInfoTable object to be consumed by the vendor service. |
| createVendorInvoice | Creates the vendor invoice document that will be used to post the vendor claims based on the passed in rebate table record. |
| endInfoLog | Shows infolog message when rebate posting succeeds. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| generateVendorInvoice | |
| getEcoResCategoryKey | |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getVendorInvoiceNumberSeq | Gets the NumberSeq object for the vendor invoice number sequence defined in the Payroll parameters. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| ledgerJournalNameProcess | Gets the ledgerJournalName record used for vendor rebate process posting. |
| ledgerJournalNameVoucher | Gets the number sequence code used to create a journal name. |
| main | Runs the TAMVendRebatePaymentPost class. |
| new | Instantiates an instance of the TAMVendRebatePaymentPost 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.) |
| parmInvoiceId | Gets or sets the invoice ID for the current instance of the TAMVendRebatePaymentPost class. |
| postAccrualReversal | Posts an accrual journal to reverse out the transactions made against accrual and expense accounts in order to cancel out the original accrual before creating the vendor invoice for the rebate. |
| postVendorInvoice | Creates and posts a vendor invoice for the vendor rebate. |
| setLedgerJournalTransCurrencyExchRate | Sets exchange rate information in the LedgerJournalTransbased on the currency code and transaction date. |
| 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.) |
| validate | Validates the vendor account. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: