Share via


RetailLoyaltyCollection::backup_registerPoints Method [AX 2012]

Creates a record in the RetailLoyaltyMSRCardTrans table.

Syntax

client server public static void backup_registerPoints(
    RetailLoyaltyPoints totalPoints, 
    RetailLoyaltyEntryTypeBase entryType, 
    RetailLoyaltySchemeId cardScheme, 
    RetailCardNumber cardNumber, 
    RetailReceiptId receiptId, 
    date tDate, 
    RetailTerminalId terminalId, 
    RetailSellToContactId contactId, 
    RetailStoreId storeId, 
    RetailTransactionId transactionId)

Run On

Called

Parameters

  • tDate
    Type: date
    A date value for the DateOfIssue field in the RetailLoyaltyMSRCardTrans table.

See Also

Reference

RetailLoyaltyCollection Class