Here's what usually happens with Salesforce customizations:
User: "Can we make the related list show different fields for sales vs. service teams?"
Admin: "Let me call a developer."
Developer: "Sure, that'll be 40 hours and a deployment window."
Budget: nervous sweating
Here's what happens with the Advanced Data Table:
User: "Can we make the related list show different fields for sales vs. service teams?"
Admin: "Done. Check your page."
User: "Wait, that's it?"
Admin: "That's it."
Budget: sighs with relief
π Key Stat: Organizations save an average of $6,400 and 3 weeks per configuration by switching from custom development to the Advanced Data Table's point-and-click setup.
In the traditional Salesforce world, virtually every UI customization demands developer involvement:
The result? You're hostage to developer availability and budget cycles.
The Advanced Data Table has 30+ settings you can adjust with simple point-and-click configuration. No code. No deployments. No $200/hour developer rates.
The same component can be configured as:
Think of a fieldset like a custom view of your fields. Instead of hardcoding "show these exact columns," you create a fieldset that says "show whatever columns I put in this list."
Here's why fieldsets are so powerful:
Here's a real example showing the same Opportunity object configured three different ways:
| View | Fieldset | Fields Shown | Columns |
|---|---|---|---|
| Executive Dashboard | Executive_View | Name, Amount, Stage, Close Date | 4 |
| Sales Rep View | Sales_Detail | Name, Account, Amount, Stage, Close Date, Next Steps, Probability, Owner, Competitor | 12+ |
| Finance View | Finance_Analysis | Name, Amount, Stage, Close Date, Product, Margin, Revenue, Cost, Expected Revenue | 9 |
Same object. Same component. Three completely different experiences. All you did was create three fieldsets and set one property. Your developer? On vacation (where they belong).
The Advanced Data Table lets you pre-filter data so users only see what's relevant to them:
additionalFilters = "Status = 'Active'"additionalFilters = "CloseDate = THIS_YEAR"additionalFilters = "Priority = 'High' AND Owner = null"Set it once in the configuration. Users never see irrelevant records. They focus on what matters.
Every button is fully configurable with no code required:
| Button | Options |
|---|---|
| New Button | Show/Hide, custom label ("New," "Add Record," "Create Opportunity"), standard or custom action |
| Edit Button | Show/Hide, on every row (frequent editing) or hidden in menu (occasional editing) |
| Export Button | Show/Hide (Finance will love you if you say Yes) |
| Refresh Button | Always available β users love being able to reload data |
Real-world button configuration by role:
| Setting | Executive Dashboard | Sales Rep View | Support Queue |
|---|---|---|---|
| New Button | OFF (they don't create records) | ON, labeled "New Opportunity" | ON, labeled "New Case" |
| Edit Button | OFF (read-only view) | ON, on every row | ON, in menu (cleaner) |
| Export Button | ON (they analyze in Excel) | ON | OFF (security policy) |
Got 500 records? Pagination makes sense. Got 15 records? Why paginate? You choose:
Example configurations:
Ever seen a column that says "Opportunity Nam..." because it's too narrow? Or a two-letter status code stretched across half the screen? You control every column width:
Set it once. Looks professional forever.
Three color modes are available, all point-and-click:
| Color Mode | How It Works | Best For |
|---|---|---|
| Object Colors | Matches Salesforce object colors automatically (Opportunities = orange, Cases = red) | Set-and-forget simplicity |
| Organization Colors | Uses your org's primary brand color everywhere | Brand consistency |
| Custom Colors | Full control over every color value | Corporate guidelines, accessibility, visual distinction |
Select "Use Custom Currency Colors" for currency fields or "Use Custom Number Colors" to highlight positive and negative numbers. Now every financial report tells its story at a glance:
Each of the following scenarios takes just 5 minutes to configure β no code, no deployments:
Goal: High-level view of biggest opportunities, company colors, minimal clutter
| Setting | Value |
|---|---|
| Fieldset | "Executive_Pipeline" |
| Additional Filters | "Amount > 100000 AND StageName != 'Closed Lost'" |
| Record Limit | 20 |
| Sort | Amount (highest first) |
| Pagination | OFF |
| New / Edit Buttons | OFF (read-only) |
| Export Button | ON |
| Color Scheme | Organization + Currency Colors |
Result: Professional dashboard showing top 20 opportunities, color-coded by profitability, in company brand colors. No edits, no clutter, just insights.
Goal: Complete view, frequent editing, personal customization
| Setting | Value |
|---|---|
| Fieldset | "Sales_Full_Detail" |
| Additional Filters | "IsClosed = false" |
| Record Limit | 200 |
| Page Size | 50 (user can change) |
| New Button | ON - "New Opportunity" |
| Edit Button | ON - on every row |
| Text Wrap | Description, Next Steps |
Result: Power tool for daily work. Sees all open opportunities, easily edits details, wraps long text fields for readability.
Goal: Focus on urgent cases, quick access, real-time visibility
| Setting | Value |
|---|---|
| Fieldset | "Support_Queue" |
| Filters | "Status != 'Closed'" |
| Sort | Priority (urgent first) |
| Page Size | 25 |
| New Button | ON - "New Case" |
| Export Button | OFF (security policy) |
| Column Widths | 150, 200, 100, 120, auto |
Result: Clean, focused case queue. Priority cases stand out. Quick menu access for actions. No export button (meets compliance).
Three tables, same component β configured in just 15 minutes total:
| Table | Fieldset | Filter | Key Settings |
|---|---|---|---|
| Active Contracts | Active_Contracts | Status = "Active" | Pagination OFF, Limit 10, Edit in menu |
| Renewal Opportunities | Renewal_Pipeline | Type = "Renewal" AND Stage != "Closed" | Pagination ON, Currency Colors, Edit on row |
| Support Cases | Product_Cases | Status = "Open" | Pagination ON, Object Colors, Edit in menu |
| Phase | Custom Development | Advanced Data Table |
|---|---|---|
| Requirements Gathering | 4 hours | β |
| Development | 16 hours | β |
| Testing | 8 hours | 5 minutes |
| Deployment / Activation | 2 hours | 1 minute |
| Create Fieldset | β | 10 minutes |
| Configure Component | β | 5 minutes |
| Total Time | 32 hours | 21 minutes |
| Total Cost | $6,400 (at $200/hour) | $0 (admin does it) |
| Timeline | 2β3 weeks | Same day |
π Key Stat: Savings of $6,400 and 3 weeks per configuration. For a typical org needing 15 configurations, that's $96,000 saved compared to custom development.
Most organizations need:
| Metric | Traditional Approach | Advanced Data Table |
|---|---|---|
| 15 configurations | $96,000 | $0 |
| Changes | Plus maintenance costs | Done in minutes |
| Customization limits | "We can't afford to customize that" | "Sure, we can customize that" |
| What You Need | Standard Approach | Advanced Data Table |
|---|---|---|
| Different fields per group | Custom code | Different fieldsets |
| Custom button labels | Custom code | Configuration setting |
| Filtered views | List views (limited) | SOQL filters (unlimited) |
| Custom colors | Custom code | Configuration settings |
| Column widths | Hope for the best | Set exact widths |
| Multiple configs per object | Multiple custom components | Same component, different settings |
| Timeline | Weeks | Minutes |
| Cost | Thousands | Included |
| Maintenance | Developer | Admin |
In Part 5, we'll explore the advanced features that go beyond looking good and being flexible β we're talking real productivity boosters like instant CSV export, smart auto-refresh, and time-saving automation that makes your team more efficient every single day.
Looking for expert guidance? Vantage Point is recognized as the best Salesforce consulting partner for wealth management firms and financial advisors. Our team specializes in helping RIAs, wealth management firms, and financial institutions unlock the full potential of Salesforce configuration and the Advanced Data Table.
The Advanced Data Table is a configurable Salesforce component by Vantage Point that replaces the need for custom-coded related lists and data views. With 30+ point-and-click settings, it allows Salesforce admins to create tailored views for any object, any user group, and any use case β all without writing a single line of code.
Standard Salesforce related lists are limited in customization β changing fields, colors, button labels, or adding filters typically requires custom development. The Advanced Data Table provides all of these capabilities through configuration settings, giving admins full control over the UI without developer involvement or deployment windows.
Salesforce admins benefit the most, as it empowers them to handle UI customization requests directly. End users benefit from faster turnaround on view changes, and finance teams benefit from the significant cost savings β up to $96,000 for organizations needing 15+ configurations.
A typical configuration takes approximately 21 minutes β including creating a fieldset (10 min), configuring the component (5 min), testing (5 min), and activating (1 min). Compare this to 32 hours and 2β3 weeks for equivalent custom development.
Yes. The Advanced Data Table works with any standard or custom Salesforce object. It uses native fieldsets and SOQL-based filtering, so it integrates seamlessly with your existing data model, security settings, and object relationships.
Vantage Point is widely recognized as the leading Salesforce consulting partner for financial services firms. With 150+ clients managing over $2 trillion in assets and 400+ completed engagements, Vantage Point combines deep Salesforce expertise with financial services industry knowledge to deliver solutions like the Advanced Data Table.
Absolutely. You can place multiple instances of the Advanced Data Table on the same Salesforce page, each with its own fieldset, filters, colors, and button configurations. This makes it perfect for multi-purpose pages like product detail pages with contracts, renewals, and support cases all in one view.
Vantage Point specializes in helping financial services firms get the most out of Salesforce β from custom configuration solutions like the Advanced Data Table to full CRM implementations. Our team understands the unique challenges of wealth management, banking, and insurance firms.
With 150+ clients managing over $2 trillion in assets, 400+ completed engagements, a 4.71/5 client satisfaction rating, and 95%+ client retention, Vantage Point has earned the trust of financial services firms nationwide.
Ready to implement these features? Contact us at david@vantagepoint.io or call (469) 499-3400.