ProjCategoryLookup.buildQuery_PSA_impl Method [AX 2012]

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 Query buildQuery_PSA_impl(
            TableId _tableId, 
            ProjId _projId, 
            ProjWorkerRecId _workerRecId, 
           [ProjTable _projTable, 
            Common _refRecord])

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

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

  Microsoft Dynamics AX 2012 (FPK)
          private Query buildQuery_PSA_impl(
            TableId _tableId, 
            ProjId _projId, 
            ProjWorkerRecId _workerRecId)

Run On

Called

Parameters

_tableId
Type: TableId Extended Data Type
_projId
Type: ProjId Extended Data Type
_workerRecId
Type: ProjWorkerRecId Extended Data Type
_projTable
Type: ProjTable Table
_refRecord
Type: Common Table

Community Additions

ADD
Show: