InventTrackingDimTracingHierarchy Class [AX 2012]
The InventTrackingDimTracingHierarchy class holds hierarchy information for tracking dimension tracing functionality.
Syntax
class InventTrackingDimTracingHierarchy
Run On
Called
Methods
Method | Description | |
---|---|---|
calculateChildNodes | Calculate the child nodes to show/include under the specified node. | |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
childNodes | Returns a list of child nodes for the specified node. | |
createSubNode | Creates a new node in the hierarchy under the specified node. | |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
exportChildNodesAsXML | Writes the tracing hierarchy to the XML file. | |
exportCurrentOnHandAsXML | Writes the current on hand for the traced item to the XML file. | |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
init | Initializes internal variables. | |
isRecordInParentPath | Checks if the specified record is already specified anywhere in the parent path of the specified node. | |
new | Initializes a new instance of the InventTrackingDimTracingHierarchy class. | |
nodeRecordInfo | Returns a container with record information for the specified 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.) | |
parentNodeId | Returns the ID of the parent node for the specified node. | |
parmCurrentOnHand | Gets or sets the CurrentOnHand parameter. | |
parmCurrentOnHandCW | Gets or sets the CurrentOnHandCW parameter. | |
parmInventTrackingDimTracingRelations | Gets or sets the InventTrackingDimTracingRelations parameter. | |
parmTraceDirection | Gets or sets the TraceDirection parameter. | |
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.) | |
tracingNodeKey | Generate a unique key for the specified record used for caching purposes. | |
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 InventTrackingDimTracingHierarchy class. | |
::newFromPackedTracingResults | Creates a new instance of the InventTrackingDimTracingHierarchy class and initialize it based on a packed version of data for the tracing results. | |
::newFromTracingResults | Creates a new instance of the InventTrackingDimTracingHierarchy class and initialize it based the tracing relations and criteria. |
Top
Inheritance Hierarchy
Object Class
InventTrackingDimTracingHierarchy Class