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
- _offerId
Type: RetailDiscountOfferId Extended Data Type
The offer Id of the table RetailMultibuyDiscountItems.
- _lineNum
Type: RetailLineNum Extended Data Type
The line num of the table RetailMultibuyDiscountItems.
- _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.