TaxWithholdThresholdHandler_IN Class [AX 2012]
The TaxWithholdThresholdHandler_IN is used to calculate and get the target threshold section of the specified application source line
| Method | Description | |
|---|---|---|
| calcTargetThresholdSection | Calculates target ThresholdSections_IN. (Inherited from ThresholdHandler_IN.) |
| calcTargetThresholdSectionsLeftSiblings | Retrives the ThresholdSections_IN list with the amount range is below the target section in the same level. (Inherited from ThresholdHandler_IN.) |
| calcTargetThresholdSectionsRightSiblings | Retrives the ThresholdSections_IN list with the amount range is above the target section in the same level. (Inherited from ThresholdHandler_IN.) |
| 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.) |
| getConcessionCertificateDetails | Get ConcessionCertificateDetails of found section. |
| getTargetSectionParent | Gets the top parent senction of target section. |
| getTargetThresholdSection | Gets target ThresholdSections_IN. If it has not been calculated yet, calculate it. (Inherited from ThresholdHandler_IN.) |
| getTargetThresholdSectionParents | Gets list of target ThresholdSections_IN ancestors. If it has not been calculated yet, calculate it. (Inherited from ThresholdHandler_IN.) |
| getTargetThresholdSectionsLeftSiblings | Gets the ThresholdSections_IN list with the amount range is below the target section in the same level. (Inherited from ThresholdHandler_IN.) |
| getTargetThresholdSectionsRightSiblings | Gets the ThresholdSections_IN list with the amount range is above the target section in the same level. (Inherited from ThresholdHandler_IN.) |
| getTaxBaseAmountMST | Gets sum of uncalculated transaction amount and current transline amount, and the sum will be applied for tax |
| getTaxValueData | Gets sets of TaxValueData_IN, which are attached to target threshold section |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getUncalculatedTransAmountMST | Collects and gets sum of amount of uncalculated transactions |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initialize | Initiates object of TaxWithholdThresholdHandler_IN (Overrides the initialize Method.) |
| initThreshold | Initiates threshold with target one (Overrides the initThreshold Method.) |
| 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.) |
| parmCalcPostedUncalculatedTransMap | Gets and sets map of calcPostedUncalculatedTrans. This map stores the info of whether posted transaction has been calculated before current transaction line. |
| parmRateOfDeduction | Gets or sets withholding tax rate, on which tax will be deducted. |
| 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.) |
Community Additions
ADD
Show: