HcmWorkerLookup.new Method [AX 2012]
Note |
|---|
|
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using. |
Microsoft Dynamics AX 2012 R3
private void new(
boolean _includeEmployees,
boolean _includeContractors,
boolean _includeActive,
boolean _includePending,
boolean _includeTerminated,
boolean _includeOnlyCurrentLegalEntity,
boolean _lockWorkerTypeFilters,
boolean _lockWorkerStatusFilters,
boolean _lockLegalEntityFilters,
boolean _requireUserRelation,
[boolean _enableVirtualCompany])
Microsoft Dynamics AX 2012 R2 (SYS)
private void new(
boolean _includeEmployees,
boolean _includeContractors,
boolean _includeActive,
boolean _includePending,
boolean _includeTerminated,
boolean _includeOnlyCurrentLegalEntity,
boolean _lockWorkerTypeFilters,
boolean _lockWorkerStatusFilters,
boolean _lockLegalEntityFilters,
boolean _requireUserRelation,
[boolean _enableVirtualCompany])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
private void new(
boolean _includeEmployees,
boolean _includeContractors,
boolean _includeActive,
boolean _includePending,
boolean _includeTerminated,
boolean _includeOnlyCurrentLegalEntity,
boolean _lockWorkerTypeFilters,
boolean _lockWorkerStatusFilters,
boolean _lockLegalEntityFilters,
boolean _requireUserRelation)
Microsoft Dynamics AX 2012 (FPK)
private void new(
boolean _includeEmployees,
boolean _includeContractors,
boolean _includeActive,
boolean _includePending,
boolean _includeTerminated,
boolean _includeOnlyCurrentLegalEntity,
boolean _lockWorkerTypeFilters,
boolean _lockWorkerStatusFilters,
boolean _lockLegalEntityFilters,
boolean _requireUserRelation)
Microsoft Dynamics AX 2012 (SYS)
private void new(
boolean _includeEmployees,
boolean _includeContractors,
boolean _includeActive,
boolean _includePending,
boolean _includeTerminated,
boolean _includeOnlyCurrentLegalEntity,
boolean _lockWorkerTypeFilters,
boolean _lockWorkerStatusFilters,
boolean _lockLegalEntityFilters,
boolean _requireUserRelation)
Run On
CalledParameters
- _includeEmployees
- Type: boolean
- _includeContractors
- Type: boolean
- _includeActive
- Type: boolean
- _includePending
- Type: boolean
- _includeTerminated
- Type: boolean
- _includeOnlyCurrentLegalEntity
- Type: boolean
- _lockWorkerTypeFilters
- Type: boolean
- _lockWorkerStatusFilters
- Type: boolean
- _lockLegalEntityFilters
- Type: boolean
- _requireUserRelation
- Type: boolean
- _enableVirtualCompany
- Type: boolean
Community Additions
ADD
Show:
Note