Share via


TradeBLWILines::find Method

Searches for a record with specific parameters and returns that record.

Syntax

client server public static TradeBLWILines find(
    RecId _recId, 
   [boolean _forupdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _recId
    Type: RecId Extended Data Type
    The _recId parameter contains the record identification for which records have to be found.
  • _forupdate
    Type: boolean
    The _forupdate parameter indicates if the found data record is selected for update or not.
    Default set to false; optional.
  • _concurrencyModel
    Type: ConcurrencyModel Enumeration
    The _concurrencyModel contains the indication of which concurrency model should be applied.
    Default set to automatic; optional.

Return Value

Type: TradeBLWILines Table
A record of table TradeBLWILines.

See Also

Reference

TradeBLWILines Table