PSAResAssignAnalysis_Project.rootProjId Method [AX 2012]

To find the parent project of a give project

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

Called

Parameters

_sProjId
Type: ProjId Extended Data Type
_sProjId is ProjId
_dataArea
Type: SelectableDataArea Extended Data Type

Return Value

Type: ProjId Extended Data Type
Returns the parent project id

Community Additions

ADD
Show: