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.
Updates the specified synchronization state record.
Syntax
client server public static void updateSyncState(
RefRecId _portRecId,
RefTableId _clientTableId,
RefRecId _clientRecId,
DOCommonEntityClientId _clientId,
DOCommonEntityServerId _serverId,
DOCommonEntityServerType _serverType,
DOCommonEntityServerVersion _serverVersion,
DOCommonSyncStatus _syncStatus,
DOCommonLastSyncDocumentHash _documentHash,
[DOCommonLastSyncDateTime _lastSyncDateTime])
Run On
Called
Parameters
- _portRecId
Type: RefRecId Extended Data Type
The port record ID of 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 record to find.
- _clientId
Type: DOCommonEntityClientId Extended Data Type
- _serverId
Type: DOCommonEntityServerId Extended Data Type
The server ID of the record to find.
- _serverType
Type: DOCommonEntityServerType Extended Data Type
The server type of the record to find.
- _serverVersion
Type: DOCommonEntityServerVersion Extended Data Type
The server version of the record to find.
- _syncStatus
Type: DOCommonSyncStatus Enumeration
The synchronization status of the record to find.
- _documentHash
Type: DOCommonLastSyncDocumentHash Extended Data Type
The DocumentHash value of the record to find.
- _lastSyncDateTime
Type: DOCommonLastSyncDateTime Extended Data Type