RetailLoyaltyCardRewardPointTrans::getIssuedPoints Method

Calculates issued points based on the specified card, reward point and date range.

Syntax

client server public static RetailLoyaltyRewardPointAmountQty getIssuedPoints(
    RetailLoyaltyCardNumber _cardNumber, 
    RefRecId _rewardPoint, 
   [date _fromDate, 
    date _toDate])

Run On

Called

Parameters

  • _fromDate
    Type: date
    The from date which is used for calculation.
  • _toDate
    Type: date
    The end date which is used for calculation.

Return Value

Type: RetailLoyaltyRewardPointAmountQty Extended Data Type
The issued loyalty points.

Remarks

The function calculates issued points based on the specified card, reward point and date range.

See Also

Reference

RetailLoyaltyCardRewardPointTrans Table