PSAResAssignAnalysis_Department.employeeHasReservationOnProject Method [AX 2012]
Determines whether an employee has reservations on a project.
private boolean employeeHasReservationOnProject(
HcmWorkerRecId _sHcmWorkerRecId,
ProjId _sProjId,
TransDate _dStartDate,
TransDate _dEndDate)
Run On
CalledParameters
- _sHcmWorkerRecId
- Type: HcmWorkerRecId Extended Data Type
The record ID of the worker.
- _sProjId
- Type: ProjId Extended Data Type
The project ID of the project that a worker belongs.
- _dStartDate
- Type: TransDate Extended Data Type
The start date in the transaction range for fetching records in the PSASchedEmplReservation table.
- _dEndDate
- Type: TransDate Extended Data Type
The end date in the transaction range for fetching records in the PSASchedEmplReservation table.
Community Additions
ADD
Show: