PurchCORRejectsTable::find Method
Finds a record from the PurchCORRejectsTable table that is based on the record ID.
Syntax
client server public static PurchCORRejectsTable find(RecId _recId, [boolean _forUpdate])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The unique identifier for which to search.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: PurchCORRejectsTable Table
A record from the PurchCORRejectsTable table.