Share via


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

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

Return Value

Type: AssetGroupGlobal Table
A record in AssetGroupGlobal, if found; otherwise, an empty record.

See Also

Reference

AssetGroupGlobal Table