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