FiscalDocumentPost_BR Class [AX 2012]

Fiscal document posting base class. Provides the infrastructe to persist a fiscal document given a ParmData object model.

class FiscalDocumentPost_BR

Run On

Called

  MethodDescription
JJ748894.pubmethod(en-us,AX.60).gif canBePosted Verifies whether the fiscal document PamrData object model is valid against the validation rules.
JJ748894.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ748894.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ748894.privmethod(en-us,AX.60).gif generateAccessKey
JJ748894.privmethod(en-us,AX.60).gif generateNumericCode
JJ748894.protmethod(en-us,AX.60).gif getDefaultStatus Retrieves the default fiscal document status of the FiscalDocumentParmData_BR class instance.
JJ748894.pubmethod(en-us,AX.60).gif getFiscalDocument Returns a table buffer representing the fiscal document being posted.
JJ748894.protmethod(en-us,AX.60).gif getOperationDescription Retrieves the fiscal document operation description from the CFOP description of the first line with a CFOP.
JJ748894.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ748894.protmethod(en-us,AX.60).gif getTotalDiscountAmount Retrieves the total discount amount of the fiscal document.
JJ748894.protmethod(en-us,AX.60).gif getTotalGoodsAmount Retrieves the total goods amount of the fiscal document.
JJ748894.protmethod(en-us,AX.60).gif getTotalServicesAmount Retrieves the total services amount of the fiscal document.
JJ748894.protmethod(en-us,AX.60).gif getValidationsExecutor Instantiates the FiscalDocumentValidationsExecutor_BR class with all validations automatically added.
JJ748894.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ748894.protmethod(en-us,AX.60).gif initCustVendTrans Persists the fiscal document payment and the related installments of the fiscal document from the ParmData objects to the database.
JJ748894.protmethod(en-us,AX.60).gif initFiscalDocument Persists the fiscal document header information and texts from the ParmData object to the database.
JJ748894.protmethod(en-us,AX.60).gif initFiscalDocumentLineMiscCharges Persists the given fiscal document miscellaneous charges from the ParmData object to the database for a given line.
JJ748894.protmethod(en-us,AX.60).gif initFiscalDocumentLines Persists the fiscal document lines information, source transaction references, texts, taxes and miscellaneous charges from the ParmData object to the database.
JJ748894.protmethod(en-us,AX.60).gif initFiscalDocumentLineTaxes Persists the given fiscal document taxes from the ParmData object to the database for a given line.
JJ748894.protmethod(en-us,AX.60).gif initFiscalReference Persists the referenced fiscal documents from the ParmData objects to the database.
JJ748894.protmethod(en-us,AX.60).gif initShipmentStat Persists the shipment parcels from the ParmData objects to the database.
JJ748894.pubmethod(en-us,AX.60).gif new Creates a new instance of FiscalDocumentPost_BR.
JJ748894.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.)
JJ748894.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.)
JJ748894.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ748894.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ748894.pubmethod(en-us,AX.60).gif run This is the method that actually starts the Fiscal Document posting process. It will verify whether there are any validation problems with the ParmData object model passed in the constructor and, if there is no validation problems, it will persist the ParmData object model into the Fiscal Document tables.
JJ748894.privmethod(en-us,AX.60).gif setCityWhereServicePerformed
JJ748894.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ748894.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ748894.privmethod(en-us,AX.60).gif updateElectronicFiscalDocument
JJ748894.pubmethod(en-us,AX.60).gif updateImportedEFDocumentCity Updates existing FiscalDocument_BR and EFDocumentCity_BR records from return NF-e services file.
JJ748894.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.)
JJ748894.protmethod(en-us,AX.60).gif validateCityFiscalDocument Validates the city fiscal document.
JJ748894.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ748894.protmethod(en-us,AX.60).gif write Calls the methods that persist the fiscal document from the ParmData objects to the database.
JJ748894.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ748894.pubmethod(en-us,AX.60).gif JJ748894.static(en-us,AX.60).gif ::cancelFiscalDocument Cancel or reverse a fiscal document.
Top

Community Additions

ADD
Show: