CustTableEventHandler_BR Class [AX 2012]
The CustTableEventHandler_BR class is used by event handlers from CustTable table methods.
| 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.) |
| initValue_BR | Sets that the customer is an ICMS contributor. |
| modifiedField_BR | Executes actions in Brazilian context depending on the field that was modified. |
| new | Initializes a new instance of the CustTableEventHandler_BR class. |
| 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.) |
| validateCNAE_BR | Validates if CNAE inforamtion is correctly informed. |
| validateCNPJCPF_BR | Validate if CNPJCFPF inforamtion is correctly informed. |
| validateField_BR | Validates the value of a field in a Brazilian context. |
| validateIENum_BR | Validates if IE inforamtion is correctly informed |
| validateSuframa_BR | Validates if the SUFRAMA number of the customer has exactly 9 digits. |
| validateWrite_BR | Validates if a customer that belong to a SUFRAMA region has a SUFRAMA number configured. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::postInitValueHandler_BR | Creates a new instance of the CustTableEventHandler_BR class and calls the CustTableEventHandler.initValue_BR method if Brazilian context is enabled. |
| ::postModifiedFieldHandler_BR | Creates a new instance of the CustTableEventHandler_BR class and calls the CustTableEventHandler.modifiedField_BR method if Brazilian context is enabled. |
| ::postValidateFieldHandler_BR | Creates a new instance of the CustTableEventHandler_BR class and calls the CustTableEventHandler.validateField_BR method if Brazilian context is enabled. |
| ::postValidateWriteHandler_BR | Creates a new instance of the CustTableEventHandler_BR class and calls the CustTableEventHandler.validateWrite_BR method if Brazilian context is enabled. |
Community Additions
ADD
Show: