What is the most efficient way to automatically reset qualifying points for high volume Loyalty Programs?
A.
The reset period is defined at the Tier Group level; Loyalty Management will automatically process it every night to ensure efficient point calculation
B.
Use the out-of-the-box ‘Reset Qualifying Points” data processing engine and trigger its execution using, for instance, a Schedule-Triggered Flow.
C.
Create Schedule-Triggered Flow that to be executed every night This flow will scan the expired resetPeriod at the Group Level and rese the points using the out-of-the-box Reset point flow action
D.
Develop an Apex Time Trigger to scan all Member Currencies and reset Qualifying points every time a reset period has expire
The most efficient wayto automatically reset qualifying points for high-volume Loyalty Programs is to use the out-of-the-box ‘Reset Qualifying Points’ data processing engine and trigger its execution using, for instance, a Schedule-Triggered Flow. This method leverages Salesforce's built-in capabilities to manage the reset process without the need for custom code. The data processing engine is designed to handle large volumes of data efficiently, ensuring that the points reset process is completed accurately and timely across all relevant member accounts.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit