Cloud Kicks needs to ensure support agents handling high-priority VIP customer cases have access to a specialized workspace layout with unique utility bar items. How should the consultant configure this requirement?
Trap 1: Use page layouts assigned to the VIP Case Record Type.
Page layouts control field and component layout on the record page, not the console app navigation or utility bar items.
Trap 2: Modify the default global utility bar in the Salesforce Setup menu.
The global utility bar affects all apps and cannot be uniquely restricted to a specific VIP support team console.
Trap 3: Deploy an Aura component override to the standard navigation bar.
Overriding navigation bars with custom code is unnecessary when standard Lightning Console App configurations suffice.
- A
Create a custom Lightning Console App and assign it via Permission Sets to the VIP support team.
Custom Lightning console apps can be tailored with specific utility items and assigned to target profiles or permission sets.
- B
Use page layouts assigned to the VIP Case Record Type.
Why wrong: Page layouts control field and component layout on the record page, not the console app navigation or utility bar items.
- C
Modify the default global utility bar in the Salesforce Setup menu.
Why wrong: The global utility bar affects all apps and cannot be uniquely restricted to a specific VIP support team console.
- D
Deploy an Aura component override to the standard navigation bar.
Why wrong: Overriding navigation bars with custom code is unnecessary when standard Lightning Console App configurations suffice.