ProjWorkerValidation::isWorkerBorrowed Method [AX 2012]

Checks if the worker is borrowed from other legal entity.

client server public static boolean isWorkerBorrowed(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: