PSAResourceSchedulingBL.initTmpReservation Method [AX 2012]

Implements the logic will be used to load all the reservation at start for the resource passed because in the details grid that is displayed for all projects, not only the one selected.

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 initTmpReservation(
            TransDate _dSchedStart, 
            TransDate _dSchedEnd, 
           [boolean _isMgr])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void initTmpReservation(
            TransDate _dSchedStart, 
            TransDate _dSchedEnd, 
           [boolean _isMgr])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void initTmpReservation(TransDate _dSchedStart, TransDate _dSchedEnd)

  Microsoft Dynamics AX 2012 (FPK)
          public void initTmpReservation(TransDate _dSchedStart, TransDate _dSchedEnd)

Run On

Server

Parameters

_dSchedStart
Type: TransDate Extended Data Type
The start date that starts that an employee is reserved.
_dSchedEnd
Type: TransDate Extended Data Type
The end date that an employee is reserved.
_isMgr
Type: boolean

Community Additions

ADD
Show: