Compartir a través de


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

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

See Also

Reference

DOCommonRetryTable Table