Share via


RetailLoyaltyCollection::calculatePoints Method [AX 2012]

Calculates the loyalty points for item, product group, and tender types.

Syntax

client server public static void calculatePoints(
    RetailReceiptId pReceiptId, 
    RetailCardNumber pCardNumber, 
    Total pTotalInclVAT, 
    TransDate pTransDate, 
    RetailTerminalId pTerminalId, 
    RetailTransactionId pTransactionId, 
    RetailStoreId pStoreId)

Run On

Called

Parameters

  • pTransactionId
    Type: RetailTransactionId Extended Data Type
    A value for the TransactionId field in the RetailTransactionSalesTrans table.
    A value for the TransactionId field in the RetailTransactionPaymentTrans table.

See Also

Reference

RetailLoyaltyCollection Class