Share via


RetailTransactionService::loyaltyPointStatusGet Method [AX 2012]

Calculates the used, issued, expired points, depending on the table and base enumerator.

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
          client server public static container loyaltyPointStatusGet(RetailCardNumber _pLoyaltyCardNo)

  Microsoft Dynamics AX 2012 R2 (SYS)
          client server public static container loyaltyPointStatusGet(RetailCardNumber _pLoyaltyCardNo)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          client server public static container LoyaltyPointStatusGet(RetailCardNumber pLoyaltyCardNo)

Run On

Called

Parameters

Return Value

Type: container
A container that contains calculated points.

See Also

Reference

RetailTransactionService Class