FiscalDocumentModel1Validation_BR Class [AX 2012]
Validates fiscal document contents against specific rules to model 1 that may prevent it from being persisted.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| charges_SvcLineWithFreightOrInsurance | Validates whether a miscellaneous charge of type freight or insurance is being applied to a service item. |
| charges_TypeOfMiscCharge | Validates whether a miscellaneous charge is of type freight, insurance or other. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getDeliveryPostalAddress | Returns the LogisticsPostalAddress table buffer that represents the delivery address of the fiscal document that is being validated. (Inherited from FiscalDocumentValidationBase_BR.) |
| getThirdPartyPostalAddress | Returns the LogisticsPostalAddress table buffer that represents the third-party address of the fiscal document that is being validated. (Inherited from FiscalDocumentValidationBase_BR.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| header_CityFDocumentHasServiceItems | Validates whether city fiscal documents have service items. |
| header_CnpjNotBlankWhenNotForeign | Validates whether the account CNJP/CPF is not empty. |
| header_CNPJNumIsValid | Validates whether the third party CNJP/CPF is valid. |
| header_ComplentaryFDocProperlyInformed | Validates whether the complemented fiscal document is properly informed. |
| header_CustVendTransDateIsValid | Validates whether the fiscal document due date is less than its document date. |
| header_DeliveryAddressIsComplete | Validates whether the fiscal documentn delivery address is complete. |
| header_DeliverySlipHasNoCustVendTrans | Verifies whether a delivery slip fiscal document has no customer transactions associated with it. |
| header_DeliverySlipHasNoDeliveryAddress | Validates whether a delivery slip fiscal document does not have a delivery address. |
| header_DeliverySlipNotUsingEFDocForServ | Verifies whether a delivery slip fiscal document is using a fiscal document type marked as electronic fiscal document for services. |
| header_DeliveryStateHasTwoDigits | Validates whether the delivery address state has two digits. |
| header_fiscalDocumentHasLines | Validates whether the fiscal document has lines. |
| header_IENumForNonForeignAccounts | Validates whether the third party IE number is valid. |
| header_installmentsNumbering | Verifies whether installment numbering is correct. |
| header_IsPostingDateGreaterThanFDocDate | Validates whether the fiscal document invoice date is greater than posting date. |
| header_IssueDateControl | Validates whether the fiscal document is being issued in a date later than the last one isued for the same series. |
| header_ModelIsSupportedForIssuing | Validates whether the fiscal document model is supported when the issuer is own establishment. |
| header_NonTaxableCannotUseFDTForServ | Verifies whether a fiscal document being issued on behalf of a non taxable vendor is using a fiscal document type marked as electronic fiscal document for services. |
| header_ReturnRequiresReferencedFDoc | Validates whether a return fiscal document has the required fiscal reference properly configured. |
| header_SuframaNumber | Validates whether the fiscal document account suframa number is valid. |
| header_sumOfMiscCharges | Validates whether the sum of miscellaneous charges match the totals informed on the fiscal document header. |
| header_ThirdPartyAddressIsComplete | Validates whether the fiscal document third party address is complete. |
| header_ThirdPartyAndDlvAddrInSameState | Validates whether the fiscal document delivery and invoice addresses are in the same state. |
| header_ThirdPartyFDocumentIsUnique | Validates whether the fiscal document number already exists for non-cancelled documents within the same series/Third Party Id. |
| header_ThirdPartyNameNotEmpty | Validates whether the fiscal document third party name is not empty. |
| header_ThirdPartyStateHasTwoDigits | Validates whether the Third Party address state has two digits. |
| header_totalAmountToPurposeRegular | Validates whether the fiscal document with purpose regular has amount total different from zero. |
| header_VolumeInformation | Verifies whether volume information (type and quantity) is present for fiscal documents issued by the company. |
| isEFDValidationNeeded | Verifies whether NF-e validation is required for the fiscal document. (Inherited from FiscalDocumentValidationBase_BR.) |
| line_CfopAndAddressesShouldBeCompatible | Validates whether a fiscal document line CFOP is compatible with fiscal document addresses. |
| line_CfopForProductItems | Validates whether a fiscal document line for a product has a valid CFOP. |
| line_deliverySlipHasNoServiceLines | Validates whether a delivery slip fiscal document line is not for an item of type service. |
| line_FiscalReferenceMandatory | Validates whether the fiscal document has fiscal references according to what is required by each of its CFOP lines. |
| line_ServiceCodeForServiceItems | Validates whether a fiscal document line for a service has service code. |
| new | Initializes a new instance of the FiscalDocumentValidationBase_BR class. (Inherited from FiscalDocumentValidationBase_BR.) |
| 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.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmFiscalDocumentLineParmData | Gets or sets the FiscalDocumentLineParmData parameter. (Inherited from FiscalDocumentValidationBase_BR.) |
| parmFiscalDocumentMiscChargeParmData | Gets or sets the FiscalDocumentMiscChargeParmData parameter. (Inherited from FiscalDocumentValidationBase_BR.) |
| parmFiscalDocumentParmData | Gets or sets the FiscalDocumentParmData parameter. (Inherited from FiscalDocumentValidationBase_BR.) |
| parmFiscalDocumentTaxTransParmData | Gets or sets the FiscalDocumentTaxTransParmData parameter. (Inherited from FiscalDocumentValidationBase_BR.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| tax_icmsExemptForSuframa | Validates whether the ICMS tax for a fiscal document whose customer is in the suframa region is exempt. |
| tax_TaxationCodeIsWithinValidDates | Validates whether the taxation code of a tax is date effective at the fiscal document transaciton date. |
| tax_TaxSubstitutionAndDifferentialRate | Validates whether a tax does not have tax substitution and differential rate applied at the same time. |
| tax_TaxTranferHasNoDifferentialRateTax | Validates whether a tax transaction in a tax transfer fiscal document does not have a differential rate applied to it. |
| tax_TaxTranferHasNoTaxSubstitutionTax | Validates whether a tax transaction in a tax transfer fiscal document does not have a tax substitution rate applied to it. |
| 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.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: