PSAMgrResourceScheduling_Save.new Method [AX 2012]
This method is used to initialize the global variables.
public void new(
ProjId _sRootProjId,
PSATmpSchedMgrProjActivity _tTmpSchedProjActivity,
PSATmpSchedMgrEmplResource _tTmpEmplResource,
PSATmpSchedEmplReservation _tTmpEmplReservation)
Run On
CalledParameters
- _sRootProjId
- Type: ProjId Extended Data Type
The parent project ID of the project.
- _tTmpSchedProjActivity
- Type: PSATmpSchedMgrProjActivity Table
The scheduled activity for the project.
- _tTmpEmplResource
- Type: PSATmpSchedMgrEmplResource Table
The scheduled resources in the project.
- _tTmpEmplReservation
- Type: PSATmpSchedEmplReservation Table
The reservations of the employee in the project.
Community Additions
ADD
Show: