Share via


RetailLoyaltyCollection::calculatePointsFromCustInvoiceJour Method [AX 2012]

Calculates and registers loyalty points for a customer order based on its invoice.

Syntax

client server public static void calculatePointsFromCustInvoiceJour(CustInvoiceJour _custInvoiceJour)

Run On

Called

Parameters

  • _custInvoiceJour
    Type: CustInvoiceJour Table
    The customer invoice for which to calculate and register loyalty points.

See Also

Reference

RetailLoyaltyCollection Class