RetailLoyaltyManager::CheckThresholdAndCalculateEarnedPoints Method [AX 2012]

Checks the threshold of the earning rule, and calculates the earned points.

Syntax

client server private static RetailLoyaltyRewardPointAmountQty CheckThresholdAndCalculateEarnedPoints(
    RetailLoyaltyEarnSchemeLine _earnSchemeLine, 
    RetailLoyaltyRewardPoint _rewardPoint, 
    RetailLoyaltyActivityAmountQty _activityAmountQty)

Run On

Called

Parameters

Return Value

Type: RetailLoyaltyRewardPointAmountQty Extended Data Type
The calculation result.

See Also

Reference

RetailLoyaltyManager Class