FreeTextInvoiceDP Class [AX 2012]
The FreeTextInvoiceDP class is the report data provider class for the FreeTextInvoicereport.
Note |
|---|
|
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using. |
Microsoft Dynamics AX 2012 R3
class FreeTextInvoiceDP extends SalesInvoiceDPBase
Microsoft Dynamics AX 2012 R2 (SYS)
class FreeTextInvoiceDP extends SalesInvoiceDPBase
Microsoft Dynamics AX 2012 Feature Pack (SYS)
class FreeTextInvoiceDP extends SrsReportDataProviderPreProcess
Microsoft Dynamics AX 2012 (FPK)
class FreeTextInvoiceDP extends SrsReportDataProviderPreProcess
Microsoft Dynamics AX 2012 (SYS)
class FreeTextInvoiceDP extends SrsReportDataProviderPreProcess
Run On
Server| Method | Description | |
|---|---|---|
| accountNo2_CH | |
| accountNum1_FI | |
| accountNum2_FI | |
| accountNum3_FI | |
| accountNum4_FI | |
| accountNum5_FI | |
| accountNum6_FI | |
| addTmpTaxWorkFromInvoiceJour_CZ | Creates TmpTaxWorkTrans from the CustInvoiceJour by lines (Inherited from SalesInvoiceDPBase.) |
| amountCheckId | |
| amountDecimals_CH | |
| amountNoDecimals_CH | |
| bankAccountTable_AccountNum_CH | |
| bankAccountTable_Clearing_CH | |
| bankGroupIdName_CH | |
| bankZipCode_CH | |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkPrintLineHeader | Prints the line summary if the invoice has been summarized during posting. (Inherited from SalesInvoiceDPBase.) |
| cleanUp | Cleans up any preprocessed data. (Inherited from SrsReportDataProviderPreProcess.) |
| clearTransportationDetails | Clears the transportation related fields from the temporary table. |
| correctedInvoiceInfo | Gets the original invoice information. |
| createData | Creates data for the report. (Inherited from SalesInvoiceDPBase.) |
| createTaxSpec | Initializes an instance of the TaxSpec class. |
| creditInvoicingHeader | Gets the information about credit invoice. (Inherited from SalesInvoiceDPBase.) |
| creditInvoicingLines | Gets the corrective reason for the invoice line. (Inherited from SalesInvoiceDPBase.) |
| currencyCodeISO_CH | |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| fiCreditorId | |
| generateInvoiceHeaderLocalizationData | Populates a FreeTextInvoiceHeaderFooterTmp record for the Eastern Europe countries. |
| generateInvoiceLinesRelatedInformation | Creates additional information related to invoice line. (Inherited from SalesInvoiceDPBase.) |
| generateInvoiceRelatedInformation | Creates additional information related to the invoice. (Inherited from SalesInvoiceDPBase.) |
| getAccountingExchangeRate | Gets the currency exchange rate of the accounting currency. (Inherited from SalesInvoiceDPBase.) |
| getDataFromContract | Initializes data from the contract class. (Overrides the getDataFromContract Method.) |
| getDocumentNote | Gets the note that has been attached to the invoice. (Inherited from SalesInvoiceDPBase.) |
| getEuroExchangeRate | Gets the currency exchange rate of the EURO currency. (Inherited from SalesInvoiceDPBase.) |
| getExcludedTaxAmount | Calculates the sum of all TaxTrans records for the specified invoice line record that have been excluded from the invoice. (Inherited from SalesInvoiceDPBase.) |
| getFreeTextInvoiceHeaderFooterTmp | Retrieves the data from the FreeTextInvoiceHeaderFooterTmp temporary table. |
| getFreeTextInvoiceLocalizationTmp | Retrieves the data from the FreeTextInvoiceLocalizationTmp temporary table. |
| getFreeTextInvoiceTmp | Fetches the data from the temporary CustInterestNoteTmp table. |
| getInvoiceLinePKWiU | Gets the PlPKWiUCode value for the CustInvoiceTrans record. (Inherited from SalesInvoiceDPBase.) |
| getNumDateInWordConverter | Gets an instance of the RNumDateInWordConverter_LV class. (Inherited from SalesInvoiceDPBase.) |
| getPrepaymentTaxAmount | Calculates the prepayment taxes. (Inherited from SalesInvoiceDPBase.) |
| getSalesInvoicePaymentStubTmp | Gets data from the SalesInvoicePaymentStubTmp table. |
| getSalesTaxTransactionExchangeRate | Gets the sales tax exchange rate of the sales invoice. (Inherited from SalesInvoiceDPBase.) |
| getTaxValue | Gets the tax percentage. (Inherited from SalesInvoiceDPBase.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| goodsDiscount | Gets the goods discount information related to the sales invoice line. (Inherited from SalesInvoiceDPBase.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| init | Initializes required data before it starts process the report. (Overrides the init Method.) |
| initGiro | Initializes the Giro data. |
| initialize | Does any initialization before the processReport method is called. (Inherited from SrsReportDataProviderPreProcess.) |
| initItemTypeByProdType_TH | Initializes item type according to prod type. (Inherited from SalesInvoiceDPBase.) |
| insertCreditNoteSummaryLine_PL | Insert the credit note summary line. (Overrides the insertCreditNoteSummaryLine_PL Method.) |
| insertDataInFreeTextInvoiceTmp_IN | Inserts data into FreeTextInvoiceTmp table for IND data. |
| insertGiroInformation | Inserts the Giro information. |
| insertIntoFreeTextInvoiceHeaderFooterTmp | Inserts the invoice header information. |
| insertIntoFreeTextInvoiceLocalizationTmp | Inserts the invoice details information. |
| insertIntoFreeTextInvoiceTmp | Inserts the Invoice details information. |
| insertInvoiceDetailsInformation | Inserts invoice detail information. (Overrides the insertInvoiceDetailsInformation Method.) |
| insertInvoiceHeaderInformation | Inserts the invoice header information. (Overrides the insertInvoiceHeaderInformation Method.) |
| insertMarkupSpec | Inserts the MarkupTrans records that relates to the invoice. (Inherited from SalesInvoiceDPBase.) |
| insertPaymentSchedule | Inserts the payment schedule information. (Inherited from SalesInvoiceDPBase.) |
| insertTaxes | Inserts the invoice taxes information. (Overrides the insertTaxes Method.) |
| insertTaxes_CZ | Inserts the FreeTextInvoice taxes information. |
| insertTransportationDocument | Inserts the transportation information. |
| invoiceAmountDecimals | |
| invoiceAmountNoDecimals | |
| invoiceTxt | |
| invoiceTxt_TH | This method returns the printed invoice text. (Inherited from SalesInvoiceDPBase.) |
| isCreditInvoicingReportEnabled | Indicates whether the invoice is a credit invoice. (Inherited from SalesInvoiceDPBase.) |
| markUpTaxCode | |
| new | Initializes a new instance of the SRSReportDataProviderBase class. (Inherited from SRSReportDataProviderBase.) |
| 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.) |
| ocrField | |
| ocrLine_FI | |
| overdueFineTxt_FR | |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmCompanyBankAccountTable | Gets or sets the CompanyBankAccountTable parameter. (Inherited from SalesInvoiceDPBase.) |
| parmCompanyInfo | Gets or sets the CompanyInfo parameter. (Inherited from SalesInvoiceDPBase.) |
| parmCreatedTransactionId | Gets or sets the CreatedTransactionId parameter. (Inherited from SrsReportDataProviderPreProcess.) |
| parmCustDirectDebitMandate | Gets or sets the CustDirectDebitMandate parameter. (Inherited from SalesInvoiceDPBase.) |
| parmCustDirectDebitMandateBankAccount | Gets or sets the CustDirectDebitMandateBankAccount parameter. (Inherited from SalesInvoiceDPBase.) |
| parmCustInvoiceJour | Gets or sets the CustInvoiceJour parameter. (Inherited from SalesInvoiceDPBase.) |
| parmDataContract | Gets or sets the data contract for the RDP class. (Inherited from SRSReportDataProviderBase.) |
| parmIntrastatCode | Gets or sets the IntrastatCode parameter. (Inherited from SalesInvoiceDPBase.) |
| parmIsTaxAmountMSTVisible | Gets or sets the IsTaxAmountMSTVisible parameter. (Inherited from SalesInvoiceDPBase.) |
| parmLineHeader | Gets the LineHeader parameter. (Inherited from SalesInvoiceDPBase.) |
| parmMarkupAmount | Gets or sets the MarkupAmount parameter. (Inherited from SalesInvoiceDPBase.) |
| parmMarkupCode | Gets or sets the MarkupCode parameter. (Inherited from SalesInvoiceDPBase.) |
| parmMarkupTaxCode | Gets or sets the MarkupTaxCode parameter. (Inherited from SalesInvoiceDPBase.) |
| parmMetadata | Gets or sets the Metadata parameter. (Inherited from SRSReportDataProviderBase.) |
| parmOriginalInvoiceId_CZ | Gets or sets the OriginalInvoiceId_CZ parameter. (Inherited from SalesInvoiceDPBase.) |
| parmOriginalInvoiceIds | Gets or sets the OriginalInvoiceIds parameter. (Inherited from SalesInvoiceDPBase.) |
| parmPreviousRunningTotal | Gets or sets the PreviousRunningTotal parameter. (Inherited from SalesInvoiceDPBase.) |
| parmPrintCopyOriginal | Gets or sets the PrintCopyOriginal parameter. (Inherited from SalesInvoiceDPBase.) |
| parmQuery | Gets or sets a Query object. (Inherited from SRSReportDataProviderBase.) |
| parmTotalExcludedTaxAmount | Gets the TotalExcludedTaxAmount parameter. (Inherited from SalesInvoiceDPBase.) |
| parmUseDefaultTransactionOnly | Gets or sets the UseDefaultTransactionOnly parameter. (Inherited from SrsReportDataProviderPreProcess.) |
| parmUserConnection | Gets or sets the UserConnection parameter. (Inherited from SrsReportDataProviderPreProcess.) |
| paymentId2_PaymentId3_CH | |
| paymentReference | |
| paymentStubDueDate | |
| paymentStubInvoiceId | |
| printEuroTotals | Checks if the totals must be printed in EURO currency. (Inherited from SalesInvoiceDPBase.) |
| printPrepayment | Prints the prepayment information related to the invoice. (Inherited from SalesInvoiceDPBase.) |
| processReport | Creates data in the FreeTextInvoiceTmp table. (Overrides the processReport Method.) |
| setIsSalesInvoiceDP_TH | Sets whether data provider is for sales invoice. (Inherited from SalesInvoiceDPBase.) |
| setParametersMap | Sets the parameter values. (Inherited from SRSReportDataProviderBase.) |
| setTableConnections | Sets the user connection to use on table. (Overrides the setTableConnections Method.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| showCashDiscOnInvoice | Indicates whether the cash discount must be shown on the report. (Inherited from SalesInvoiceDPBase.) |
| showSepaNotification | Determines whether the SEPA Direct Debit Mandate Notification must be printed. (Inherited from SalesInvoiceDPBase.) |
| storeTaxCode | |
| taxText | |
| tmpTaxWorkTrans | |
| 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.) |
| useExistingReportData | Indicates whether there is existing report data that will be used. (Inherited from SalesInvoiceDPBase.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show:
Note