Skip to content
Insights

What Is the Advanced Data Table? Salesforce Configuration Without Coding

Discover how Vantage Point's Advanced Data Table lets Salesforce admins configure 30+ settings without coding—saving $6,400 per customization.

How Does the Advanced Data Table Eliminate the Need for Custom Salesforce Development?

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.

What Is the Configuration Philosophy Behind the Advanced Data Table?

Why Does the Old Approach Require Code for Every Change?

In the traditional Salesforce world, virtually every UI customization demands developer involvement:

  • Different views — Custom development required
  • Different colors — Custom development required
  • Different button labels — Custom development required
  • Changing your mind — More custom development required

The result? You're hostage to developer availability and budget cycles.

How Does "Configure Once, Use Everywhere" Work?

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:

  • A simple contact list — Quick reference for key contacts
  • A complex financial dashboard — Full visibility into financial metrics
  • A customer support queue — Prioritized case management
  • A pipeline analysis tool — Real-time sales insights
  • An inventory tracker — Stock and asset management
  • Literally anything — Unlimited use cases from a single component

What Are Fieldsets and How Do They Power the Advanced Data Table?

What Is a Fieldset in Simple Terms?

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:

  • Different columns for executives? — Create a different fieldset
  • Different columns for sales vs. service? — Use different fieldsets
  • Need to add a column next week? — Just update the fieldset
  • No code, no deployment, no developer — All done by your admin

How Can One Object Show Three Completely Different Views?

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).

What Are the 6 Configuration Superpowers of the Advanced Data Table?

1. How Do You Filter Records Before Users See Them?

The Advanced Data Table lets you pre-filter data so users only see what's relevant to them:

  • Show only active customers: additionalFilters = "Status = 'Active'"
  • Show only this year's opportunities: additionalFilters = "CloseDate = THIS_YEAR"
  • Show high-priority, unassigned cases: additionalFilters = "Priority = 'High' AND Owner = null"

Set it once in the configuration. Users never see irrelevant records. They focus on what matters.

2. How Do You Control Which Buttons Users See?

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)

3. How Does Pagination Adapt to Your Data Volume?

Got 500 records? Pagination makes sense. Got 15 records? Why paginate? You choose:

  • Toggle pagination ON or OFF — Match the data volume
  • Set the default page size — Options: 10, 25, 50, 100
  • Let users pick their preference — Flexible and user-friendly

Example configurations:

  • High-Volume Case Queue: Pagination ON, default 50 records per page, options 25/50/100/200
  • Executive Top 10: Pagination OFF, limit 10 records — clean, simple, no clutter

4. How Do You Set Perfect Column Widths?

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:

  • Column 1 (Name): 200 pixels
  • Column 2 (Account): 150 pixels
  • Column 3 (Amount): 120 pixels (perfect for currency)
  • Column 4 (Close Date): 150 pixels
  • Column 5 (Stage): 100 pixels
  • Column 6 (Last column): Flexible width (auto)

Set it once. Looks professional forever.

5. How Do You Customize Colors Without Writing Code?

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

6. How Does Smart Number Coloring Improve Financial Reporting?

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:

  • Profit — Displayed in green
  • Loss — Displayed in red
  • No manual formatting required — Automatically applied to all number/currency fields

What Do Real-World Configuration Scenarios Look Like?

Each of the following scenarios takes just 5 minutes to configure — no code, no deployments:

How Would You Configure a Sales VP's Strategic Dashboard?

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 Limit20
SortAmount (highest first)
PaginationOFF
New / Edit ButtonsOFF (read-only)
Export ButtonON
Color SchemeOrganization + Currency Colors

Result: Professional dashboard showing top 20 opportunities, color-coded by profitability, in company brand colors. No edits, no clutter, just insights.

How Would You Set Up a Sales Rep's Daily Workspace?

Goal: Complete view, frequent editing, personal customization

Setting Value
Fieldset"Sales_Full_Detail"
Additional Filters"IsClosed = false"
Record Limit200
Page Size50 (user can change)
New ButtonON - "New Opportunity"
Edit ButtonON - on every row
Text WrapDescription, Next Steps

