CFOPTable_BR::find Method
Searches for the first record of the CFOPTable_BR table that has the given recId.
Syntax
client server public static CFOPTable_BR find(RecId _recId, [boolean _forUpdate])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The recId to be searched for.
- _forUpdate
Type: boolean
Determines if the searched record should be retrieved for update or not.
Return Value
Type: CFOPTable_BR Table
The first CFOPTable_BR table record found, if any.