Share via


RetailLoyaltyManager::FindLoyaltyEarnSchemeLines Method [AX 2012]

Finds the earning rules that applies to the given loyalty card.

Syntax

client server public static List FindLoyaltyEarnSchemeLines(
    RefRecId _channelOU, 
    RetailLoyaltyCardNumber _cardNumber, 
    date _date)

Run On

Called

Parameters

  • _date
    Type: date
    The date.

Return Value

Type: List Class
The list of the RetailLoyaltyEarnSchemeLine records found.

See Also

Reference

RetailLoyaltyManager Class