DOCommonRetryTable::findByTableId Method
Gets all records for the specified table.
Syntax
client server public static DOCommonRetryTable findByTableId(
DOCommonRefTableId _tableId,
[boolean _ignoreRetry,
boolean _forUpdate])
Run On
Called
Parameters
- _tableId
Type: DOCommonRefTableId Extended Data Type
The table ID of the requested records.
- _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
The specified DOCommonRetryTable records.