A handful of small Salesforce configuration changes can make day-to-day navigation noticeably smoother for your team. None of these are required — pick whichever are useful for how your staff works.
Add a Campaigns Tab
If your team works with Campaigns often (for example, waitlists and lotteries) but doesn't see a tab for them:
- Go to Setup → App Manager
- Find the app your staff uses and click Edit
- Go to Navigation Items
- Move Campaigns from the Available list to the Selected list
- Save
Default to the Details Tab
By default, Salesforce may open records to an Activity or Chatter-focused view instead of the record details. To make Details the default:
- Go to Setup → Object Manager → [Object] → Lightning Record Pages
- Edit the relevant record page in Lightning App Builder
- Select the tab component and set the Selected Tab default to Details
- Save and activate
Repeat for Campaigns, Service Files, or any other object where staff land often.
Show Campaign History on Contacts
To let staff see a Contact's full campaign involvement — and jump straight to a specific membership record — without leaving the Contact page:
Step 1: Add a Link Field to Campaign Member
The Campaign History related list doesn't include a direct link to the Campaign Member record by default. Adding a formula field fixes that:
- Go to Setup → Object Manager → Campaign Member → Fields & Relationships → New
- Choose Formula as the field type, with a Text return type
- Use a formula like the one below to build a link to the record:
HYPERLINK("/" & Id, "View Member", "_self")- Save, then set field-level security so your staff profiles can see it
Step 2: Add Campaign History to the Contact Layout
- Go to Setup → Object Manager → Contact → Page Layouts
- Open the layout your staff uses
- Add the Campaign History related list
- Include Member Status and the link field you just created in the related list columns
- Save
Staff can now see a Contact's full campaign history and click straight through to any Campaign Member record from the Contact page.
Favorite Frequently Used Campaigns, Reports, and Dashboards
Salesforce Favorites let staff pin the Campaigns, Reports, and Dashboards they use most, so they don't have to search for them each time:
- Open the record, report, or dashboard
- Click the star icon near the top of the page
- It will now appear under the Favorites dropdown in the navigation bar
Tip: Favorites are personal — each staff member will need to star their own frequently used items.