FiscalInformationUtil_BR Class [AX 2012]
The FiscalInformationUtil_BR class provides methods that make it easier to work with fiscal information.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| 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.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| 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.) |
| ::copyFiscalInfoFromCustVend | Copies fiscal information values from a customer or vendor that shares the same party. |
| ::copyFiscalInfoFromLogisticsLocationExt | Copies fiscal information values from a location. |
| ::copyFiscalInfoToCustVend | Copies fiscal information values to related records that share the same party across companies. |
| ::copyFiscalInfoToLogisticsLocationExt | Copies fiscal information values from a fiscal establishment to a location. |
| ::copyToRelatedEntities | |
| ::formatCNAE | Is responsible for formatting CNAE information. |
| ::formatCNPJ | Applies a mask to a CNPJ value. |
| ::formatCNPJCPF | Applies a mask to a CPF or CNPJ value. |
| ::formatCPF | Applies a mask to a CPF value. |
| ::formatINSSCEI | Is responsible for formatting INSSCEI information. |
| ::formatNIT | Is responsible for formatting NIT information. |
| ::getFiscalInfoDictFieldGroup | |
| ::isCCMValid | Verifies whether the CCM number is valid. |
| ::isCNAEValid | Verifies whether the CNAE number is valid. |
| ::isCNPJCPFUnique | Validates whether the CNPJ/CPF information is already set to another vendor/customer. |
| ::isCNPJValid | Validates whether the CNPJ information is valid. |
| ::isCPFValid | Validates whether the CPF information is valid. |
| ::isIEValid | Verifies whether the IE number is valid. |
| ::isTribSubstRegValid | Verifies whether the Tributary Substitution Registry number is valid. |
| ::validateCNPJCPFNum | Validates whether the CNPJ/CPF information is correct. |
| ::validateCNPJCPFNumByType | Validates whether the CNPJ/CPF information is correct. |
| ::validateIENum | Validates the IE. |
| ::validateNIRE | Validates if the NIRE number is valid. |
Community Additions
ADD
Show: