Share via


RetailLoyaltyCollection::calculatePointsFromRBOTransactionTable Method [AX 2012]

Selects the transactions that have not been posted and are not of status voided, posted, and training and creates a record in the RetailLoyaltyMSRCardTrans table for issued and used points.

Syntax

client server public static void calculatePointsFromRBOTransactionTable()

Run On

Called

Remarks

This method calls the registerPoints method to create a record in the RetailLoyaltyMSRCardTrans table for issued and used points.

See Also

Reference

RetailLoyaltyCollection Class