Share via


AxRetailLoyaltyMSRCardTable::newRetailLoyaltyMSRCardTable Method [AX 2012]

Initializing new instance for AxRetailLoyaltyMSRCardTable 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
          client server public static AxRetailLoyaltyMSRCardTable newRetailLoyaltyMSRCardTable(Common _RetailLoyaltyMSRCardTable)

  Microsoft Dynamics AX 2012 R2 (SYS)
          client server public static AxRetailLoyaltyMSRCardTable newRetailLoyaltyMSRCardTable(RetailLoyaltyMSRCardTable _RetailLoyaltyMSRCardTable)

Run On

Called

Parameters

  • _RetailLoyaltyMSRCardTable
    Type: Common Table
    Record of RetailLoyaltyMSRCardTable table.

Return Value

Type: AxRetailLoyaltyMSRCardTable Class
Record of RetailLoyaltyMSRCardTable table.

See Also

Reference

AxRetailLoyaltyMSRCardTable Class