DEL_EmplOnBehalf::find Method
Searches the DEL_EmplOnBehalf table for a record that matches the parameters.
Syntax
client server public static DEL_EmplOnBehalf find(
ProjWorkerRecId _worker,
ProjWorkerRecId _onBehalf,
[boolean _forupdate])
Run On
Called
Parameters
- _worker
Type: ProjWorkerRecId Extended Data Type
The ID of the worker that can work on behalf of another worker.
- _onBehalf
Type: ProjWorkerRecId Extended Data Type
The ID of the worker that another worker can work on behalf of.
- _forupdate
Type: boolean
A Boolean value that determines whether the record should be selected for update; optional.
Return Value
Type: DEL_EmplOnBehalf Table
An DEL_EmplOnBehalf record.