RetailTransactionServiceAX61.fillLoyaltyTrans Method [AX 2012]

Method returns container with the value in the RetailTransactionLoyaltyPointsTrans.cardNumber field.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          private container fillLoyaltyTrans(RetailTransactionLoyaltyRewardPointTrans transactionLoyaltyTrans)

  Microsoft Dynamics AX 2012 R2 (SYS)
          private container fillLoyaltyTrans(RetailTransactionLoyaltyPointsTrans transactionLoyaltyTrans)

Run On

Called

Parameters

Return Value

Type: container
Container with the value in the RetailTransactionLoyaltyPointsTrans.cardNumber field.

See Also

Reference

RetailTransactionServiceAX61 Class