VendAdvanceInvoice Class [AX 2012]
The VendAdvanceInvoice class is the base class used to create journal on application of paid advances against invoices or reversal of advance application against 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. |
| createJournal | |
| currencyCode | |
| deleteAdvanceApplicationTrans | Deletes advance application transaction records that are unmarked from the VendAdvanceApplication and VendApplicationReversal forms. |
| 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. |
| getAdvanceApplicationRemainingAmount | Calculates advance application remaining amount against an advance. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getTransMarked | Gets the marked status of advance application transaction. |
| getVendSettlement | |
| getVendTrans | |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| init | |
| initValues | Initializes the values of the class. |
| insertAdvanceApplicationTrans | Inserts advance application transaction in the VendAdvanceApplicationTrans table. |
| 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. |
| parmInvoiceAccount | Gets or sets the InvoiceAccount parameter. |
| parmIsAdvanceApplication | Gets or sets the IsAdvanceApplication parameter. |
| parmIsInvoicePosted | Gets or sets the IsInvoicePosted parameter. |
| parmSpecTransManager | Gets or sets the SpecTransManager parameter. |
| parmVendInvoiceInfoTable | Gets or sets the VendInvoiceInfoTable parameter. |
| parmVendInvoiceJour | Gets or sets the VendInvoiceJour parameter. |
| parmVendTrans | Gets or sets the VendTrans parameter. |
| populateAdvances | |
| populateAppliedAdvances | |
| populateInvoices | |
| postJournal | |
| processAdvances | |
| 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. |
| updateTransMarked | Updates the VendInvoiceInfoLine and VendAdvanceApplicationTrans tables accordingly. |
| updateUnposted | Updates the VendInvoiceInfoLine table for advance application and reversal lines to be posted. |
| 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 | |
| ::isDeactivated | Determines whether the system vendor advance invoice functionality should be deactivated. |
Object Class
VendAdvanceInvoice Class
VendAdvanceInvoice_Application Class
VendAdvanceInvoice_ReverseApplication Class
VendAdvanceInvoice Class
VendAdvanceInvoice_Application Class
VendAdvanceInvoice_ReverseApplication Class
Community Additions
ADD
Show: