PurchAgreementTree_PSN Class [AX 2012]
The PurchAgreementTree_PSN class is used to create a tree view structure for the purchase agreement hierarchy.
| Method | Description | |
|---|---|---|
| buildtree | Builds the tree by adding the nodes for parent and child, by traversing each record of the PurchAgreementHeader table. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createMaster | Creates the parent nodes in the tree. |
| createNode | Creates a node in the tree for the purchase agreement record. |
| deleteNode | Deletes a node from the tree. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| expanding | Expands the tree from the selected node to display all the children of the selected node. |
| findNode | Finds a node in the tree. |
| getSelection | Returns the record ID of the PurchAgreementHeader record associated with the selected 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.) |
| new | Initializes various objects used to create the tree view structure. |
| 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.) |
| parmCreateMaster | Gets or sets the CreateMaster parameter. |
| selectNode | Select a given node in the purchase agreement hierarchy tree. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| setupChart | Sets up the purchase agreement hierarchy tree. |
| text | Sets the text for each node in the tree. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| treeNode | Gets the index of the node in the tree for the specified value of the purchase agreement record ID. |
| 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 | Creates an instance of the class based on the specified parameter. |
Community Additions
ADD
Show: