InventTrackingDimTracingHierarchyTree Class [AX 2012]

Class for handling the tree control in the tracking dimension tracing forms.

Syntax

class InventTrackingDimTracingHierarchyTree

Run On

Called

Methods

  Method Description
Dn542422.protmethod(en-us,AX.60).gif addHierarchyNodeChildren Add the hierarchy children for the specified hierarchy node under the specified tree node.
Dn542422.pubmethod(en-us,AX.60).gif buildTree Add second level nodes and expand children if needed.
Dn542422.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn542422.protmethod(en-us,AX.60).gif createItemTreeNode Create a child node in the tree for the specified item transaction under the specified tree node.
Dn542422.pubmethod(en-us,AX.60).gif createTopTreeNode Creates a top tree node based on the used tracing criteria.
Dn542422.pubmethod(en-us,AX.60).gif criteriaNodeText Creates the tree node text for the top node.
Dn542422.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn542422.protmethod(en-us,AX.60).gif expandInitialNodes Expand tree nodes when first opening the form, so users don't have to in simple traces.
Dn542422.pubmethod(en-us,AX.60).gif expandNode Expand the specified tree node, so children are added.
Dn542422.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn542422.protmethod(en-us,AX.60).gif getTreeNodeRecordsInfo Get all database records needed to create the tree with all nodes.
Dn542422.pubmethod(en-us,AX.60).gif goBackFromGotoAlreadyTracedNode Navigate back to the tree node where last goTo... was called.
Dn542422.pubmethod(en-us,AX.60).gif goToAlreadyTracedNode Navigate to the tree node for the already traced line.
Dn542422.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn542422.protmethod(en-us,AX.60).gif imageNo Returns the image number to use in the tree for the specified inventory transaction.
Dn542422.pubmethod(en-us,AX.60).gif inventTrackingDimTracingHierarchy Gets the InventTrackingDimTracingHierarchy used by this hierarchy tree.
Dn542422.protmethod(en-us,AX.60).gif itemTreeLineTxt Creates the text to use for the specified transaction.
Dn542422.protmethod(en-us,AX.60).gif new Initializes a new instance of the InventTrackingDimTracingHierarchyTree class.
Dn542422.pubmethod(en-us,AX.60).gif nodeRecords Returns a list of records related to the specified hierarchy node.
Dn542422.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Dn542422.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Dn542422.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn542422.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn542422.pubmethod(en-us,AX.60).gif parmAlreadyTracedComboBoxCtrl Gets or sets the AlreadyTracedComboBoxCtrl parameter.
Dn542422.pubmethod(en-us,AX.60).gif parmGoToAlreadyTracedButton Gets or sets the GoToAlreadyTracedButton parameter.
Dn542422.pubmethod(en-us,AX.60).gif parmInventTrackingDimTracingHierarchy Gets or sets the InventTrackingDimTracingHierarchy parameter.
Dn542422.pubmethod(en-us,AX.60).gif parmReturnFromGoToAlreadyTracedButton Gets or sets the ReturnFromGoToAlreadyTracedButton parameter.
Dn542422.pubmethod(en-us,AX.60).gif parmTree Gets or sets the Tree parameter.
Dn542422.pubmethod(en-us,AX.60).gif setFocusOnTopTreeNode Select the top tree node and set focus to the tree control.
Dn542422.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn542422.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn542422.pubmethod(en-us,AX.60).gif treeNodeIdx2HierarchyNodeId Finds the hierarchy node ID for the specified tree node ID.
Dn542422.pubmethod(en-us,AX.60).gif updateAlreadyTracedStatusCtrl Update the control value for with information regarding already tracked nodes.
Dn542422.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Dn542422.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn542422.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Dn542422.pubmethod(en-us,AX.60).gif Dn542422.static(en-us,AX.60).gif ::construct Initializes a new instance of the InventTrackingDimTracingHierarchyTree class.
Dn542422.pubmethod(en-us,AX.60).gif Dn542422.static(en-us,AX.60).gif ::newFromForm Creates a new instance of this class based on form controls and the tracing hierarchy.

Top

Inheritance Hierarchy

Object Class
  InventTrackingDimTracingHierarchyTree Class