ClassFactory.workerReports Method [AX 2012]
Gets a list of workers that report directly or indirectly to the specified HcmWorkerRecId value.
public container workerReports(HcmWorkerRecId _workerRecId, [boolean _flushAll])
Run On
CalledParameters
- _workerRecId
- Type: HcmWorkerRecId Extended Data Type
The record ID of the worker.
- _flushAll
- Type: boolean
A Boolean value that indicates whether to flush the cached list; optional.
Return Value
Type: containerA packed list of workers that report directly or indirectly to the specified worker.
Community Additions
ADD
Show: