ReqPeggingTreeNode Class [AX 2012]
The ReqPeggingTreeNode abstract class represents a node in the pegging tree.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| description | Provides the textual description of the node. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| eventType | Gets the event type for the current tree node. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| icon | Provides the icon that graphically represents this node. |
| initializeDetails | Initializes the ReqPeggingTreeDetails instance with data. |
| isRoot | Indicates whether the current node is a root node. |
| listChildren | Gets the list of children record buffers. |
| new | Initializes a new instance of the ReqPeggingTreeNode class. |
| 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.) |
| parent | Gets the record buffer of the parent node. |
| parmCommon | Gets or sets the Common parameter. |
| parmNodeId | Gets or sets the NodeId parameter. |
| parmParentNodeId | Gets or sets the ParentNodeId parameter. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| sourceDocNumber | Gets the source document number. |
| 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.) |
| ::clearCache | Clears all scopes of the ReqPeggingTreeNode cache |
| ::clearCacheServer | Clears all kanban rules from the cache on the server side. |
| ::newStandard | Creates a subtype node class instance based on the specified record buffer. |
| ::peggedKanbans | Gets the list of kanban record buffers that supply a source document line requirement. |
Community Additions
ADD
Show: