EngChgCaseWhereUsedAnalysisCreateTreeDat Class [AX 2012]
Class used to create the data for where-used analysis tree.
| Method | Description | |
|---|---|---|
| addNewNode | Add new node to the nodes container. |
| addToNodeText | Adds formatted label and value to be used as part of the line in the tree node to the specified node text. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createBomRouteNodeText | Create text for the for BOM version or route version tree nodes. |
| createBomTreeNodeData | Creates data for the BOM nodes of the tree.For each BOM node it finds BOM versions and calls method for creating data for item nodes. |
| createBomTreeNodeText | Create text for the BOM tree node. |
| createInventoryDimensionNodeText | Create text for the inventory dimensions of versions for BOM or route version nodes. |
| createItemTreeNodeData | Creates data for the item nodes of the tree.For each item node it finds BOMs in which the item is in the BOM lines and routes for which the item has a version.Also calls method for creating data for BOM and route nodes. |
| createItemTreeNodeText | Create text for the item tree node. |
| createRouteTreeNodeData | Creates data for the route nodes of the tree.For each route node it finds route versions and calls method for creating data for item nodes. |
| createRouteTreeNodeText | Create text for the route tree node. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getTreeData | Start the creation of the where-used analysis tree data and get the result of the process. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| init | Initialize EngChgCaseWhereUsedAnalysisCreateTreeDat class instance.Create set of records for association and set of expanded records.Proper text formatting for the nodes is set depending of the current session language is LTR or RTL. |
| new | Initializes a new instance of the EngChgCaseWhereUsedAnalysisCreateTreeDat 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.) |
| parmFinishedProductsOfBomVersions | Gets or sets the FinishedProductsOfBomVersions parameter. |
| parmFinishedProductsOfRouteVersions | Gets or sets the FinishedProductsOfRouteVersions parameter. |
| parmIncludeBoms | Gets or sets the IncludeBoms parameter. |
| parmIncludeRoutes | Gets or sets the IncludeRoutes parameter. |
| parmMaxBomLevel | Gets or sets the MaxBomLevel parameter. |
| parmMaxNumberOfLevels | Gets or sets the MaxNumberOfLevels parameter. |
| parmMaxRouteLevel | Gets or sets the MaxRouteLevel parameter. |
| parmOnlyActiveBomVersions | Gets or sets the OnlyActiveBomVersions parameter. |
| parmOnlyActiveRouteVersions | Gets or sets the OnlyActiveRouteVersions parameter. |
| parmOnlyApprovedBoms | Gets or sets the OnlyApprovedBoms parameter. |
| parmOnlyApprovedBomVersions | Gets or sets the OnlyApprovedBomVersions parameter. |
| parmOnlyApprovedRoutes | Gets or sets the OnlyApprovedRoutes parameter. |
| parmOnlyApprovedRouteVersions | Gets or sets the OnlyApprovedRouteVersions parameter. |
| parmPlannedEffectiveDate | Gets or sets the PlannedEffectiveDate parameter. |
| parmSelectedCaseRecId | Gets or sets the SelectedCaseRecId parameter. |
| parmsRecordsForAssociation | Gets or sets the sRecordsForAssociation parameter. |
| parmStartingInventNodeRecId | Gets or sets the StartingInventNodeRecId 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.) |
| 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 EngChgCaseWhereUsedAnalysisCreateTreeDat class. |
| ::newAnalysisCreateTreeDataAndGetTreeData | Create new instance of the EngChgCaseWhereUsedAnalysisCreateTreeDat class. |
Community Additions
ADD
Show: