ProjTable::lookupProjIdHierarchy Method

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          client public static void lookupProjIdHierarchy(
            FormControl _formControl, 
            str _filterStr, 
            ProjId _projId, 
           [boolean _isProjBudgetLineTypeRevenue])

  Microsoft Dynamics AX 2012 R2 (SYS)
          client public static void lookupProjIdHierarchy(
            FormControl _formControl, 
            str _filterStr, 
            ProjId _projId, 
           [boolean _isProjBudgetLineTypeRevenue])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          client public static void lookupProjIdHierarchy(
            FormControl _formControl, 
            str _filterStr, 
            ProjId _projId)

  Microsoft Dynamics AX 2012 (FPK)
          client public static void lookupProjIdHierarchy(
            FormControl _formControl, 
            str _filterStr, 
            ProjId _projId)

  Microsoft Dynamics AX 2012 (SYS)
          client public static void lookupProjIdHierarchy(
            FormControl _formControl, 
            str _filterStr, 
            ProjId _projId)

Run On

Client

Parameters

  • _filterStr
    Type: str
  • _isProjBudgetLineTypeRevenue
    Type: boolean

See Also

Reference

ProjTable Table