RetailLoyaltyManager::createOrUpdateLoyaltyCardTier Method [AX 2012]
Create/Update record of RetailLoyaltyCardTier based on the given parameters
client server private static void createOrUpdateLoyaltyCardTier(
RefRecId _affiliationId,
RefRecId _loyaltyTierId,
RefRecId _loyaltyCardId,
date _validFrom,
date _validTo)
Run On
CalledParameters
- _affiliationId
- Type: RefRecId Extended Data Type
the affiliation recId
- _loyaltyTierId
- Type: RefRecId Extended Data Type
the loyalty tier recId
- _loyaltyCardId
- Type: RefRecId Extended Data Type
the loyalty card recId
- _validFrom
- Type: date
the valid from date
- _validTo
- Type: date
the valid to date
Show: