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.
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.