Share via


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

  • _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.

See Also

Reference

JmgEmployee Table