ProjWorkerValidation::isWorkerInCurrentCompany Method [AX 2012]
Checks if the record ID of the worker belongs to the current legal entity.
client server public static boolean isWorkerInCurrentCompany(HcmWorkerRecId _workerRecId)
Run On
CalledParameters
- _workerRecId
- Type: HcmWorkerRecId Extended Data Type
The record ID of the worker.
Return Value
Type: booleantrue if the record ID of the worker belongs to the current legal entity; otherwise, false.
Show: