PSAMgrResourceScheduling_Load.new Method [AX 2012]

Sets the global variables.

public void new(
    StartDate _dStartDate, 
    EndDate _dEndDate, 
    DimensionDefault _sDimension, 
    ProjWorkerRecId _sSupervisor, 
    ProjId _sProjId, 
    ProjWorkerRecId _sWorker)

Run On

Server

Parameters

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

Community Additions

ADD
Show: