ProjReserveResource::getWorkerBookingEndDate Method [AX 2012]
Get worker worker end date relative to scheduling project or assignment end date with employment date.
server public static TransDate getWorkerBookingEndDate(
ProjWorkerRecId _worker,
CompanyInfoRecId _workerLegalEntity,
TransDate _activityEndDate)
Run On
ServerParameters
- _worker
- Type: ProjWorkerRecId Extended Data Type
Specification of the worker recId.
- _workerLegalEntity
- Type: CompanyInfoRecId Extended Data Type
Specification of the worker legal entity reciId.
- _activityEndDate
- Type: TransDate Extended Data Type
Project of assignment end date.
Show: