RetailPeriodicDiscount::find Method
Finds the specified record in the RetailPeriodicDiscount table.
Syntax
client server public static RetailPeriodicDiscount find(RefRecId _periodicDiscount, [boolean _update])
Run On
Called
Parameters
- _periodicDiscount
Type: RefRecId Extended Data Type
The record ID of the RetailPeriodicDiscount table.
- _update
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: RetailPeriodicDiscount Table
A record in the RetailPeriodicDiscount table; otherwise, an empty record.