A developer needs to create a list of cases for an account in a single Datable in a FlexCard. Like the one shown below.
How can the developer configure the FlexCard to display the case records in this way?
A. Enable the record Looping feature on the data table elements
B. Select the Repeatable Mode propertyon thedata table elements
C. Enable the Repeat Records feature on the FlexCard Setup tab
D. Disable the Repeat Record feature on the FlexCard setup tab
B. Select the Repeatable Mode propertyon thedata table elements
Explanation:
The Repeatable Mode property on the data table elements allows the developer to display multiple records in a single data table. The Repeat Records feature on the FlexCard Setup tab is used to display multiple FlexCards for each record in a data source. The Record Looping feature on the data table elements is used to iterate over a list of records and perform actions on each record. The Overwrite Target for all Null input checkbox on the Account id field is used to overwrite the existing value in the target object with null if the input value is null.