ProjReserveResourceWBS::updateTeamInfo Method [AX 2012]

Update PSAProjSchedRole records for a project according to PSASchedEmplReservation records.

server public static void updateTeamInfo(ProjId _projId)

Run On

Server

Parameters

_projId
Type: ProjId Extended Data Type
Specification of a project Id.

If the worker no longer has any booking on PSASchedEmplReservation table, then the assoicated PSAProjSchedRole record will be removed Else update the worker start and end date on PSAProjSchedRole according to PSASchedEmplReservation table for the project.

Show: