Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates loyalty cards and card tiers.
Syntax
client server private static void CreateLoyaltyCardAndCardTier(
RefRecId _oldCardRecId,
RetailLoyaltyCardNumber _CardNumber,
DataAreaId _cardDataAreaId,
RetailLoyaltyTenderType _CardTenderType,
RefRecId _party,
RefRecId _affiliation)
Run On
Called
Parameters
- _oldCardRecId
Type: RefRecId Extended Data Type
This is old loyalty card recId.
- _CardNumber
Type: RetailLoyaltyCardNumber Extended Data Type
This is old loyalty card number.
- _cardDataAreaId
Type: DataAreaId Extended Data Type
This is old loyalty card data area Id.
- _CardTenderType
Type: RetailLoyaltyTenderType Extended Data Type
This is card tender type.
- _party
Type: RefRecId Extended Data Type
This is party for loyalty card.
- _affiliation
Type: RefRecId Extended Data Type
This is affiliation recid for card tier.