DOCommonSyncStateTable::findByClientRefClientId Method
Finds a DOCommonSyncStateTable record.
Syntax
client server public static DOCommonSyncStateTable findByClientRefClientId(
RefRecId _portRefRecId,
RefTableId _clientTableId,
DOCommonEntityClientId _clientId,
[boolean _forUpdate])
Run On
Called
Parameters
- _portRefRecId
Type: RefRecId Extended Data Type
The port record ID of the record to find.
- _clientTableId
Type: RefTableId Extended Data Type
The client table ID of the record to find.
- _clientId
Type: DOCommonEntityClientId Extended Data Type
The client record ID of the record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: DOCommonSyncStateTable Table
A DOCommonSyncStateTable record.