Trail Map โ€บ Use-Case Catalog โ€บ App Manager & Tabs
๐Ÿ—‚๏ธ Admin & Extend ยท Module 15

App Manager & Tabs: One Platform, Focused Workspaces

Give Sales and Support two completely different-feeling workspaces without buying a second product or managing a second login.

4
Units
~10 min
Time to Complete
80 pts
Available
1 Badge
Workspace Designer
Unit 1 ยท Business Problem

Why app-scoped workspaces matter

OL
Ola Lindqvist ยท Operations Lead

"Our Sales team and Support team live in the same CRM, but neither should have to wade through the other's menus every day just to find their own work."

One shared platform serving multiple teams shouldn't mean one undifferentiated, cluttered navigation bar for everyone.

๐Ÿ’ก
Business outcome
Every team gets a focused, uncluttered workspace tailored to their job โ€” no separate logins, no separate product, no extra license.
Unit 2 ยท How It Works

Anatomy of an App

An App is a named container grouping Tabs. A Tab is either an object shortcut (goes to /records/{objectApiName}) or a built-in feature page (like /reports or /dashboard).

ConceptDetail
Tab type: OBJECTPoints at a specific custom/standard object
Tab type: STANDARDPoints at a built-in route, e.g. Reports, Dashboard, Marketing Studio
App visibilityControlled entirely by Profile โ†’ App Access โ€” no grant means the app is invisible to that profile
Shared tabsThe same Tab can belong to multiple Apps at once โ€” e.g. "Reports" showing up in both Sales and Support
โœ…
Apps organize, Profiles secure
An App is purely a navigation grouping โ€” it does not itself restrict data access. That job still belongs to Profiles and Sharing Rules.
Unit 3 ยท Hands-On Challenge

Build a dedicated Support Console

Create the appSetup โ†’ App Manager โ†’ New App โ€” name it "Support Console", pick an icon.
Create or reuse tabsTab Manager โ†’ add OBJECT tabs for Case and Contact (use "Quick Add Standard Tabs" for anything built-in you need).
Assign tabs to the appOpen App Detail for "Support Console" โ†’ drag the Case and Contact tabs into it, in your preferred order.
Grant accessProfiles โ†’ open the Support profile โ†’ App Access โ†’ grant "Support Console" (and consider revoking the default Sales app for that profile).
VerifyLog in as a Support user and confirm only the Support Console's tabs appear in the top navigation.
Unit 4 ยท Knowledge Check

Test what you learned

1. Does deleting an App also delete the Tabs and Objects assigned to it?
Yes, everything it contains is deleted too
No โ€” only the App container is removed; tabs and objects remain
2. What actually controls whether a user can see a given App?
Their role (ADMIN / MANAGER / SALES_USER)
Profile App Access grants