Tax1099ElectronicCheck Class [AX 2012]
The Tax1099ElectronicCheck class is used to validate and format IRS data.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkAll | Validates the settings of required IRS data; validates the transmitter, software vendor, company information and vendor. |
| 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.) |
| setValues | Sets the vendor account and the transaction date. The information is passed as a container. |
| showTax1099ErrorForm | Displays a form with all the validation errors. |
| 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.) |
| ::formatTIN | Formats the Taxpayer Identification Number (TIN). |
| ::isValidCUSIPId | Validates the format of the CUSIP identifiers for North American Securities. |
| ::isValidTINIRS | Validates the format of the Taxpayer Identification Number (TIN). This method removes all hyphens, that is, "-", from the TIN, calculates the length of the string with the hyphens removed, and ensures that after the hyphens are removed, only numeric characters are used. |
| ::tax1099EntryValidation | Validates a tax entry. |
| ::validateForIRS | Validates required fields for the IRS. It is possible to log errors by setting the _writeToFile parameter to a value of true. |
| ::validateTINIRS | Validates the format of the Taxpayer Identification Number (TIN) and displays an error where appropriate. |
Community Additions
ADD
Show: