Share via


RetailLoyaltyManager::IncreaseNegativeRemainings Method [AX 2012]

Uses the earned points or the positive adjusted points of a transaction to cover the negative balances of the previous transactions, if any.

Syntax

client server private static RetailLoyaltyRewardPointAmountQty IncreaseNegativeRemainings(
    RefRecId _retailLoyaltyCardRewardPointTransRecId, 
    RetailLoyaltyCardNumber _cardNumber, 
    RefRecId _rewardPointRecid, 
    RetailLoyaltyRewardPointAmountQty _points)

Run On

Called

Parameters

  • _retailLoyaltyCardRewardPointTransRecId
    Type: RefRecId Extended Data Type
    The record ID of the current RetailLoyaltyCardRewardPointTrans record.

Return Value

Type: RetailLoyaltyRewardPointAmountQty Extended Data Type
The remaining points.

See Also

Reference

RetailLoyaltyManager Class