MCRRoyaltyVendTablePaymentPost Class [AX 2012]
The MCRRoyaltyVendTablePaymentPost class creates and posts payments for vendor royalties.
| 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 a vendor invoice to post royalty claims. |
| 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 accounts payable parameters. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| ledgerJournalName | Gets the ledgerJournalName record used for royalty payment posting. |
| 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 MCRRoyaltyVendTablePaymentPost class. |
| new | Substantiates the MCRRoyaltyVendTablePaymentPost 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.) |
| parmInvoiceId | Gets or sets the invoice ID for the current instance of the MCRRoyaltyVendTablePaymentPost class. |
| postAccrualReversal | Posts a journal that reverses the previous accrual journal. |
| postVendorInvoice | Posts a vendor invoice journal for a royalty. |
| setLedgerJournalTransCurrencyExchRate | Sets exchange rate information in the LedgerJournalTrans based 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: