A customer from an airline Loyalty program purchases a ticket, which will accrue qualifying and non-qualifying points according to the Loyalty rules.
Which two automations can be used to set up transactions and points accrual?
Correct Answer: A,C
In the context of Salesforce Loyalty Management, when setting up transactions and points accrual for a customer purchasing a ticket in an airline loyalty program, the appropriate automations are Evaluation Flow and Schedule-Triggered Flow.
Evaluation Flow: This automation can be set up to evaluate transactions as they occur, applying loyalty program rules to determine if the transaction qualifies for point accrual and, if so, how many points should be awarded. This is crucial for real-time processing and immediate feedback to loyalty program members.
Schedule-Triggered Flow: This type of automation is used to evaluate transactions on a scheduled basis, which can be daily, weekly, or any other predefined schedule. It is useful for batch processing transactions, such as nightly batch jobs that process all transactions from the day and apply loyalty points accordingly.
The use of Autolaunched Flow (No Trigger) and Screen Flow would not be as appropriate in this scenario. Autolaunched Flows without a trigger require manual initiation or a programmatic event, which might not be efficient for real-time transaction processing. Screen Flows are interactive and require user input, which is not suitable for automated transaction and points accrual processing.
References to official Salesforce documentation on flows and automation in Salesforce Loyalty Management would provide further insights into how these automations can be set up and utilized effectively.