InventTrackingDimTracingHierarchyTree Class [AX 2012]
Class for handling the tree control in the tracking dimension tracing forms.
| Method | Description | |
|---|---|---|
| addHierarchyNodeChildren | Add the hierarchy children for the specified hierarchy node under the specified tree node. |
| buildTree | Add second level nodes and expand children if needed. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createItemTreeNode | Create a child node in the tree for the specified item transaction under the specified tree node. |
| createTopTreeNode | Creates a top tree node based on the used tracing criteria. |
| criteriaNodeText | Creates the tree node text for the top node. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| expandInitialNodes | Expand tree nodes when first opening the form, so users don't have to in simple traces. |
| expandNode | Expand the specified tree node, so children are added. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getTreeNodeRecordsInfo | Get all database records needed to create the tree with all nodes. |
| goBackFromGotoAlreadyTracedNode | Navigate back to the tree node where last goTo... was called. |
| goToAlreadyTracedNode | Navigate to the tree node for the already traced line. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| imageNo | Returns the image number to use in the tree for the specified inventory transaction. |
| inventTrackingDimTracingHierarchy | Gets the InventTrackingDimTracingHierarchy used by this hierarchy tree. |
| itemTreeLineTxt | Creates the text to use for the specified transaction. |
| new | Initializes a new instance of the InventTrackingDimTracingHierarchyTree class. |
| nodeRecords | Returns a list of records related to the specified hierarchy node. |
| 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.) |
| parmAlreadyTracedComboBoxCtrl | Gets or sets the AlreadyTracedComboBoxCtrl parameter. |
| parmGoToAlreadyTracedButton | Gets or sets the GoToAlreadyTracedButton parameter. |
| parmInventTrackingDimTracingHierarchy | Gets or sets the InventTrackingDimTracingHierarchy parameter. |
| parmReturnFromGoToAlreadyTracedButton | Gets or sets the ReturnFromGoToAlreadyTracedButton parameter. |
| parmTree | Gets or sets the Tree parameter. |
| setFocusOnTopTreeNode | Select the top tree node and set focus to the tree control. |
| 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.) |
| treeNodeIdx2HierarchyNodeId | Finds the hierarchy node ID for the specified tree node ID. |
| updateAlreadyTracedStatusCtrl | Update the control value for with information regarding already tracked nodes. |
| 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 | Initializes a new instance of the InventTrackingDimTracingHierarchyTree class. |
| ::newFromForm | Creates a new instance of this class based on form controls and the tracing hierarchy. |
Community Additions
ADD
Show: