ProjWorkerLookup::lookupWorker Method [AX 2012]
Opens the worker lookup with an applied filter to restrict the lookup to the specified subset of workers.
Note |
|---|
|
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using. |
Microsoft Dynamics AX 2012 R3
client server public static HcmWorker lookupWorker(
FormReferenceControl _formReferenceControl,
[Common _record,
boolean _lockLegalEntityFilters])
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static HcmWorker lookupWorker(FormReferenceControl _formReferenceControl, [Common _record])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server public static HcmWorker lookupWorker(FormReferenceControl _formReferenceControl, [Common _record])
Microsoft Dynamics AX 2012 (FPK)
client server public static HcmWorker lookupWorker(FormReferenceControl _formReferenceControl, [Common _record])
Microsoft Dynamics AX 2012 (SYS)
client server public static HcmWorker lookupWorker(FormReferenceControl _formReferenceControl, [Common _record])
Run On
CalledParameters
- _formReferenceControl
- Type: FormReferenceControl Class
The form control that opens the worker lookup.
- _record
- Type: Common Table
A table buffer.
- _lockLegalEntityFilters
- Type: boolean
Show:
Note