Share via


RetailTransactionService::getLoyaltyPointStatus Method [AX 2012]

The function calculates the used, issued, and expired points, depending on the table and enumeration value.

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 getLoyaltyPointStatus(RetailCardNumber _pLoyaltyCardNo)

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

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

Run On

Called

Parameters

Return Value

Type: container
A container that contains the calculated points.

See Also

Reference

RetailTransactionService Class