For Salesforce Admins, Learners & CRM Users
Hey Salesforce Trailblazers! 👋 Ready to level up your admin skills? Today, we’ll break down Global Value Sets, Tabs, and List Views using simple steps, real-time examples, and emojis. Let’s dive in! 💻
📌 Key Topics Covered
- Global Value Sets
- Tabs (Object-Application Bridge)
- List Views & Filters (AND/OR Logic)
1️⃣ Global Value Sets: Reuse Picklist Values!
What? A global value set lets you create a single set of picklist values (e.g., Country, Status) and reuse them across objects. No more manual entry!
Steps to Create
- Go to Setup ⚙️
→ Quick Find: “Picklist Value Sets” → Click “New”. - Define Values
- Label:
Status_Global(e.g., Status values for Leads/Contacts). - Add Values:
Active,Inactive,Pending Approval✅.
- Label:
- Use in a Field
- Create a picklist field → Choose “Use Global Value Set” → Select
Status_Global.
- Create a picklist field → Choose “Use Global Value Set” → Select
👍 Pros vs. 👎 Cons
| Pros | Cons |
|---|---|
| ✅ Single update affects all objects | ❌ Editing impacts EVERY object using it |
| ✅ Saves time & ensures consistency | ❌ Can’t remove a value from just one object |
💡 Real-Time Use Case:
Your org uses “Country” picklists on Lead, Contact, and Account objects. With a global set, adding “Turkey” 🌍 updates all 3 objects instantly!
2️⃣ Tabs: Your Object’s Doorway! 🚪
What? Tabs connect objects to apps. Without a tab, users can’t access the object in the app!
Steps to Create a Tab
- Create Object 🏗️
→ Setup → Object Manager → “New Custom Object” (e.g.,Candidate). - Create Tab
→ Setup → Tabs → “New” → Select Object → Choose icon/color. - Add to App 📱
→ App Manager → Edit App → “Navigation Items” → DragCandidatetab into the app.
⚠️ Critical Note:
No tab = Object hidden in App Launcher! Always create a tab if users need access.
💡 Real-Time Use Case:
You build a “Project” object. Add a “Projects” tab to your Sales App so reps can track tasks!
3️⃣ List Views: Filter Records Like a Pro! 🔍
What? List views show filtered records (e.g., “All AWS Positions in India”). Use AND/OR logic for advanced filters.
Steps to Create
- Open Object Tab 📋 (e.g., Positions) → Click “New” under List Views.
- Set Filters ⚙️
- Example 1 (AND):
Position = SalesforceANDCountry = India. - Example 2 (OR):
Position = AWSORCountry = India.
- Example 1 (AND):
- Customize Columns 👀
→ Gear Icon → Add fields (e.g.,Min Pay,Status).
Logical Operators
| Operator | Use Case | Result |
|---|---|---|
| AND | Position = Salesforce + Country = India |
Only records matching BOTH ✅ |
| OR | Position = AWS + Country = India |
Records matching EITHER ✅ |
💡 Real-Time Use Case:
Sales team wants “High-Priority Opportunities in USA OR Canada”. Create a view:
Priority = High AND (Country = USA OR Canada).
🎓 Interview Q&A
Q1: Why use a global value set over a standard picklist?
A: Global sets ensure consistency (e.g., uniform country lists) and reduce maintenance. But avoid them if object-specific picklist changes are needed!
Q2: Can users access an object without a tab?
A: No! Tabs are the bridge between objects and apps. Use App Manager to add tabs to apps.
Q3: How to show “Pending Approval” records in India?
A: Create a list view:
Status = Pending Approval AND Country = India.
🏆 Certification Q&A
Q1: Which feature allows picklist reuse?
A) Record Types
B) Global Value Sets ✅
C) Field Dependencies
Q2: Tabs are mandatory for:
A) Creating objects
B) Object visibility in apps ✅
C) Adding validation rules
Q3: AND vs. OR in list views?
A) AND requires ALL conditions; OR needs ANY condition ✅
B) OR requires ALL conditions
✨ Pro Tips
- Global Sets: Perfect for static lists (e.g., Countries). Avoid for dynamic values!
- Tabs: Add to apps via Navigation Items in App Manager.
- List Views: Use
1 AND (2 OR 3)for complex filters.
🚀 Final Thoughts
Master these to build user-friendly, efficient Salesforce orgs! Practice in your dev org, and join our next session!
👉 Comment below: Which topic saved you the most time? Let’s chat! 💬
Like this? Share with fellow admins! 🙌
#SalesforceAdmin #LearnCRM #GlobalValueSet #ListViews #SalesforceTabs