Share via


DEL_EmplOnBehalf::find Method

Searches the DEL_EmplOnBehalf table for a record that matches the parameters.

Syntax

client server public static DEL_EmplOnBehalf find(
    ProjWorkerRecId _worker, 
    ProjWorkerRecId _onBehalf, 
   [boolean _forupdate])

Run On

Called

Parameters

  • _forupdate
    Type: boolean
    A Boolean value that determines whether the record should be selected for update; optional.

Return Value

Type: DEL_EmplOnBehalf Table
An DEL_EmplOnBehalf record.

See Also

Reference

DEL_EmplOnBehalf Table