PSAResourceScheduling_Load.updateTables Method [AX 2012]

Updates the tables that are related to the project activity, resources.

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 void updateTables(
            PSATmpSchedProjActivity _tProjActivity, 
           [boolean bFirstEmplOnly, 
            boolean showCurrent])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void updateTables(
            PSATmpSchedProjActivity _tProjActivity, 
           [boolean bFirstEmplOnly, 
            boolean showCurrent])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void updateTables(PSATmpSchedProjActivity _tProjActivity, [boolean bFirstEmplOnly])

  Microsoft Dynamics AX 2012 (FPK)
          public void updateTables(PSATmpSchedProjActivity _tProjActivity, [boolean bFirstEmplOnly])

Run On

Server

Parameters

_tProjActivity
Type: PSATmpSchedProjActivity Table
A record that provided values for update.
bFirstEmplOnly
Type: boolean
A Boolean value.
showCurrent
Type: boolean

Most of the values are updated directly from the temporary table.

Community Additions

ADD
Show: