ProjReserveResourceWBS::returnReservationHoursByWorker Method [AX 2012]
Returns Assignments hours to resource's Reservation record.
server public static void returnReservationHoursByWorker(
ProjId _projId,
smmActivityNumber _actNum,
ProjWorkerRecId _worker,
CompanyInfoRecId _workerLegalEntity,
[PSASchedCommit _commitType])
Run On
ServerParameters
- _projId
- Type: ProjId Extended Data Type
Project Id of the reservation record.
- _actNum
- Type: smmActivityNumber Extended Data Type
Activity Number of the assignment hours to be returned.
- _worker
- Type: ProjWorkerRecId Extended Data Type
Worker.
- _workerLegalEntity
- Type: CompanyInfoRecId Extended Data Type
Legal entity rec id of worker.
- _commitType
- Type: PSASchedCommit Enumeration
Commit type of assignment hours to be returned. if None then both hardbook and softbook will be returned.
Show: