RetailTransactionService.fillLoyaltyTrans Method

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 R2 Cumulative Update 7
          private str fillLoyaltyTrans(RetailTransactionLoyaltyPointsTrans transactionLoyaltyTrans)

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

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

Run On

Called

Parameters

Return Value

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

Remarks

Obsolete

See Also

Reference

RetailTransactionService Class