SyncWrkCtrTable::exist Method
Checks whether the specified record exists in the SyncWrkCtrTable table.
Syntax
client server public static boolean exist(HcmPersonnelNumberId _wrkCtrId, SyncAppId _appId)
Run On
Called
Parameters
- _wrkCtrId
Type: HcmPersonnelNumberId Extended Data Type
The resource ID of the record to find.
- _appId
Type: SyncAppId Extended Data Type
The application ID of the record to find.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.