Share via


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

  • _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.

See Also

Reference

DEL_RetailDiscountOfferLine Table