ProjCategoryLookup.buildQuery Method [AX 2012]

Builds the project category lookup query.

NoteNote

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


  Microsoft Dynamics AX 2012 R3
          public Query buildQuery(
            TableId _tableId, 
            ProjId _projId, 
            ProjWorkerRecId _workerRecId, 
           [ProjTable _projTable, 
            Common _refRecord])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public Query buildQuery(
            TableId _tableId, 
            ProjId _projId, 
            ProjWorkerRecId _workerRecId)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public Query buildQuery(
            TableId _tableId, 
            ProjId _projId, 
            ProjWorkerRecId _workerRecId)

  Microsoft Dynamics AX 2012 (FPK)
          public Query buildQuery(
            TableId _tableId, 
            ProjId _projId, 
            ProjWorkerRecId _workerRecId)

  Microsoft Dynamics AX 2012 (SYS)
          public Query buildQuery(
            TableId _tableId, 
            ProjId _projId, 
            ProjWorkerRecId _workerRecId)

Run On

Called

Parameters

_tableId
Type: TableId Extended Data Type
Table ID of the table that has a foreign key to project category table.
_projId
Type: ProjId Extended Data Type
Project ID used in the transaction,
_workerRecId
Type: ProjWorkerRecId Extended Data Type
Record ID of the worker used in the transaction.
_projTable
Type: ProjTable Table
ProjTable record related to the transaction; optional.
_refRecord
Type: Common Table
The records that contains the foreign key to category.

Return Value

Type: Query Class
The lookup query for project category.

The _refRecord parameter is currently used for entities from AP module only, i.e. purchase order line, and vendor invoice line.

Community Additions

ADD
Show: