Share via


AxRetailLoyaltyMSRCardTable.retailLoyaltyMSRCardTable Method [AX 2012]

This method is used to set the current record value with RetailLoyaltyMSRCardTable table.

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
          public Common retailLoyaltyMSRCardTable(Common _retailLoyaltyMSRCardTable)

  Microsoft Dynamics AX 2012 R2 (SYS)
          public RetailLoyaltyMSRCardTable retailLoyaltyMSRCardTable([RetailLoyaltyMSRCardTable _retailLoyaltyMSRCardTable])

Run On

Called

Parameters

  • _retailLoyaltyMSRCardTable
    Type: Common Table
    Record of RetailLoyaltyMSRCardTable table.

Return Value

Type: Common Table
Current record of the RetailLoyaltyMSRCardTable table.

See Also

Reference

AxRetailLoyaltyMSRCardTable Class