EPTrv::projectLookup Method [AX 2012]

Gets a query for a project lookup for the specified worker and category.

NoteNote

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


  Microsoft Dynamics AX 2012 R3
          client server public static Query projectLookup(
           [RefRecId worker, 
            ProjCategoryId category, 
            LegalEntityDataAreaId legalEntity])

  Microsoft Dynamics AX 2012 R2 (SYS)
          client server public static Query projectLookup(
           [RefRecId worker, 
            ProjCategoryId category, 
            LegalEntityDataAreaId legalEntity])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          client server public static Query projectLookup([RefRecId worker, ProjCategoryId category])

  Microsoft Dynamics AX 2012 (FPK)
          client server public static Query projectLookup([RefRecId worker, ProjCategoryId category])

  Microsoft Dynamics AX 2012 (SYS)
          client server public static Query projectLookup([RefRecId worker, ProjCategoryId category])

Run On

Called

Parameters

worker
Type: RefRecId Extended Data Type
The record ID of the worker.
category
Type: ProjCategoryId Extended Data Type
The category ID.
legalEntity
Type: LegalEntityDataAreaId Extended Data Type

Return Value

Type: Query Class
A query for a project lookup.
Show: