Compartir a través de


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

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

See Also

Reference

JmgScheduledLoan Table