TaxValidateForTaxIntegration_CN Class [AX 2012]
The TaxValidateForTaxIntegration_CN class is used to validate tax for tax integration.
| 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.) |
| existCustBankAccountName | Checks if the cust bank account name exit. |
| existCustBankAccountNum | Checks if the cust bank account number exist. |
| existTaxRegistrationNumberFromCust | Checks if the tax registration number from cust exist. |
| existVATInvoiceDescTable | Checks if the VAT invoice desc table exist. |
| getInvoiceAmountAndNumOfLines | Gets the invoice amount and number of lines. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initValueDefault | Sets init value for this class. |
| logMessageForMoreProfile | Logs message for more profile. |
| new | Creates new instance of the TaxValidateForIntegration_CN 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.) |
| parmCurrencyCode | Gets the CurrencyCode parameter. |
| parmCustBankAccountId | Gets the CustBankAccountId parameter. |
| parmInvoiceAccount | Gets the InvoiceAccount parameter. |
| parmInvoiceId | Gets the InvoiceId parameter. |
| parmSalesId | Gets the SalesId parameter. |
| parmTaxprofileTable | Gets or sets the TaxprofileTable parameter. |
| 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.) |
| validate | Checks if the sales invoice has sales tax code that linked with tax integration profile. if there is then will proceed to validation. |
| validateBankAccount | Validates the bank account information. |
| validateCurrencyCode | The currency code must be same with company currency. when export invoice to file. |
| validateFilePath | Checks if the export file path exists. |
| validateMaxInvoiceAmount | Compares the variable netAmount value against the value set on tax integration profile. |
| validateMaxInvoiceLines | Compares the variable numOfLines value against the value set on tax integration profile. |
| validatePostTaxCode | Generates tax code set according to parameters. |
| validateTaxCode | Validation the tax code for all invoice lines |
| validateTaxProfile | Performs validation based on tax integration profile setup. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Create a new instance of TaxExportServiceTaxIntegration or child class. |
Community Additions
ADD
Show: