AssetGroupGlobal::find Method
Finds the specified record in the AssetGroupGlobal table.
Syntax
client server public static AssetGroupGlobal find(
RecId _recId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
- _forUpdate
Type: boolean
A Boolean value that indicates whether the record should be selected for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option that is used when it reads the record; optional.
Return Value
Type: AssetGroupGlobal Table
A record in AssetGroupGlobal, if found; otherwise, an empty record.