OMOrganizationHierarchy Class [AX 2012]
| Method | Description | |
|---|---|---|
| addChild | Adds a new child node to the parent node. |
| addChildAtPositionInternal | Adds the child node to the parent node at the specified position. |
| addEditAction | Adds the edit action to the edit actions hierarchy. |
| addNodeCallback | |
| addRootNode | Sets the root node for the hierarchy. |
| addToHierarchyMap | |
| cancelSearch | Cancels a search. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| canPublish | Indicates whether the new publishing can begin. |
| checkNodeInsertionAllowed | |
| checkRevisionTable | Cleans up the revision table so that new publishing can begin. |
| cleanupRevisionTable | Cleans the revision table so that new publishing can begin. |
| createHierarchyAsOfDate | Creates the hierarchy relationship tree by using a particular date range and a map that contains the nodes. |
| createHierarchyFromRevisionTable | |
| createNode | Creates a node in this hierarchy. |
| createNodeInternal | Creates a node in this hierarchy, but does not add it to the map. |
| cutNode | Cuts the node by the record ID. |
| deleteLastHierarchyVersion | Deletes the last version in hierarchy. |
| discardAllEditActions | |
| enterEditMode | Enters the edit mode. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| existsNextSearchNode | Indicates whether the next searched node exists. |
| existsPreviousSearchNode | Indicates whether the previous searched node exists. |
| findMatchingOrganizations | |
| findNode | Finds a node in this hierarchy. |
| findNodeByName | Finds node by the name. |
| findRootNodeFromMap | |
| getAllowedOUTypes | |
| getCurrentEffectiveDate | Gets the current effective date. |
| getHierarchyEffectiveDate | |
| getHierarchyName | |
| getIterator | |
| getMostRecentEditAction | Gets the most recent edit action. |
| getNextNode | Gets the next node. |
| getNode | Gets the node by using the record ID. |
| getParent | Gets the parent node. |
| getPreviousNode | Gets the previous node. |
| getRootID | |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| hasCutNode | Indicates whether cut node exists. |
| isFoundNode | Searches for the interested record ID. |
| isLegalEntityAllowed | Indicates whether a legal entity is allowed. |
| isNodeCompatible | |
| isOUTypeAllowed | Indicates whether the organization type is allowed. |
| isValidNewModellingDate | Validates that the date is valid as a new modeling date. |
| new | Creates new instance of the OMOrganizationHierarchy 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.) |
| parmEditable | Indicates whether the hierarchy can be edited. |
| parmEdited | Gets the Edited parameter. |
| parmHierarchyRecID | Gets the HierarchyRecID parameter. |
| parmHierarchyType | Gets or sets the HierarchyType parameter. |
| pasteNode | Pastes the node. |
| populateDraftTableFromMap | |
| populateDraftTableFromRelation | |
| populateExplodedGraphTable | Publish this hierarchy to the exploded graph table. |
| publish | Publishes this hierarchy to the exploded graph table. |
| publishAllowed | |
| PublishCallback | |
| publishNewHierarchyVersion | |
| removeFromHierarchyMap | Removes the node from the hierarchy map. |
| removeNode | Removes a node from this hierarchy. |
| removeNodeInternal | Removes the node from the parent and the hierarchy map. |
| rootNode | Gets the root node of the hierarchy. |
| saveDraft | Saves marked changes to the table. |
| setCutNode | Marks the interested node as the cut node. |
| setLegalEntityAllowed | Sets a member variable that indicates whether legal entities can be put in the hierarchy. |
| setModellingDate | Sets the modeling date on a hierarchy. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| throwIfEditDisallowed | Throws the error if edit is not allowed. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| undoLastEditAction | Restores the last edit action. |
| unsafeAddChild | Adds the new child without additional checks. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validatePublish | |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: