TaxReportHierarchyHelper_IN Class [AX 2012]
This is a helper class is used to handle tax report hierarchy.
| 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.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| 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.) |
| 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.) |
| ::activateTaxReportHierarchy | Activate the TaxReportHierarchyVersion_IN. |
| ::allowToDeactivateHierarchyVersion | Checks if the specified hierarchy version can be deactivated, which means the hierarchy version is not an active set off hierarchy. |
| ::allowToDeleteHierarchyVersion | Checks if the specified hierarchy version is allowed to be deleted.1) The hierarchy version is not used as active setoff hierarchy 2) The hierarchy version is not used by any tax transactions |
| ::allowToEditHierarchyVersion | Checks if the specified hierarchy version can be edited, which means the hierarchy version is not an active set off hierarchy. |
| ::createTaxReportHierarchy | Create the TaxReportCodeStructure_IN. |
| ::createTaxReportHierarchyVersion | Creates a new version of the specified tax report hierarchy. |
| ::enableHierarchyNode | Enables/disables the specified node, as well as its sub-tree. |
| ::findAllDescendants | Find all descendants TaxReportHrchyNode_INs of the specified TaxReportHrchyNode_IN. |
| ::findAllDescendantsByDepth | Find all descendants TaxReportHrchyNode_INs of the specified TaxReportHrchyNode_IN and depth. |
| ::findAllParents | Find all parent TaxReportHrchyNode_INs of the specified TaxReportHrchyNode_IN. |
| ::findDirectParent | Find the direct parent TaxReportHrchyNode_IN of the specified TaxReportHrchyNode_IN. |
| ::findNodesByDisplayValue | Searches for a set of nodes in the hierarchy with the specified display value. |
| ::findNodeValueReferenceTableRecord | Find the referenced table record for the specified refTableId and refRecId. |
| ::findRootNode | Find the root TaxReportHrchyNode_IN for the specified structure name |
| ::findRootNodeByHierarchy | Find the root TaxReportHrchyNode_IN for the specified hierarchy recId |
| ::generateNodeId | Generates a new node ID. |
| ::getComboDisplayValue | Get the combination display value with the specified two display values. |
| ::initNodeFromValueTable | Init TaxReportHrchyNode_IN from the table record TaxReportHierarchyNode_IN. |
| ::initReportCodeHierarchy | Init the TaxReportHierarchy_IN with the specified TaxReportHrchyStructureDesign_IN. |
| ::insertTaxReportHierarchyVersion | Creates a new version for the specified hierarchy.The version number is determined by the latest version. |
| ::lookupStructureDesign | Looks up for the design class object of the specified tax report hierarchy. |
| ::nodeExists | Determines whether the specified record exists in the TaxReportHierarchyNode_IN table. |
| ::persistTaxReportCodeNode | Persist all TaxReportHrchyNode_IN. with the specified TaxReportHrchyStructureDesign_IN and current TaxReportCodeNode_IN |
| ::totalNodeCountByHierarchy | The total count of TaxReportHrchyNode_IN in the specified TaxReportHierarchy_IN instance. |
| ::updateNodeValueAfterInsert | Update existing values of table record TaxReportHierarchyNode_IN after the new TaxReportHrchyNode_IN is inserted. |
| ::updateNodeValueAfterRemove | Update existing values of table record TaxReportHierarchyNode_IN after the TaxReportHrchyNode_IN is removed. |
| ::updateNodeValueBeforeInsert | Update existing values of table record TaxReportHierarchyNode_IN before the new TaxReportHrchyNode_IN is inserted. |
| ::updateNodeValueBeforeRemove | Update existing values of table record TaxReportHierarchyNode_IN before the TaxReportHrchyNode_IN is removed. |
Community Additions
ADD
Show: