CFPSTable_BR::find Method
Searches for the first record in the CFPSTable_BR table that has the specified recId.
Syntax
client server public static CFPSTable_BR find(RecId _recId, [boolean _forUpdate])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The recId value to search for.
- _forUpdate
Type: boolean
A Boolean value that indicates whether the searched record should be retrieved for update.
Return Value
Type: CFPSTable_BR Table
The first CFPSTable_BR table record that is found, if any records are found.