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
- _cardNumber
Type: RetailLoyaltyCardNumber Extended Data Type
The card nunber for points calculation.
- _rewardPoint
Type: RefRecId Extended Data Type
The recId value of the reward point.
- _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.