BusinessStatisticsData::find Method
Finds the specified record in the BusinessStatisticsData table.
Syntax
client server public static BusinessStatisticsData find(
RecId _recId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The record ID of the record to find.
- _forupdate
Type: boolean
A Boolean value that determines whether the record should be selected for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model to use when the record is read; optional.
Return Value
Type: BusinessStatisticsData Table
A BusinessStatisticsData table record or an empty record.