Share via


RetailBuyersPushLine::find Method

Finds a record in the RetailBuyersPushLine table by using the buyer's push ID and the line number.

Syntax

client server public static RetailBuyersPushLine find(
    RetailBuyersPushId _buyersPushId, 
    LineNum _lineNum, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    The flag indicating whether to select the record for update.

Return Value

Type: RetailBuyersPushLine Table
A record in the RetailBuyersPushLine table; otherwise, an empty record.

See Also

Reference

RetailBuyersPushLine Table