PSAMgrResourceScheduling_Modify::construct Method [AX 2012]
This method is used to return a new instance of the PSAMgrResourceScheduling_Modify class.
server public static PSAMgrResourceScheduling_Modify construct(
PSATmpSchedEmplCalendar _tTmpEmplCalendar,
PSATmpSchedEmplCalendarDetail _tTmpEmplCalendarDetail,
PSATmpSchedEmplReservation _tTmpEmplReservation,
PSATmpSchedMgrEmplResource _tTmpEmplResource)
Run On
ServerParameters
- _tTmpEmplCalendar
- Type: PSATmpSchedEmplCalendar Table
The calendar that is associated with an employee.
- _tTmpEmplCalendarDetail
- Type: PSATmpSchedEmplCalendarDetail Table
The details of the calendar that is associated with an employee.
- _tTmpEmplReservation
- Type: PSATmpSchedEmplReservation Table
The reservations of the employee in the project.
- _tTmpEmplResource
- Type: PSATmpSchedMgrEmplResource Table
The scheduled resources in a project.
Return Value
Type: PSAMgrResourceScheduling_Modify ClassA new instance of the PSAMgrResourceScheduling_Modify class.
Show: