HierarchyTemplateCopying Class [AX 2012]
The HierarchyTemplateCopying is responsible for copying activity hierarchies.
Note |
|---|
|
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using. |
Microsoft Dynamics AX 2012 R3
class HierarchyTemplateCopying
Microsoft Dynamics AX 2012 R2 (SYS)
class HierarchyTemplateCopying extends RunBaseBatch
Microsoft Dynamics AX 2012 Feature Pack (SYS)
class HierarchyTemplateCopying extends RunBaseBatch
Microsoft Dynamics AX 2012 (FPK)
class HierarchyTemplateCopying extends RunBaseBatch
Microsoft Dynamics AX 2012 (SYS)
class HierarchyTemplateCopying extends RunBaseBatch
Run On
Server| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| copyActivity | This method copies a specific activity which is part of the hierarchy |
| copyAttendees | |
| copyAttribute | |
| copyCertificate | |
| copyEducation | |
| copyEstimates | |
| copyHierachy | |
| copyPredecessors | |
| copyProcessStage | |
| copyProjActivity | |
| copyProject | |
| copyResponsibilities | |
| copyScheduleInfo | |
| copySkills | |
| copySkillsAttibutes | This method is now obsolete and should not be used |
| dialog | Obsolete method. |
| dialogSelectCtrl | Occurs when a control is selected when using the dialog class for dialog. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| fillPredecessorMapping | |
| getActivityNumberMap | |
| getFromDialog | Obsolete method. |
| getSourceHierarchy | |
| 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 the this object. |
| integrateTasksIntoDestHierarchy | |
| new | Initializes a new instance of the HierarchyTemplateCopying 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.) |
| pack | Serializes the current instance of the HierarchyTemplateCopying class. |
| parmActivityDatesNeedAllignment | Gets or sets the ActivityDatesNeedAllignment parameter. |
| parmCalledFromProject | Gets or sets the CalledFromProject parameter. |
| parmCaller | Gets or sets the Caller parameter. |
| parmCopyFrom | Gets or sets the CopyFrom parameter. |
| parmCopyProjActivity | Gets or sets the CopyProjActivity parameter. |
| parmDescription | Gets or sets the Description parameter. |
| parmDestProjTable | Gets or sets the DestProjTable parameter. |
| parmDestRootActivities | Gets or sets the DestRootActivities parameter. |
| parmDestSalesQuotationTable | Gets or sets the DestSalesQuotationTable parameter. |
| parmHierarchy | Gets or sets the Hierarchy parameter. |
| parmHierarchyId | Gets or sets the HierarchyId parameter. |
| parmHierarchyName | Gets or sets the HierarchyName parameter. |
| parmHierarchyTreeTable | Gets or sets the HierarchyTreeTable parameter. |
| parmHierarchyType | Gets the HierarchyType parameter. |
| parmIsActive | Gets or sets the IsActive parameter. |
| parmIsImport | Gets or sets the IsImport parameter. |
| parmShowInfolog | Gets or sets the ShowInfolog parameter. |
| parmShowOnlyTemplates | Gets or sets the ShowOnlyTemplates parameter. |
| populatePSAActivityProjReqImportance | |
| progressInit | Initializes the progress bar dialog state. |
| projCreateTemplateRootTask | |
| projInitTrackingInfo | |
| releaseResourcesFromImportDestActivity | |
| run | Executes the hierarchy import or export process. |
| runsImpersonated | Determines whether the batch task is run on the server or on a client. |
| setCategoryForProject | A simple wrapper function that wraps the setting of Category and Mandatory fields in Project WBS when importing from a template or a Quotation or another Project |
| setCategoryForQuotation | Its a wraper function that wraps the functionality of setting the category and mandatory fields while importing activities into a Quotation either from a template or from another Quotation or Project |
| setCategoryOnExport | The wrapper that enpasulates the setting of Category and Mandatory fields when exporting Project or Quotation WBS Activities as a template |
| setHierarchyOwners | |
| setPath | |
| setProgressTotalCount | |
| 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 HierarchyTemplateCopying class. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validate | Obsolete method. |
| 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 HierarchyTemplateCopying class. |
| ::constructFromHierarchyCopyingDialog | Constructs a HierarchyTemplateCopying object from a HierarchyTemplateCopyingDialog object. |
| ::copySkillsAttributes | Copy attributes related to skills. |
| ::createFromHierarchySource | |
| ::getHierarchy | Gets a hierarchy by hierarchy name, by hierarchy type and, optionally, by whether the hierarchy is a template. |
| ::main | Provides an entry point for the HierarchyTemplateCopying class when it is called from a menu item. |
| ::runOnServer | Runs hierarchy copy on the server. |
Community Additions
ADD
Show:
Note