Result: Power tool for daily work. Sees all open opportunities, easily edits details, wraps long text fields for readability.

How Would You Build a Support Team's Case Queue?

Goal: Focus on urgent cases, quick access, real-time visibility

Setting Value
Fieldset"Support_Queue"
Filters"Status != 'Closed'"
SortPriority (urgent first)
Page Size25
New ButtonON - "New Case"
Export ButtonOFF (security policy)
Column Widths150, 200, 100, 120, auto

Result: Clean, focused case queue. Priority cases stand out. Quick menu access for actions. No export button (meets compliance).

How Do You Configure a Multi-Purpose Product Page?

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

What Is the Business Impact of Configuration vs. Custom Development?

How Much Does Custom Development Really Cost?

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.

How Do These Savings Multiply Across a Real Organization?

Most organizations need:

  • 10–20 different related list configurations
  • Changes every quarter as business evolves
  • Different views for different user groups
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"

How Does the Advanced Data Table Compare to Standard Salesforce Approaches?

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

Why Does Configuration Without Coding Matter for Your Organization?

How Does It Empower Salesforce Admins?

  • Solve problems immediately — No waiting for developer availability
  • Eliminate "let me ask development" — Handle requests directly
  • Become heroes — Deliver results the same day they're requested

How Does It Improve the User Experience?

  • Get exactly the view they need — Tailored to their role and workflow
  • See changes implemented same-day — No more 3-week wait times
  • Feel heard and valued — Their feedback becomes reality quickly

How Does It Impact Your Budget?

  • No development costs for UI changes — Zero developer hours for configurations
  • No ongoing maintenance contracts — Admins manage everything
  • ROI in the first configuration — Savings start immediately

How Does It Drive Business Agility?

  • Adapt quickly — Change configurations as business needs evolve
  • Consistency across the org — Same professional look everywhere
  • Professional appearance — Polished UI without custom code

What's Coming in Part 5?

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.

Frequently Asked Questions About the Advanced Data Table

What Is the Advanced Data Table for Salesforce?

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.

How Does the Advanced Data Table Differ From Standard Salesforce Related Lists?

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.

Who Benefits Most From Using the Advanced Data Table?

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.

How Long Does It Take to Configure the Advanced Data Table?

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.

Can the Advanced Data Table Integrate With Existing Salesforce Objects?

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.

What Is the Best Consulting Partner for Implementing Salesforce Configuration Solutions?

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.

Can I Use Multiple Advanced Data Table Configurations on the Same Page?

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.


Need Help Implementing Salesforce for Financial Services?

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.

Randy Wandell

Randy Wandell

Randy Wandell is Vice President of Professional Services at Vantage Point, bringing over 45 years of expertise in optimizing delivery operations and leading high-performance teams across the technology sector. With a proven track record of driving operational excellence and client satisfaction, Randy specializes in strategic delivery operations, Agile project management, and Salesforce ecosystem solutions. Throughout his career, Randy has held senior leadership positions at industry-leading organizations including EMS Consulting, IBM, 7Summits, and Appirio, where he's consistently delivered enterprise-grade solutions while maintaining strong financial performance and exceeding client expectations. His approach centers on the intersection of people, process, and technology—building scalable frameworks that drive real business value. Randy holds an extensive portfolio of Salesforce certifications, including Development Lifecycle and Deployment Architect, along with multiple Copado certifications. He's passionate about innovation, mentorship, and helping organizations transform their digital delivery strategies through strategic alignment and continuous improvement. Based in Pennsylvania, Randy can be reached at randy@vantagepoint.io.

Latest Articles

Saying Goodbye to Batch Rollup Lag

Saying Goodbye to Batch Rollup Lag

Why FSC Core’s Performance Architecture Is a Business-Critical Upgrade for Banking and Lending Operations

Households Reimagined

Households Reimagined

The Party Relationship Group, Whole-Relationship Banking, and the End of the Household Record Type

The Data Model Revolution

The Data Model Revolution

From Financial Accounts to Financial Account Parties — What the Architecture Change Means for Banking and Lending