FiscalDocParmDataCreatorVendProForma_BR Class [AX 2012]

The FiscalDocParmDataCreatorVendProForma_BR class is responsible for creating a FiscalDocumentParmData_BR object that represents a pro forma vendor fiscal document.

class FiscalDocParmDataCreatorVendProForma_BR extends FiscalDocParmDataCreatorVendInvoice_BR

Run On

Called

  MethodDescription
JJ748106.protmethod(en-us,AX.60).gif addApproximateTaxTextHeader Adds approximate tax fiscal document text related to the header of the fiscal document. (Inherited from FiscalDocumentParmDataCreator_BR.)
JJ748106.protmethod(en-us,AX.60).gif addApproximateTaxTextLine Adds approximate tax fiscal document text related to the specified fiscal document line. (Inherited from FiscalDocumentParmDataCreator_BR.)
JJ748106.protmethod(en-us,AX.60).gif addFciTextLine Adds the legal text present on Brazilian Parameters related to FCI (Inherited from FiscalDocumentParmDataCreator_BR.)
JJ748106.protmethod(en-us,AX.60).gif addTexts Copy all Fiscal document texts from the database to a list of objects. (Inherited from FiscalDocumentParmDataCreator_BR.)
JJ748106.protmethod(en-us,AX.60).gif adjustFiscalDocumentForCIF Modifies the fiscal document for CIF presentation (Inherited from FiscalDocParmDataCreatorVendInvoice_BR.)
JJ748106.protmethod(en-us,AX.60).gif adjustFiscalDocumentForFOB Modifies the fiscal document for FOB presentation (Inherited from FiscalDocParmDataCreatorVendInvoice_BR.)
JJ748106.protmethod(en-us,AX.60).gif adjustFiscalDocumentForImport Fiscal document adjustments for import process (Inherited from FiscalDocParmDataCreatorVendInvoice_BR.)
JJ748106.protmethod(en-us,AX.60).gif adjustFiscalDocumentLineForImport Fiscal document line taxes adjustments for import process (Inherited from FiscalDocParmDataCreatorVendInvoice_BR.)
JJ748106.protmethod(en-us,AX.60).gif adjustFiscalDocumentLineTaxesForImport Fiscal document line adjustments for import process (Inherited from FiscalDocParmDataCreatorVendInvoice_BR.)
JJ748106.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ748106.pubmethod(en-us,AX.60).gif createParmData Is responsible for creating the whole fiscal document ParmData object model. (Overrides the createParmData Method.)
JJ748106.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ748106.protmethod(en-us,AX.60).gif fiscalReferenceSourceCurrencyCode Returns currency code of fiscal reference (Inherited from FiscalDocParmDataCreatorVendInvoice_BR.)
JJ748106.protmethod(en-us,AX.60).gif fiscalReferenceSourceExchRate Returns the fiscal reference exchange rate value (Inherited from FiscalDocParmDataCreatorVendInvoice_BR.)
JJ748106.protmethod(en-us,AX.60).gif fiscalReferenceSourceExchRateSecondary Returns the fiscal reference secundary exchange rate value (Inherited from FiscalDocParmDataCreatorVendInvoice_BR.)
JJ748106.protmethod(en-us,AX.60).gif fiscalReferenceSourceRecId Retrieves the record ID that the fiscal reference table points to. (Inherited from FiscalDocParmDataCreatorVendInvoice_BR.)
JJ748106.protmethod(en-us,AX.60).gif fiscalReferenceSourceTableId Retrieves the table ID that the fiscal reference table points to. (Inherited from FiscalDocParmDataCreatorVendInvoice_BR.)
JJ748106.protmethod(en-us,AX.60).gif getFiscalDocumentNumber Retrieves the fiscal document number. (Overrides the getFiscalDocumentNumber Method.)
JJ748106.pubmethod(en-us,AX.60).gif getInvoiceIdWithoutSeriesPrefix Returns the invoice id without the series. (Inherited from FiscalDocumentParmDataCreator_BR.)
JJ748106.protmethod(en-us,AX.60).gif getOthersMarkupParmData Gets new instance of FiscalDocumentMiscChargeParmData_BR (Inherited from FiscalDocParmDataCreatorVendInvoice_BR.)
JJ748106.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ748106.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ748106.protmethod(en-us,AX.60).gif hasCustVendTrans Is an abstract method that indicates whether the fiscal document in context has customer/vendor transactions. (Overrides the hasCustVendTrans Method.)
JJ748106.protmethod(en-us,AX.60).gif initCustVendTransParmData Is an abstract method that provides an instance of the object that represents the customer/vendor transaction that is associated with the fiscal document. (Overrides the initCustVendTransParmData Method.)
JJ748106.protmethod(en-us,AX.60).gif initHeaderParmData Abstract method that provides an instance of the object representing the Fiscal Document header information. (Inherited from FiscalDocParmDataCreatorVendInvoice_BR.)
JJ748106.protmethod(en-us,AX.60).gif initLinesParmData Abstract method that provides a list of objects representing the Fiscal Document lines. (Inherited from FiscalDocParmDataCreatorVendInvoice_BR.)
JJ748106.protmethod(en-us,AX.60).gif initListOffFiscalReference Abstract method that provides a list of objects representing the Fiscal Documents referenced to the current fiscal document. (Inherited from FiscalDocumentParmDataCreator_BR.)
JJ748106.protmethod(en-us,AX.60).gif initListOfInstallments Is an abstract method that provides a list of objects that represent the fiscal document installments. (Overrides the initListOfInstallments Method.)
JJ748106.protmethod(en-us,AX.60).gif initListOfShipmentStatParmData Provides a list of objects representing the shipment specifications for a given Fiscal Document line. (Inherited from FiscalDocParmDataCreatorVendInvoice_BR.)
JJ748106.protmethod(en-us,AX.60).gif initListOfTaxTransParmDataForLine Provides a list of objects that represent the taxes that are incurred for a given fiscal document line. (Overrides the initListOfTaxTransParmDataForLine Method.)
JJ748106.protmethod(en-us,AX.60).gif initListOfTaxTransParmDataForMarkup Provides a list of objects representing the taxes incurred for a given Fiscal Document markup trasaction. (Inherited from FiscalDocumentParmDataCreator_BR.)
JJ748106.protmethod(en-us,AX.60).gif initMiscChargesParmData Initializes the list of FiscalDocumentMiscChargeParmData_BR for a given FiscalDocumentLineParmData_BR. (Inherited from FiscalDocumentParmDataCreator_BR.)
JJ748106.protmethod(en-us,AX.60).gif initTaxTransParmDataFromTaxTrans Initializes a FiscalDocumentTaxTransParmData_BR object with data from TaxTrans records. (Inherited from FiscalDocParmDataCreatorVendInvoice_BR.)
JJ748106.protmethod(en-us,AX.60).gif initTaxTransParmDataFromTaxUncommitted Initializes a FiscalDocumentTaxTransParmData_BR object with data from TaxUncommitted buffers.
JJ748106.protmethod(en-us,AX.60).gif isTribSubstRegApplicable Checks if tributary subsitution applies to a given FiscalDocumentParmData_BR. (Inherited from FiscalDocumentParmDataCreator_BR.)
JJ748106.pubmethod(en-us,AX.60).gif new Initializes a new instance of the FiscalDocParmDataCreatorVendInvoice_BR class. (Inherited from FiscalDocParmDataCreatorVendInvoice_BR.)
JJ748106.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.)
JJ748106.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.)
JJ748106.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ748106.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ748106.protmethod(en-us,AX.60).gif postInitListOfTaxTransParmDataForLine Post method to handle fiscal document line taxes after get initiated by initListOfTaxTransParmDataForLine (Inherited from FiscalDocumentParmDataCreator_BR.)
JJ748106.protmethod(en-us,AX.60).gif postInitListOfTaxTransParmDataForMarkup Post method to handle fiscal document line taxes after get initiated by initListOfTaxTransParmDataForLine (Inherited from FiscalDocumentParmDataCreator_BR.)
JJ748106.protmethod(en-us,AX.60).gif prepareFiscalDocumentText Prepares the Fiscal document texts added to the object before posting them. (Inherited from FiscalDocParmDataCreatorVendInvoice_BR.)
JJ748106.protmethod(en-us,AX.60).gif setFiscalEstablishmentTribSubstReg Sets the tributary substitution registry (IE number) to a FiscalDocumentParmData_BR if it is applicable. (Inherited from FiscalDocumentParmDataCreator_BR.)
JJ748106.protmethod(en-us,AX.60).gif setLineParmDataRefRecord Sets the reference to the original buffer in the FiscalDocumentLineParmData_BR parm data object. (Overrides the setLineParmDataRefRecord Method.)
JJ748106.pubmethod(en-us,AX.60).gif setPurchParmUpdate Sets the instance of the PurchParmUpdate table buffer that will be used in the fiscal document posting process. (Inherited from FiscalDocParmDataCreatorVendInvoice_BR.)
JJ748106.pubmethod(en-us,AX.60).gif setPurchTable Sets the instance of the PurchTable table buffer that will be used in the fiscal document posting process. (Inherited from FiscalDocParmDataCreatorVendInvoice_BR.)
JJ748106.pubmethod(en-us,AX.60).gif setPurchTotals Sets the instance of the PurchTotals class that will be used in the fiscal document posting process. (Inherited from FiscalDocParmDataCreatorVendInvoice_BR.)
JJ748106.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ748106.pubmethod(en-us,AX.60).gif setVendInvoiceInfoTable Sets the instance of the VendInvoiceInfoTable table buffer that will be used in the fiscal document posting process. (Inherited from FiscalDocParmDataCreatorVendInvoice_BR.)
JJ748106.pubmethod(en-us,AX.60).gif setVendInvoiceJour Sets the instance of the VendInvoiceJour table buffer that will be used in the fiscal document posting process. (Inherited from FiscalDocParmDataCreatorVendInvoice_BR.)
JJ748106.pubmethod(en-us,AX.60).gif setVendInvoiceTransList Sets the list of VendInvoiceTrans table buffers that will be used in the fiscal document posting process. (Inherited from FiscalDocParmDataCreatorVendInvoice_BR.)
JJ748106.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ748106.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.)
JJ748106.protmethod(en-us,AX.60).gif vendPaymSchedRefRecId Retrieves the record ID that the VendPaymSched buffer points to. (Overrides the vendPaymSchedRefRecId Method.)
JJ748106.protmethod(en-us,AX.60).gif vendPaymSchedRefTableId Retrieves the table ID that the VendPaymSched buffer points to. (Overrides the vendPaymSchedRefTableId Method.)
JJ748106.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ748106.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Top

Community Additions

ADD
Show: