JmgScheduledLoan::find Method
Retrieves a JmgScheduledLoan record by using the specified worker and profile date from the database.
Syntax
client server public static JmgScheduledLoan find(
JmgWorkerRecId _worker,
JmgProfileDate _profileDate,
[boolean _forUpdate])
Run On
Called
Parameters
- _worker
Type: JmgWorkerRecId Extended Data Type
The ID of the record to find.
- _profileDate
Type: JmgProfileDate Extended Data Type
The profile date of the record to find.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to select the record for update; optional.
Return Value
Type: JmgScheduledLoan Table
A JmgScheduledLoan record that has the specified worker and profile date.