TaxCalcBASFields Class [AX 2012]
The TaxCalcBASFields class calculates the fields used in Australian tax reporting.
| Method | Description | |
|---|---|---|
| addAdjustment | |
| calc | Calculates the tax fields. |
| calcAdjustments | |
| calcExtraFields | |
| calcTotalsAndRound | |
| 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.) |
| field1G | Returns the value to report in field 1G. |
| field4 | Returns the value to report in field 4. |
| field5A | Returns the value to report in field 5A. |
| field5B | Returns the value to report in field 5B. |
| field6A | Returns the value to report in field 6A. |
| field6B | Returns the value to report in field 6B. |
| field7 | Returns the value to report in field 7. |
| field7A | Reports the value in field 7A. |
| field7C | Reports the value in field 7C. |
| field7D | Reports the value in field 7D. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| insertInTmpTaxReportById | Inserts a tax report field in the TmpTaxReportById table. |
| 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.) |
| parmFromDate | Gets or sets the FromDate parameter. |
| parmTaxDocumentIdNumber | Gets or sets the TaxDocumentIdNumber parameter. |
| parmTaxPeriod | Gets or sets the TaxPeriod parameter. |
| parmTaxRepCounter | Gets or sets the TaxRepCounter parameter. |
| parmTaxRepVerison | Gets or sets the TaxRepVerison parameter. |
| parmTmpTaxReportById | Gets or sets the TmpTaxReportById parameter. |
| parmToDate | Gets or sets the ToDate parameter. |
| parmTransDate | Gets or sets the TransDate parameter. |
| parmUpdated | Gets or sets the Updated parameter. |
| parmVoucher | Gets or sets the Voucher 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.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::newTaxReport_AU | Creates and initializes a TaxCalcBASFields object. |
| ::newTaxReportExtraFields | Creates and initializes a TaxCalcBASFields object. |
| ::newTaxReportVoucher | Creates and initializes a TaxCalcBASFields object. |
Community Additions
ADD
Show: