VendAdvanceInvoice_ReverseApplication Class [AX 2012]
The VendAdvanceInvoice_ReverseApplication class is the derived class of the VendAdvanceInvoice class that is used to reverse the application of a paid advance against purchase invoices.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| clearAdvApplicationOrReversalTrans | Clears advance application or reversal transactions from the VendAdvanceApplicationTrans table for transactions that are posted. (Inherited from VendAdvanceInvoice.) |
| createJournal | (Overrides the createJournal Method.) |
| currencyCode | (Overrides the currencyCode Method.) |
| deleteAdvanceApplicationTrans | Deletes advance application transaction records that are unmarked from the VendAdvanceApplication and VendApplicationReversal forms. (Inherited from VendAdvanceInvoice.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getAdvanceApplicationAmount | Gets advance application amount value against related advance application transaction record from the VendAdvanceApplicationTrans table. (Inherited from VendAdvanceInvoice.) |
| getAdvanceApplicationRemainingAmount | Calculates advance application remaining amount against an advance. (Inherited from VendAdvanceInvoice.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getTransMarked | Gets the marked status of advance application transaction. (Inherited from VendAdvanceInvoice.) |
| getVendSettlement | Gets VendSettlement record for the application line to reversed. (Overrides the getVendSettlement Method.) |
| getVendTrans | Gets the VendTrans record of an advance application to reverse. (Overrides the getVendTrans Method.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| init | (Inherited from VendAdvanceInvoice.) |
| initValues | Initializes field values in a new VendAdvanceInvoice_ReverseApplication record. (Overrides the initValues Method.) |
| insertAdvanceApplicationTrans | Inserts advance application transaction in the VendAdvanceApplicationTrans table. (Inherited from VendAdvanceInvoice.) |
| 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.) |
| parmCallerTable | Gets or sets the CallerTable parameter. (Inherited from VendAdvanceInvoice.) |
| parmInvoiceAccount | Gets or sets the InvoiceAccount parameter. (Inherited from VendAdvanceInvoice.) |
| parmIsAdvanceApplication | Gets or sets the IsAdvanceApplication parameter. (Inherited from VendAdvanceInvoice.) |
| parmIsInvoicePosted | Gets or sets the IsInvoicePosted parameter. (Inherited from VendAdvanceInvoice.) |
| parmSpecTransManager | Gets or sets the SpecTransManager parameter. (Overrides the parmSpecTransManager Method.) |
| parmVendInvoiceInfoTable | Gets or sets the VendInvoiceInfoTable parameter. (Inherited from VendAdvanceInvoice.) |
| parmVendInvoiceJour | Gets or sets the VendInvoiceJour parameter. (Inherited from VendAdvanceInvoice.) |
| parmVendTrans | Gets or sets the VendTrans parameter. (Inherited from VendAdvanceInvoice.) |
| populateAdvances | Gets advance records for the VendAdvance form. (Overrides the populateAdvances Method.) |
| populateAppliedAdvances | (Inherited from VendAdvanceInvoice.) |
| populateInvoices | Gets invoices to populate the VendAdvance form. (Overrides the populateInvoices Method.) |
| postJournal | (Overrides the postJournal Method.) |
| processAdvances | Creates advance application reversal lines. (Overrides the processAdvances Method.) |
| 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.) |
| updateAdvanceApplicationAmount | Updates the advance application amount against the respective VendAdvanceApplicationTrans record. (Overrides the updateAdvanceApplicationAmount Method.) |
| updateTransMarked | Updates the VendInvoiceInfoLine and VendAdvanceApplicationTrans tables accordingly. (Inherited from VendAdvanceInvoice.) |
| updateUnposted | Updates the VendInvoiceInfoLine table for advance application and reversal lines to be posted. (Overrides the updateUnposted Method.) |
| 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.) |
Community Additions
ADD
Show: