TaxWithholdStatementReportHelper Class [AX 2012]
The TaxWitholdStatementReportHelper class is the helper class that is the base logic of the TaxWithholdStatement report.
| Method | Description | |
|---|---|---|
| calcOrAdjustTaxWithholdAmount | Calculates or adjusts the withhold tax amount. |
| 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.) |
| getInterestOthersValueAnnexure | Retrieves the interest and others values of an annexure. |
| getResponsibleInfo | Gets the details of the responsible person. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initAnnexureFieldValues | Initializes the annexure fields values. |
| initConstantString26QTmp | Retrieves the data from the TaxWithholdStatementTmpConstantString temporary table for a 26Q report. |
| initConstantString27EQTmp | Retrieves the data from the TaxWithholdStatementTmpConstantString temporary table for a 27EQ report. |
| initConstantString27QTmp | Retrieves the data from the TaxWithholdStatementTmpConstantString temporary table for a 27Q report. |
| initConstantStringTmpTable | Retrieves the data from the TaxWithholdStatementTmpConstantString temporary table. |
| initParameterTmpTable | Retrieves the data from the TaxWithholdStatementTmpParameter temporary table. |
| initParticularInfoTmpTable | Retrieves the data from the TaxWithholdStatementTmpParticularInfo temporary table. |
| initReportParameters | Initializes the report parameters. |
| initTaxWithholdStatement | Retrieves a tax withhold statement report. |
| initTaxWithholdStatementAnnexure | Retrieves the annexure of a tax withhold statement report. |
| initTaxWithholdStatementTransTmpTable | Retrieves the data from the TaxWithholdStatementTmpParticularInfo temporary table. |
| initTemporaryTables | Initializes all the temporary tables. |
| 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.) |
| parmConstantStringTmpTable | Gets or sets the TaxWithholdStatementTmpConstantString temporary table. |
| parmParameterTmpTable | Gets or sets the TaxWithholdStatementTmpParameter temporary table. |
| parmParticularInfoTmpTable | Gets or sets the TaxWithholdStatementTmpParticularInfo temporary table. |
| parmTaxTransSummaryTmpTable | Gets or sets the TaxWithholdStatementTmpTransSummary temporary table. |
| parmTaxTransTmpTable | Gets or sets the TaxWithholdStatementTmpTrans temporary table. |
| 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.) |
| ::construct | Constructs the report helper class. |
| ::getFromToDateAndPeriodEnd | Retrieves the period end, from date, and to date. |
| ::getSerialNumberAndTotalTaxAmount | Gets the count and total tax amount of a TaxWithholdSettleTrans record that is grouped by the LedgerVoucher field. |
Community Additions
ADD
Show: