Share via


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

  • _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.

See Also

Reference

RetailLoyaltyTier Table