A business needs to create a FlexCard to display open cases for an account. The cases should display different depending on their priority.
· Low or Medium priority cases should display case data and an Update Account Info action. · High priority cases should include a red border, an alert notification, and an Escalate action.
What is the most efficient way to meet these requirements?
- Create a FlexCard with two card states. Use conditions on the state to filter for priority.
- Create a FlexCard with one card state. Use conditions on the fields and actions to filter for priority.
- Create two FlexCards with one card state each. Use conditions on the states to filter for priority.
- Create two FlexCards, one for Low / Medium priority cases and another for High priority cases.
Answer(s): A
Explanation:
The most efficient way to meet the requirements is to create a FlexCard with two card states. A card state defines how a FlexCard displays data and actions based on certain conditions. The consultant can use conditions on the state to filter for priority, and then customize the fields and actions for each state. This way, the FlexCard can display different information and options for low/medium and high priority cases
Reveal Solution
Next Question