JmgEmployee::find Method
Returns a JmgEmployee record for the specified worker.
Syntax
client server public static JmgEmployee find(JmgWorkerRecId _worker, [boolean _forUpdate])
Run On
ClientOrServer
Parameters
- _worker
Type: JmgWorkerRecId Extended Data Type
The ID of the worker to retrieve from the JmgEmployee table.
- _forUpdate
Type: boolean
A Boolean value that indicates whether the returned record is selected for update; optional.
Return Value
Type: JmgEmployee Table
A JmgEmployee record for the specified worker.