SyncWrkCtrTable::find Method

Finds the specified record in the SyncWrkCtrTable table.

Syntax

client server public static SyncWrkCtrTable find(
    HcmPersonnelNumberId _wrkCtrId, 
    SyncAppId _appId, 
   [boolean _update])

Run On

Called

Parameters

  • _update
    Type: boolean
    A Boolean value that specifies whether to select the record for update; optional.

Return Value

Type: SyncWrkCtrTable Table
A record in the SyncWrkCtrTable table; otherwise, an empty record.

See Also

Reference

SyncWrkCtrTable Table