PSAResourceAssignmentAnalysisDP.rootProjId Method [AX 2012]
To find the parent project of a given project and data area
Note |
|---|
|
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using. |
Microsoft Dynamics AX 2012 R3
private ProjId rootProjId(ProjId _sProjId, [SelectableDataArea _dataArea])
Microsoft Dynamics AX 2012 R2 (SYS)
private ProjId rootProjId(ProjId _sProjId, [SelectableDataArea _dataArea])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
private ProjId rootProjId(ProjId _sProjId)
Microsoft Dynamics AX 2012 (FPK)
private ProjId rootProjId(ProjId _sProjId)
Run On
ServerParameters
- _sProjId
- Type: ProjId Extended Data Type
_sProjId is ProjId
- _dataArea
- Type: SelectableDataArea Extended Data Type
The data area to find the parent project in
Community Additions
ADD
Show:
Note