RetailLoyaltyManager::FindLoyaltyEarnSchemeLinesByLoyaltyTier Method [AX 2012]

Finds the earning rules by the given loyalty tier.

Syntax

client server public static RetailLoyaltyEarnSchemeLine FindLoyaltyEarnSchemeLinesByLoyaltyTier(
    RefRecId _channelOU, 
    RefRecId _affiliation, 
    RefRecId _loyaltyTier, 
    date _date)

Run On

Called

Parameters

  • _date
    Type: date
    The valid date of the earning rules.

Return Value

Type: RetailLoyaltyEarnSchemeLine Table
The found rules.

See Also

Reference

RetailLoyaltyManager Class