PSAResourceSchedulingDAL.setResourcesRelTables Method [AX 2012]

Sets the resources related data into temporary tables.

public void setResourcesRelTables(
    PSATmpSchedEmplReservation _tEmplReservation, 
    PSATmpSchedEmplCalendar _tEmplCalendar, 
    PSATmpSchedEmplCalendarDetail _tEmplCalendarDetail, 
    PSATmpSchedEmplCapacity _tEmplCapacity)

Run On

Server

Parameters

_tEmplReservation
Type: PSATmpSchedEmplReservation Table
The table buffer that is used to set the PSATmpSchedEmplReservation table.
_tEmplCalendar
Type: PSATmpSchedEmplCalendar Table
The table buffer used to set the PSATmpSchedEmplCalendar table.
_tEmplCalendarDetail
Type: PSATmpSchedEmplCalendarDetail Table
The table buffer used to set the PSATmpSchedEmplCalendarDetail table.
_tEmplCapacity
Type: PSATmpSchedEmplCapacity Table
The table buffer used to set the PSATmpSchedEmplCapacity table.

Community Additions

ADD
Show: