DOCommonSyncStateTable::findByClientRecId Method
Finds a DOCommonSyncStateTable record.
Syntax
client server public static DOCommonSyncStateTable findByClientRecId(
RefRecId _portRefRecId,
RefTableId _clientTableId,
RefRecId _clientRecId,
[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.
- _clientRecId
Type: RefRecId 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.