JmgProfileCalendar::find Method
Retrieves a JmgProfileCalendar record for the specified worker and profile date.
Syntax
client server public static JmgProfileCalendar find(
JmgEmployee _jmgEmployee,
JmgProfileDate _profileDate,
[boolean _forUpdate])
Run On
Called
Parameters
- _jmgEmployee
Type: JmgEmployee Table
The JmgEmployee record, which refers to the worker to find.
- _profileDate
Type: JmgProfileDate Extended Data Type
The profile date to find.
- _forUpdate
Type: boolean
A Boolean value that specifies whether the returned record must be selected for update.
Return Value
Type: JmgProfileCalendar Table
A JmgProfileCalendar record for the specified worker and profile date.