Share via


VendInvoiceDocumentDP Class [AX 2012]

The VendInvoiceDocumentDP class retrieves records for the VendInvoiceDocument report.

Syntax

class VendInvoiceDocumentDP extends SrsReportDataProviderPreProcess

Run On

Server

Methods

  Method Description
Gg805074.privmethod(en-us,AX.60).gif addProductDimensionsToInventDim Adds the product inventoried dimension to the non-inventoried dimension when appropriate.
Gg805074.pubmethod(en-us,AX.60).gif calculateSettledAmount Calculates the settlement AmountCur value.
Gg805074.privmethod(en-us,AX.60).gif calculateTotalPrepaidAmount Calculates the total prepaid AmountCur value.
Gg805074.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg805074.pubmethod(en-us,AX.60).gif cleanUp Cleans up any preprocessed data. (Inherited from SrsReportDataProviderPreProcess.)
Gg805074.privmethod(en-us,AX.60).gif clearTransportationDetails Clears the transportation related fields from the table.
Gg805074.privmethod(en-us,AX.60).gif companyAddress Gets the company postal address.
Gg805074.privmethod(en-us,AX.60).gif companyName Gets the company name.
Gg805074.privmethod(en-us,AX.60).gif companyPhone Gets the company telephone number.
Gg805074.privmethod(en-us,AX.60).gif companyTelefax Gets the company telefax number.
Gg805074.pubmethod(en-us,AX.60).gif createData Creates data for the report.
Gg805074.privmethod(en-us,AX.60).gif creditInvoicingHeader Sets the custVendCreditInvoicingJour object.
Gg805074.privmethod(en-us,AX.60).gif creditInvoicingLines Sets the creditInvoicingLines object.
Gg805074.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg805074.privmethod(en-us,AX.60).gif externalItemNum Gets the ExternalItemId value.
Gg805074.pubmethod(en-us,AX.60).gif getInvoiceCount_IN Calculates the invoice count.
Gg805074.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg805074.pubmethod(en-us,AX.60).gif getVendInvoiceDocumentTmp Gets the data for the report from the temporary table.
Gg805074.pubmethod(en-us,AX.60).gif getVendInvoiceDocumentTmp_IN Fetches the data from the VendInvoiceDocumentTmp_IN temporary table.
Gg805074.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg805074.pubmethod(en-us,AX.60).gif hasTotalPrepaidAmount Determines whether there is any total prepaid amount.
Gg805074.pubmethod(en-us,AX.60).gif initialize Does any initialization before the processReport method is called. (Inherited from SrsReportDataProviderPreProcess.)
Gg805074.privmethod(en-us,AX.60).gif initUnrealizedTax Initializes the ItemType parameter.
Gg805074.privmethod(en-us,AX.60).gif insertDataInVendInvoiceDocumentTmp_IN Inserts data into the VendInvoiceDocumentTmp_IN table.
Gg805074.privmethod(en-us,AX.60).gif insertPrepaidVendTrans Inserts the prepaid vendor transaction records and also the tax transaction records associated with it.
Gg805074.pubmethod(en-us,AX.60).gif insertVendInvoiceDocumentTmp Inserts records into the VendInvoiceDocumentTmp table.
Gg805074.privmethod(en-us,AX.60).gif intracomTaxInvoiceAmount Gets the TaxAmountCur value.
Gg805074.privmethod(en-us,AX.60).gif inventDim Gets the String value.
Gg805074.privmethod(en-us,AX.60).gif inventDimLine Sets the inserInventDim flag.
Gg805074.privmethod(en-us,AX.60).gif invoiceTxt Gets the String value.
Gg805074.privmethod(en-us,AX.60).gif itemId Gets the ItemId value.
Gg805074.pubmethod(en-us,AX.60).gif new Initializes a new instance of the SRSReportDataProviderBase class. (Inherited from SRSReportDataProviderBase.)
Gg805074.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.)
Gg805074.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.)
Gg805074.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg805074.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg805074.pubmethod(en-us,AX.60).gif parmCreatedTransactionId Gets or sets the CreatedTransactionId parameter. (Inherited from SrsReportDataProviderPreProcess.)
Gg805074.pubmethod(en-us,AX.60).gif parmDataContract Gets or sets the data contract for the RDP class. (Inherited from SRSReportDataProviderBase.)
Gg805074.pubmethod(en-us,AX.60).gif parmMetadata Gets or sets the Metadata parameter. (Inherited from SRSReportDataProviderBase.)
Gg805074.pubmethod(en-us,AX.60).gif parmQuery Gets or sets a Query object. (Inherited from SRSReportDataProviderBase.)
Gg805074.pubmethod(en-us,AX.60).gif parmUseDefaultTransactionOnly Gets or sets the UseDefaultTransactionOnly parameter. (Inherited from SrsReportDataProviderPreProcess.)
Gg805074.pubmethod(en-us,AX.60).gif parmUserConnection Gets or sets the UserConnection parameter. (Inherited from SrsReportDataProviderPreProcess.)
Gg805074.privmethod(en-us,AX.60).gif printExternalItemNum Gets the Boolean value.
Gg805074.privmethod(en-us,AX.60).gif printInventTrans Sets the value.
Gg805074.privmethod(en-us,AX.60).gif printTaxTrans Gets the value of the Boolean parameter.
Gg805074.pubmethod(en-us,AX.60).gif processReport Processes the report business logic, calls helper methods, and inserts data into the VendInvoiceDocumentTmp temporary table. (Overrides the processReport Method.)
Gg805074.privmethod(en-us,AX.60).gif querySettledPrepaidVendTrans Constructs a query to get the VendTransSettlement records.
Gg805074.privmethod(en-us,AX.60).gif queryVendTransaction Constructs a query to get the VendTrans and VendInvoiceJour records.
Gg805074.pubmethod(en-us,AX.60).gif setParametersMap Sets the parameter values. (Inherited from SRSReportDataProviderBase.)
Gg805074.privmethod(en-us,AX.60).gif setPDSFields Sets PDS fields when the configuration key is enabled.
Gg805074.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg805074.pubmethod(en-us,AX.60).gif settledAmountCur Obtains the settled AmountCur value from the VendSettlement record.
Gg805074.privmethod(en-us,AX.60).gif sumTaxInvoiceTotal Sets the value of the VendInvoiceTrans parameter.
Gg805074.privmethod(en-us,AX.60).gif tmpTaxWorkTrans Gets a TmpTaxWorkTrans value.
Gg805074.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg805074.privmethod(en-us,AX.60).gif totalGrand Gets the rounded grand total amount after discounts, miscellaneous charges, and sales tax.
Gg805074.privmethod(en-us,AX.60).gif totalSalesBalance Gets the total sales balance amount.
Gg805074.privmethod(en-us,AX.60).gif totalSalesTax Gets the total sales tax amount.
Gg805074.privmethod(en-us,AX.60).gif unpackFormLetter Gets the packed class and unpacks it.
Gg805074.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.)
Gg805074.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg805074.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  SRSReportDataProviderBase Class
    SrsReportDataProviderPreProcess Class
      VendInvoiceDocumentDP Class