DEL_RetailDiscountOfferLine::find Method
Finds a record in the table del_RetailDiscountOfferLine.
Syntax
client server public static DEL_RetailDiscountOfferLine find(
RetailDiscountOfferId _offerId,
RetailLineNum _lineNum,
[boolean _forUpdate])
Run On
Called
Parameters
- _offerId
Type: RetailDiscountOfferId Extended Data Type
The offer Id of the table del_RetailDiscountOfferLine.
- _lineNum
Type: RetailLineNum Extended Data Type
The line num of the table del_RetailDiscountOfferLine.
- _forUpdate
Type: boolean
A boolean value that indicates whether to read the record for update; optional.
Return Value
Type: DEL_RetailDiscountOfferLine Table
A record in the del_RetailDiscountOfferLine table; otherwise, an empty record.