DEL_RetailMultibuyDiscountTable::find Method
Finds a record in the table RetailMultibuyDiscountTable.
Syntax
client server public static DEL_RetailMultibuyDiscountTable find(RetailMultibuyDiscountId _multibuyId, [boolean _forUpdate])
Run On
Called
Parameters
- _multibuyId
Type: RetailMultibuyDiscountId Extended Data Type
The mutibuy Id of the table RetailMultibuyDiscountTable.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: DEL_RetailMultibuyDiscountTable Table
A record in the RetailMultibuyDiscountTable table; otherwise, an empty record.