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

Called

Parameters

_workerRecId
Type: HcmWorkerRecId Extended Data Type
The record ID of the worker.

Return Value

Type: boolean
true if the record ID of the worker belongs to the current legal entity; otherwise, false.
Show: