Share via


DEL_RetailMultibuyDiscountItems::find Method

Finds a record in the table RetailMultibuyDiscountItems.

Syntax

client server public static DEL_RetailMultibuyDiscountItems 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_RetailMultibuyDiscountItems Table
A record in the RetailMultibuyDiscountItems table; otherwise, an empty record.

See Also

Reference

DEL_RetailMultibuyDiscountItems Table