PSAResAssignAnalysis_Project.insertTmpResourceAssignmentAnalysis Method [AX 2012]

Calculates and populates the temporary table for assignment analysis that is based on projects.

public void insertTmpResourceAssignmentAnalysis(
    PSATmpStr _sVersionId, 
    String30 _sParentVersionId, 
    PSADetailLevel _eDetailLevel, 
   [boolean _isActivity])

Run On

Called

Parameters

_sVersionId
Type: PSATmpStr Extended Data Type
The version ID of a PSATmpResourceAssignmentAnalysis record.
_sParentVersionId
Type: String30 Extended Data Type
The parent version ID of a PSATmpResourceAssignmentAnalysis record.
_eDetailLevel
Type: PSADetailLevel Enumeration
The detail level that will be assigned to the PSATmpResourceAssignmentAnalysis record.
_isActivity
Type: boolean
A Boolean value that indicates whether the record is an activity record.

Community Additions

ADD
Show: