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
- totalPoints
Type: RetailLoyaltyPoints Extended Data Type
A value for the Points field in the RetailLoyaltyMSRCardTrans table.
- entryType
Type: RetailLoyaltyEntryTypeBase Enumeration
A value for the EntryType field in the RetailLoyaltyMSRCardTrans table.
- cardScheme
Type: RetailLoyaltySchemeId Extended Data Type
A value for the LoyaltySchemeId field in the RetailLoyaltyMSRCardTrans table.
- cardNumber
Type: RetailCardNumber Extended Data Type
A value for the CardNumber field in the RetailLoyaltyMSRCardTrans table.
- receiptId
Type: RetailReceiptId Extended Data Type
A value for the ReceiptId field in the RetailLoyaltyMSRCardTrans table.
- tDate
Type: date
A date value for the DateOfIssue field in the RetailLoyaltyMSRCardTrans table.
- terminalId
Type: RetailTerminalId Extended Data Type
A value for the TerminalId field in the RetailLoyaltyMSRCardTrans table.
- contactId
Type: RetailSellToContactId Extended Data Type
A value for the LoyaltyCustId field in the RetailLoyaltyMSRCardTrans table.
- storeId
Type: RetailStoreId Extended Data Type
A value for the StoreId field in the RetailLoyaltyMSRCardTrans table.
- transactionId
Type: RetailTransactionId Extended Data Type
A value for the TransactionId field in the RetailLoyaltyMSRCardTrans table.