Share via


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

  • _forupdate
    Type: boolean
    A Boolean value that determines whether the record should be selected for update; optional.

Return Value

Type: BusinessStatisticsData Table
A BusinessStatisticsData table record or an empty record.

See Also

Reference

BusinessStatisticsData Table