PSAMgrResourceScheduling_Save::construct Method [AX 2012]

This method is used to declare a class object.

client server public static PSAMgrResourceScheduling_Save construct(
    ProjId _sRootProjId, 
    PSATmpSchedMgrProjActivity _tTmpSchedProjActivity, 
    PSATmpSchedMgrEmplResource _tTmpEmplResource, 
    PSATmpSchedEmplReservation _tTmpEmplReservation)

Run On

Called

Parameters

_sRootProjId
Type: ProjId Extended Data Type
The project ID of the project to which the worker belongs.
_tTmpSchedProjActivity
Type: PSATmpSchedMgrProjActivity Table
The scheduled project activity for the project.
_tTmpEmplResource
Type: PSATmpSchedMgrEmplResource Table
The scheduled resources in the project.
_tTmpEmplReservation
Type: PSATmpSchedEmplReservation Table
The employee reservations in the project.

Return Value

Type: PSAMgrResourceScheduling_Save Class
A new instance of the PSAMgrResourceScheduling_Save class.
Show: