BusinessStatisticsData::checkExist Method
Determines whether the specified record in the BusinessStatisticsData table exists, and reports an error if it doesn't exist.
Syntax
client server public static boolean checkExist(RecId _recId)
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The record ID of the record to find.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.