PSAResAssignAnalysis_Project Class [AX 2012]
The PSAResAssignAnalysis_Project class is a derived class is used for handling project wise assignment analysis.
| Method | Description | |
|---|---|---|
| availabilityColumnLabel | Represents the column label for the Availability column. (Overrides the availabilityColumnLabel Method.) |
| buildQuery | Builds the query for gathering project wise resource assignment analysis records. (Overrides the buildQuery Method.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| capacityColumnLabel | Gets the label for Capacity column. (Overrides the capacityColumnLabel Method.) |
| clearSumHours | |
| clearTableHours | Sets the temporary table fields value to zero. |
| 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.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| headingColumnLabel_Detail | Gets the label for the Detailed heading column. (Overrides the headingColumnLabel_Detail Method.) |
| headingColumnLabel_Summary | Gets the label for the Summary heading column. (Overrides the headingColumnLabel_Summary Method.) |
| initQuery | Initializes the query based on value provided for resource assignment analysis that is based on project. (Overrides the initQuery Method.) |
| insertAssignmentAnalysis | Calculates and populates the temporary table for assignment analysis that is based on project. (Overrides the insertAssignmentAnalysis Method.) |
| insertEmptyProjLine | Inserts a summation line in the temporary table. |
| insertLastEmptyProjLine | Inserts a summation line at last in the temporary table. |
| insertProjAssignSummary | Calculates and populates the temporary table for assignment analysis that is based on project summary. |
| insertProjAssignWithActivityDetails | Calculates and populates the temporary table for assignment analysis that is based on projects that have sub-projects. |
| insertProjAssignWithEmplDetails | Calculates and populates the temporary table for assignment analysis that is based on a project with worker. |
| insertProjAssignWithSubTaskDetails | Calculates and populates the temporary table for assignment analysis that is based on projects that have sub-projects. |
| insertTmpResourceAssignmentAnalysis | Calculates and populates the temporary table for assignment analysis that is based on projects. |
| insertTotalHours | Calculates total capacity, hard and soft commitment and availability of a project and its sub-projects. |
| insertTotalProjLine | To insert space before sub-project or worker |
| new | Initializes a new instance of the PSAResAssignAnalysisBase class. (Inherited from PSAResAssignAnalysisBase.) |
| 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.) |
| parmCommon | Gets or sets the Common parameter. (Inherited from PSAResAssignAnalysisBase.) |
| parmDepartment | Gets or sets the Department parameter. (Inherited from PSAResAssignAnalysisBase.) |
| parmDimension | Gets or sets the Dimension parameter. (Inherited from PSAResAssignAnalysisBase.) |
| parmDisplayOption | Gets or sets the DisplayOption parameter. (Inherited from PSAResAssignAnalysisBase.) |
| parmEndDate | Gets or sets the EndDate parameter. (Inherited from PSAResAssignAnalysisBase.) |
| parmProjDisplayMethod | Gets or sets the ProjDisplayMethod parameter. (Inherited from PSAResAssignAnalysisBase.) |
| parmProjectTypeOption | Gets or sets the ProjectTypeOption parameter. (Inherited from PSAResAssignAnalysisBase.) |
| parmResAssignAnalysisVersion | Gets or sets the ResAssignAnalysisVersion parameter. (Inherited from PSAResAssignAnalysisBase.) |
| parmStartDate | Gets or sets the StartDate parameter. (Inherited from PSAResAssignAnalysisBase.) |
| parmSupervisor | Gets or sets the Supervisor parameter. (Inherited from PSAResAssignAnalysisBase.) |
| parmWorker | Gets or sets the Worker parameter. (Inherited from PSAResAssignAnalysisBase.) |
| projLevelPairs | To populate a container with a given project and its sub-projects and thier corresponding level |
| rootProjId | To find the parent project of a give project |
| run | Sets the values of the global variables and calls child class methods. (Inherited from PSAResAssignAnalysisBase.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| sumHours | To calculate effort, hard and soft commitment for a project |
| tmpResourceAssignmentAnalysis | Creates a PSATmpResourceAssignmentAnalysis table buffer. (Inherited from PSAResAssignAnalysisBase.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| updateAnalysisTable | Update the analysis table with correct values. (Inherited from PSAResAssignAnalysisBase.) |
| updateProject | To calculate project wise total hard and soft commitment and update the temporary table |
| updateTotalHours | To calculate project wise total hard and soft commitment and update the temporary table |
| 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.) |
Community Additions
ADD
Show: