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
- _buyersPushId
Type: RetailBuyersPushId Extended Data Type
The buyer's push ID.
- _lineNum
Type: LineNum Extended Data Type
The line number.
- _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.