PSAResourceAssignmentAnalysisDP.rootProjId Method [AX 2012]

To find the parent project of a given project and data area

NoteNote

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

Server

Parameters

_sProjId
Type: ProjId Extended Data Type
_sProjId is ProjId
_dataArea
Type: SelectableDataArea Extended Data Type
The data area to find the parent project in

Return Value

Type: ProjId Extended Data Type
Returns the parent project id

Community Additions

ADD
Show: