Share via


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

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

See Also

Reference

CFPSTable_BR Table