EFiscalDocumentValidation_BR Class [AX 2012]

class EFiscalDocumentValidation_BR extends FiscalDocumentValidationBase_BR

Run On

Called

  MethodDescription
JJ743713.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ743713.protmethod(en-us,AX.60).gif checkDeliveryAddress Checks if the necessary information of the delivery address of the NF-e is fulfilled and valid.
JJ743713.protmethod(en-us,AX.60).gif checkHeader Checks the header of the NF-e.
JJ743713.protmethod(en-us,AX.60).gif checkIssuer Checks if the necessary information of the issuer of the NF-e is fulfilled and valid.
JJ743713.protmethod(en-us,AX.60).gif checkIssuerAddress Checks if the necessary information of the issuer address of the NF-e is fulfilled and valid.
JJ743713.protmethod(en-us,AX.60).gif checkRecipient Checks if the necessary information of the recipient of the NF-e is fulfilled and valid.
JJ743713.protmethod(en-us,AX.60).gif checkTaxationOrigin Checks if the taxation origin and ICMS values are valid Rule to be checked is: - CFOP is interstate outgoing - AND thirdy party IE is not exempt - AND taxation origin is 1, 2 or 3 - AND ICMS is greater than 4% - AND document date is greater than 1/1/2013 Exception applies to return orders from 1/1/2013 and 4/1/2013
JJ743713.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ743713.pubmethod(en-us,AX.60).gif getDeliveryPostalAddress Returns the LogisticsPostalAddress table buffer that represents the delivery address of the fiscal document that is being validated. (Inherited from FiscalDocumentValidationBase_BR.)
JJ743713.pubmethod(en-us,AX.60).gif getThirdPartyPostalAddress Returns the LogisticsPostalAddress table buffer that represents the third-party address of the fiscal document that is being validated. (Inherited from FiscalDocumentValidationBase_BR.)
JJ743713.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ743713.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ743713.privmethod(en-us,AX.60).gif hasIcmsGreaterThanFourPercent
JJ743713.protmethod(en-us,AX.60).gif initNonTaxableCfopList Initializes the CFOP list that are allowed to use ICMS > 4% for taxation origins DirectImport, Import and ImportNoSimilar
JJ743713.protmethod(en-us,AX.60).gif initPurchaseReturnCfopList Initializes the CFOP list that are allowed to use ICMS > 4% between 01/01/13 and 04/01/13 for taxation origins DirectImport, Import and ImportNoSimilar
JJ743713.privmethod(en-us,AX.60).gif isCfopInNonTaxableList
JJ743713.privmethod(en-us,AX.60).gif isCfopInPurchaseReturnList
JJ743713.privmethod(en-us,AX.60).gif isCfopOtherStateOutGoing
JJ743713.privmethod(en-us,AX.60).gif isCfopSalesByPos
JJ743713.protmethod(en-us,AX.60).gif isEFDValidationNeeded Verifies whether NF-e validation is required for the fiscal document. (Inherited from FiscalDocumentValidationBase_BR.)
JJ743713.privmethod(en-us,AX.60).gif isTaxationCodeInRuleList
JJ743713.privmethod(en-us,AX.60).gif isTaxationOriginImport
JJ743713.privmethod(en-us,AX.60).gif isThirdPartyIeExempt
JJ743713.pubmethod(en-us,AX.60).gif new (Overrides the new Method.)
JJ743713.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.)
JJ743713.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.)
JJ743713.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ743713.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ743713.pubmethod(en-us,AX.60).gif parmFiscalDocumentLineParmData Gets or sets the FiscalDocumentLineParmData parameter. (Inherited from FiscalDocumentValidationBase_BR.)
JJ743713.pubmethod(en-us,AX.60).gif parmFiscalDocumentMiscChargeParmData Gets or sets the FiscalDocumentMiscChargeParmData parameter. (Inherited from FiscalDocumentValidationBase_BR.)
JJ743713.pubmethod(en-us,AX.60).gif parmFiscalDocumentParmData Gets or sets the FiscalDocumentParmData parameter. (Inherited from FiscalDocumentValidationBase_BR.)
JJ743713.pubmethod(en-us,AX.60).gif parmFiscalDocumentTaxTransParmData Gets or sets the FiscalDocumentTaxTransParmData parameter. (Inherited from FiscalDocumentValidationBase_BR.)
JJ743713.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ743713.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ743713.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.)
JJ743713.pubmethod(en-us,AX.60).gif validateHeader Validates the header of the NF-e, if necessary.
JJ743713.pubmethod(en-us,AX.60).gif validateICMSOrISS Validates if a line of the NF-e has an ICMS or ISS tax type, if necessary.
JJ743713.pubmethod(en-us,AX.60).gif validateLine Validates if the necessary information in a line of the NF-e is fulfilled, if necessary.
JJ743713.pubmethod(en-us,AX.60).gif validateMaximumNumberOfLines Validates if the number of lines of the NF-e does not exceed the maximum allowed, if necessary.
JJ743713.pubmethod(en-us,AX.60).gif validateProductLinesHaveUnit Validates if a line of the NF-e that contains a product has an unit specified, if necessary.
JJ743713.pubmethod(en-us,AX.60).gif validateTaxationCode Validates if the taxation code is specified for PIS and COFINS tax types of the NF-e, if necessary.
JJ743713.pubmethod(en-us,AX.60).gif validateThirdPartyCnpjAgainstAccessKey Validates if the CNPJ of the Third Party is the same of the CNPJ in the Access Key
JJ743713.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ743713.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Top

Object Class
  FiscalDocumentValidationBase_BR Class
    EFiscalDocumentValidation_BR Class

Community Additions

ADD
Show: