DOCommonRetryTable::findByServerId Method
Gets the DOCommonRetrytable record with the specified server ID.
Syntax
client server public static DOCommonRetryTable findByServerId(
DOCommonEntityServerId _serverId,
[boolean _ignoreRetry,
boolean _forUpdate])
Run On
Called
Parameters
- _serverId
Type: DOCommonEntityServerId Extended Data Type
The server ID of the record to find.
- _ignoreRetry
Type: boolean
A Boolean value that indicates whether to ignore that the record has not been marked for retry; optional.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: DOCommonRetryTable Table
A DOCommonRetrytable record.