Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds all DOCommonSyncStateTable records that exist by using the table ID and status.
Syntax
client server public static DOCommonSyncStateTable findExistsByTableIdAndStatus(
RefRecId _portRecId,
TableId _clientTableId,
DOCommonSyncStatus _syncStatus)
Run On
Called
Parameters
- _portRecId
Type: RefRecId Extended Data Type
The port record ID of the records to find.
- _clientTableId
Type: TableId Extended Data Type
The table ID of the records to find.
- _syncStatus
Type: DOCommonSyncStatus Enumeration
The sync status of the records to find.
Return Value
Type: DOCommonSyncStateTable Table
All of the DOCommonSyncStateTable records with the specified IDs.