TAMLumpSumPaymentPost Class [AX 2012]
The TAMLumpSumVendPaymentPost class creates and posts payments to a vendor for lump sum.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createCustInvoiceLine | Creates a lineon the free text for the lump sum. |
| createCustInvoiceTable | Sets up the parameters to create the customer invoice table record to create a lump sum invoice header. |
| createVendInvoiceInfoLine | |
| 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. |
| endInfoLog | Shows infolog message when the lump sum 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 Trade allowance parameters. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Initializes a new instance of the TAMLumpSumPaymentPost 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.) |
| parmTAMMerchEventPricing | Gets or sets the TAMMerchEventPricing table record on which the vendor lump sum payment process is performing. |
| postCustomerInvoice | Posts a customer invoice for the lump sum. |
| postVendorInvoice | Creates and posts a vendor invoice for the lump sum merchandising event. |
| setCustomerInvoiceNumber | Gets the NumberSeq object for the customer invoice number sequence defined in the Trade allowance parameters. |
| 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.) |
| ::construct | Creates an instance of the TAMLumpSumPaymentPost class. |
| ::main | Constructs an instance and runs the TAMLumpSumVendPaymentPost class. |
Community Additions
ADD
Show: