InventTrackingDimTracingRelations Class [AX 2012]
The InventTrackingDimTracingRelations class holds relation information for tracking dimension tracing transactions.
| Method | Description | |
|---|---|---|
| addBackwardRelation | Adds the specified inventory transaction as a backward child node of the specified tracing node. |
| addFirstLevelInventTransNode | Adds an inventory transaction as a first level node relative to the search criteria. |
| addForwardRelation | Adds the specified inventory transaction as a forward child node of the specified tracing node. |
| addInventTransNode | Adds the specified inventory transaction as a transaction node. |
| buildRootNodesList | Ensure that all nodes are either reachable from a root node or add it as a root node. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| childNodes | Returns a sorted list of child nodes for the specified transaction node. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| fillReachableNodes | Fill the specified set with all nodes reachable from the specified node when searching in the given direction. |
| 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. |
| inventDimTrackingInventTransNodes | Gets the set of InventDimTrackingInventTransNode objects. |
| inventTransNode | Finds or creates a transction tracing node for the specified inventory transaction. |
| markAsRootNode | Marks the specified transaction node as a root node. |
| new | Initializes a new instance of the InventTrackingDimTracingRelations class. |
| nodeFromKey | Returns the tracing node identified by the specified string. |
| nodeSet2List | Sorts the transactions in the specified Set chronologically and returns the results in a list. |
| 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.) |
| pack | Serializes the current instance of the InventTrackingDimTracingRelations class. |
| parmCurrentOnHand | Gets or sets the CurrentOnHand parameter. |
| parmCurrentOnHandCW | Gets or sets the CurrentOnHandCW parameter. |
| parmFirstLevelNodes | Gets or sets the FirstLevelNodes parameter. |
| parmInventTransMap | Gets or sets the InventTransMap parameter. |
| parmInventTransOriginMap | Gets or sets the InventTransOriginMap parameter. |
| rootNodes | Returns a sorted list of root nodes. |
| 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.) |
| unpack | Deserializes the _packedClass parameter value to an instance of the InventTrackingDimTracingRelations class. |
| 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 InventTrackingDimTracingRelations class. |
| ::create | Creates a new instance of the InventTrackingDimTracingRelations class and initialize it based on a packed version of the class data. |
| ::tracingNodeKey | Generate a unique key for the specified record used for caching purposes. |
Community Additions
ADD
Show: