TaxCalculationAdjustment Class [AX 2012]
| Method | Description | |
|---|---|---|
| adjustedDerivedStatus | Changes the derived status of a tax adjustment line based on what tax codes are derived from the transaction. |
| allocateDerivedAdjustment | Distributes the derived adjustment to the tax lines which derived the same tax code. |
| allocateNonDerivedAdjustment | Distributes a tax adjustment for a tax code which is not derived from the tax groups on the transaction. |
| allocateTaxAdjustment | Allocates a tax adjustment to one or more tax lines. |
| calcManualInserted | Creates a tax line for a nonderived tax adjustment. |
| 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.) |
| loadTaxAdjustments | Loads and applies all tax adjustments to the tax lines. |
| new | Initializes a new table. |
| 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.) |
| parmAmountInclTaxMap | Gets or sets the value of the _amountInclTaxMap parameter. |
| parmHeadingRecId | Gets or sets the record ID of the transaction header. |
| parmHeadingTableId | Gets or sets the table ID of the transaction header. |
| parmLineAmountIncludesTax | Gets or sets the value of the _lineAmountIncludesTax parameter. |
| processAdjustments | Allocates all tax adjustments to tax lines. |
| 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.) |
| zeroTaxLinesWithoutAdjustment | Sets actual sales tax amounts to zero if calculated sales tax should be ignored. |
| ::adjustBaseForAllLines | |
| ::adjustBaseForTaxIncluded | |
| ::checkForNonDerivedTaxLine | Determines whether there are any tax lines which are not derived from tax groups on the transaction. |
| ::checkForTaxLineWithoutAdjustment | Determines whether there are any tax lines which do not have any tax adjustments. |
| ::construct | Constructs a new TaxCalculationAdjustment table. |
| ::deleteTaxRegulation | Deletes all tax adjustment records for the transactions specified by the instance of the Tax class. |
Community Additions
ADD
Show: