CFPSTable_BR::exist Method
Checks whether a record with a specified recId value exists in the CFPSTable_BR table.
Syntax
client server public static boolean exist(RecId _recId)
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The recId value to check.
Return Value
Type: boolean
true if the recId value is not 0 (zero) and exists in the CFPSTable_BR table; otherwise, false.