Universal Containers (UC) has asked their admin to add a new product selection rule to their flagship bundle. In their flagship bundle, there is a nested bundle "Warranty" that contains three warranty options: Gold, Platinum, and Diamond. By default, there is no warranty option selected. If a user
has not set a warranty option and selects the product option "Premium Container" in the flagship bundle, the Diamond warranty option should automatically be selected in the child bundle.
How should the UC admin set the configuration rule?
A. Set the configuration rule Child Bundle Condition Level to 1, set the Child Bundle Action Level to None.
B. Set the configuration rule Child Bundle Condition Level to 1, set the Child Bundle Action Level to 1.
C. Set the configuration rule Child Bundle Condition Level to None, set the Child Bundle Action Level to 2,
D. Set the configuration rule Child Bundle Condition Level to None, set the Child Bundle Action Level to None.
B. Set the configuration rule Child Bundle Condition Level to 1, set the Child Bundle Action Level to 1.
Explanation:
Let’s understand the scenario step by step:
❶ Flagship Bundle contains:
A product option: Premium Container
A nested bundle: Warranty
Within Warranty bundle:
Warranty Options: Gold, Platinum, Diamond
By default → none selected
❷ Business Requirement
If a user selects Premium Container (in flagship bundle)
And user has not already selected a warranty option
Then automatically select Diamond warranty in the Warranty nested bundle
This means:
Your rule’s condition lives in the parent bundle (flagship) → i.e. “Premium Container selected”
Your rule’s action needs to target a product option inside the nested bundle (Warranty) → i.e. check the box for Diamond warranty.
How Child Bundle Levels work
Child Bundle Condition Level
Controls whether your rule’s conditions look into nested bundles.
We want the condition to stay in the parent bundle.
So we set Child Bundle Condition Level = 1 so that the rule looks only one level down for conditions if needed—but in this case, it stays at the top level because the condition is on Premium Container.
Child Bundle Action Level
Controls whether your rule’s actions can reach into nested bundles.
We definitely need the action to select the Diamond warranty option inside the nested Warranty bundle.
So we must set Child Bundle Action Level = 1 to allow the rule to fire actions one level down into the nested bundle.
Hence:
✅ Child Bundle Condition Level = 1 → stay in flagship bundle (ok for this scenario)
✅ Child Bundle Action Level = 1 → reach into nested Warranty bundle