PSAMgrResourceScheduling_Load::construct Method [AX 2012]

This method is used to construct a new PSAMgrResourceScheduling_Load instance.

NoteNote

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


  Microsoft Dynamics AX 2012 R3
          server public static PSAMgrResourceScheduling_Load construct(
            StartDate _dStartDate, 
            EndDate _dEndDate, 
            DimensionDefault _sDimension, 
            ProjWorkerRecId _sSupervisor, 
            ProjId _sProjId, 
            ProjWorkerRecId _sWorker)

  Microsoft Dynamics AX 2012 R2 (SYS)
          server public static PSAMgrResourceScheduling_Load construct(
            StartDate _dStartDate, 
            EndDate _dEndDate, 
            DimensionDefault _sDimension, 
            ProjWorkerRecId _sSupervisor, 
            ProjId _sProjId, 
            ProjWorkerRecId _sWorker)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          server public static PSAMgrResourceScheduling_Load construct(
            StartDate _dStartDate, 
            EndDate _dEndDate, 
            DimensionDefault _sDimension, 
            ProjWorkerRecId _sSupervisor, 
            ProjId _sPorjId, 
            ProjWorkerRecId _sWorker)

  Microsoft Dynamics AX 2012 (FPK)
          server public static PSAMgrResourceScheduling_Load construct(
            StartDate _dStartDate, 
            EndDate _dEndDate, 
            DimensionDefault _sDimension, 
            ProjWorkerRecId _sSupervisor, 
            ProjId _sPorjId, 
            ProjWorkerRecId _sWorker)

Run On

Server

Parameters

_dStartDate
Type: StartDate Extended Data Type
The start date used to set the parameters m_dSchedStart and m_dSchedFrom.
_dEndDate
Type: EndDate Extended Data Type
The end date used to set the parameters m_dSchedEnd and m_dSchedTo.
_sDimension
Type: DimensionDefault Extended Data Type
The default dimension used to set the parameter m_sDimension.
_sSupervisor
Type: ProjWorkerRecId Extended Data Type
The RecId of the supervisor used to set the parameter m_sSupervisor.
_sProjId
Type: ProjId Extended Data Type
The Project Id of the project used to set the parameter m_sProjId.
_sWorker
Type: ProjWorkerRecId Extended Data Type
The RecId of the worker in the project used to set the parameter m_sWorker.

Return Value

Type: PSAMgrResourceScheduling_Load Class
A new PSAMgrResourceScheduling_Load instance.
Show: