RetailLoyaltyTier::findByTierId Method
Search for a record in RetailLoyaltyTier table by affiliation and tier.
Syntax
client server public static RetailLoyaltyTier findByTierId(
RefRecId _retailAffiliation,
RetailAffiliationTierId _tierId,
[boolean _forUpdate])
Run On
Called
Parameters
- _retailAffiliation
Type: RefRecId Extended Data Type
Input retail affiliation.
- _tierId
Type: RetailAffiliationTierId Extended Data Type
The tier of the affiliation.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: RetailLoyaltyTier Table
A record in the RetailLoyaltyTier table; otherwise, an empty record.