CustVendAdvanceInvoiceDP Class [AX 2012]

The CustVendAdvanceInvoiceDP class is the base report data provider class for the CustAdvanceInvoice and VendAdvanceInvoice reports.

class CustVendAdvanceInvoiceDP extends SRSReportDataProviderBase

Run On

Server

  MethodDescription
JJ804241.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ804241.protmethod(en-us,AX.60).gif clearInvoiceLineFields Clears the invoice line fields from the report temp table buffer.
JJ804241.protmethod(en-us,AX.60).gif createInvoiceLine Defaults the core advance invoice line fields in the report temp table buffer and inserts the record.
JJ804241.protmethod(en-us,AX.60).gif createOriginalDocument Implements an original document section on the advance invoice report.
JJ804241.protmethod(en-us,AX.60).gif createTaxes Implements a taxes section on the advance invoice report.
JJ804241.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ804241.protmethod(en-us,AX.60).gif getAdvanceInvoiceTable Retrieves the specific advance invoice record currently being printed.
JJ804241.pubmethod(en-us,AX.60).gif getAdvanceInvoiceTmp Fetches the data from the CustAdvanceInvoiceTmp temporary table.
JJ804241.protmethod(en-us,AX.60).gif getDocumentTitleNumber Returns the value that will be used as the document number in the title of the report.
JJ804241.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ804241.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ804241.protmethod(en-us,AX.60).gif initAdvanceInvoiceLineMap Initializes a record buffer with the lines for the advance invoice currently being printed.
JJ804241.protmethod(en-us,AX.60).gif insertAdvanceInvoiceTmp Inserts data into the CustAdvanceInvoiceTmp temporary table.
JJ804241.protmethod(en-us,AX.60).gif invoiceTxt Determines the text that will be used in the header of the current advance invoice report as a document title.
JJ804241.pubmethod(en-us,AX.60).gif new Initializes a new instance of the SRSReportDataProviderBase class. (Inherited from SRSReportDataProviderBase.)
JJ804241.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
JJ804241.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
JJ804241.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ804241.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ804241.pubmethod(en-us,AX.60).gif parmDataContract Gets or sets the data contract for the RDP class. (Inherited from SRSReportDataProviderBase.)
JJ804241.pubmethod(en-us,AX.60).gif parmMetadata Gets or sets the Metadata parameter. (Inherited from SRSReportDataProviderBase.)
JJ804241.pubmethod(en-us,AX.60).gif parmQuery Gets or sets a Query object. (Inherited from SRSReportDataProviderBase.)
JJ804241.pubmethod(en-us,AX.60).gif processReport Processes the report business logic. (Overrides the processReport Method.)
JJ804241.protmethod(en-us,AX.60).gif setInvoiceHeaderFields Defaults the core advance invoice header fields in the report temporary table buffer.
JJ804241.pubmethod(en-us,AX.60).gif setParametersMap Sets the parameter values. (Inherited from SRSReportDataProviderBase.)
JJ804241.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ804241.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ804241.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
JJ804241.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ804241.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Top

Community Additions

ADD
Show: