17+ Components Every Salesforce Admin Needs

Here's a situation every Salesforce admin knows too well: You're staring at a Lightning page

Paul Bresch
October 23, 2025

Here's a situation every Salesforce admin knows too well: You're staring at a Lightning page, and it's... fine. It shows the data. It works. But then your users start asking. "Can we see opportunities in a visual pipeline?" "Can we filter these related lists better?" "Can we make this page actually useful?"

And the answer has always been the same: custom development, weeks of waiting, or settling for basic functionality.

Not anymore.

The admin challenges these components solve

Before diving into the components, let's talk about what admins deal with daily. Standard Lightning pages have real limitations: related lists don't support search or filtering, dashboards live on separate pages from the data, and building anything visual requires developer help.

These aren't minor inconveniences. They directly impact how your team works. Sales reps waste time scrolling through unfiltered lists. Managers can't see their pipeline without navigating to a separate dashboard. Support agents click through multiple records to find what they need.

Avonni's App Builder components address these exact pain points. Each component targets a specific workflow bottleneck that admins couldn't fix before without custom code.

What are Avonni components for App Builder?

Avonni Components for App Builder is a collection of 17+ premium, lightweight components that drop right into Lightning App Builder. Think of them as the Lightning components you wish Salesforce had included from the start—data tables that actually let you search and filter, kanban boards for visual workflow management, interactive maps, timelines, and much more.

Article content

Here's the cool part: These work exactly like standard Salesforce components. You drag them onto your page, configure them through familiar property panels, and you're done. No special training required. No developer requests needed.

What's actually included?

Data display components

  • Data Table: Transform boring related lists into searchable tables with sorting, filtering, and inline editing
  • Kanban: Visualize workflows with drag-and-drop boards for opportunities, cases, or any process
  • List: Display records in elegant card layouts perfect for browsing contacts, products, or projects
  • Timeline: Show chronological data like case histories, account activities, or project milestones
  • Pivot Table: Analyze data with cross-tabulation for sales summaries or case distribution

Visual and location components

  • Map: Show accounts, contacts, or assets on interactive maps
  • Gallery: Create image and video carousels
  • Calendar: Display events and tasks in familiar calendar views

Smart display components

  • Progress Indicator: Guide users through sales stages or project phases
  • Metric: Show KPIs with aggregation functions
  • Alert: Communicate important messages with contextual styling
  • Tags: Present related records as visual, filterable tags

Every component is optimized for App Builder—lightweight, fast-loading, and mobile-responsive.

How does setup actually work?

Here's the best part: if you can use standard Lightning components, you already know how to use these.

Installation takes minutes

  1. Install the package from AppExchange
  2. Open any Lightning page in App Builder
  3. Find Avonni components in the Custom Components section (they all start with "AX -")
  4. Drag them onto your page

Configuration follows Salesforce conventions

You enter standard Salesforce API names and patterns that any admin already knows:

  • Object API Name: Opportunity or Case
  • Filter: AccountId = '{{Record.Id}}'
  • Fields: Name,Amount,CloseDate
  • Icons: standard:opportunity

Where do these components fit best?

Scenario 1: Enhanced account pages

The problem: Your sales team complains that account pages display basic related lists with no quick way to find what they need.

The solution: Add an Avonni Data Table that displays opportunities with built-in search and filtering. Sales reps instantly find deals by stage, amount, or close date without leaving the page.

Setup time: 3 minutes

Object: Opportunity
Filter: AccountId = '{{Record.Id}}'
Fields: Name,StageName,Amount,CloseDate
Searchable: Yes
Filterable: Yes

Article content

Scenario 2: Personal sales dashboards

The problem: Each sales rep needs to see their own pipeline, but you don't want to build 50 different pages.

The solution: Add an Avonni Kanban filtered by the current user. Every rep sees only their opportunities, organized by stage.

Setup time: 2 minutes

Object: Opportunity
Filter: OwnerId = '{{User.Id}}' AND IsClosed = false
Group By: StageName
Title Field Name: Name
Variant: path

Article content

Scenario 3: Service case management

The problem: Support managers need to see case distribution across their team by status and priority.

The solution: An Avonni Pivot Table showing case counts grouped by owner and status. Managers get instant visibility into workload distribution.

Setup time: 3 minutes

Article content

Scenario 4: Executive pipeline view

The problem: Executives want the entire team's pipeline with key metrics at a glance.

The solution: An Avonni Data Table on an app page showing all open opportunities with metric aggregations like SUM(Amount) and COUNT(Id) in the header.

Article content

Prioritizing which components to deploy first

You don't need to deploy all 17 components at once. Start with the one that solves your team's biggest pain point.

If your sales team complains about navigation, start with the Data Table on account pages. If management wants visual pipeline tracking, deploy the Kanban on the home page. If support is drowning in cases, the Pivot Table gives managers immediate visibility.

After your first component is live, watch how users respond. If adoption is high, add more. If users need training, invest time there before expanding. Each component should solve a specific, measurable problem.

What makes these different from standard components?

Not sure if you need Lightning Page components or Flow components? Our Dynamic vs Flow comparison breaks it down.

  • Advanced functionality: Standard related lists show data. Avonni components let users search, filter, sort, and interact without leaving the page.
  • Dynamic context: Components automatically adapt to the current record or user.
  • Professional polish: Every component follows Lightning Design System guidelines and looks native.
  • Performance optimized: Built specifically for App Builder with a lightweight architecture.

Measuring impact after deployment

After deploying your first component, track these signals to understand if it's working:

User engagement: Are users actually interacting with the component? Check page analytics or simply ask. If a Data Table replaces a related list and users are searching and filtering, that's a clear sign of value.

Support ticket reduction: If you deployed a Kanban for pipeline management, are reps asking fewer questions about "where is this deal?" Less confusion = fewer support tickets to the admin team.

Task completion speed: Time how long common tasks take before and after. If finding an opportunity on an account page drops from 30 seconds to 5 seconds, that's measurable ROI across your entire sales team.

User feedback: The simplest metric. Ask users: "Is this page better than before?" If the answer is yes, you're on the right track.

Migrating from standard components gradually

Replacing standard components with Avonni alternatives doesn't need to happen overnight. Here's a phased approach that minimizes disruption:

Phase 1: Side by side. Add an Avonni component next to the standard component it replaces. Users can try both and get comfortable with the new option. This is low-risk because you're not removing anything.

Phase 2: Gather feedback. After a week or two, ask users which they prefer. If the Avonni component wins (it usually does), proceed to phase 3.

Phase 3: Remove the standard component. Once users are comfortable, remove the standard related list or component. The page gets cleaner, and users have fully adopted the Avonni alternative.

Phase 4: Expand to other pages. Apply the same pattern to other Lightning pages in your org. Each migration is smaller and easier because users already know how Avonni components work.

When to use App Builder components vs. Dynamic components

Use Avonni App Builder Components when:

  • You're enhancing existing Lightning pages quickly
  • You need lightweight, performant components
  • Standard configuration meets your needs
  • You want an admin-friendly setup

Upgrade to Dynamic Components when:

  • You need complete custom styling control
  • You want to nest components within components
  • You need advanced conditional logic
  • You're building complex, highly customized layouts

Think of it this way: App Builder Components are perfect for "better Lightning pages." Dynamic Components are for "completely custom experiences." Both are no-code. Both are powerful. They just solve different problems.

Getting started today

  1. Install the package from AppExchange
  2. Pick one page that users complain about most
  3. Add one component that solves their biggest pain point
  4. Watch adoption improve as users realize pages can actually be helpful

The bottom line

Avonni Components for App Builder isn't about adding complexity to Salesforce. It's about removing friction. It's about making Lightning pages work the way users expect—searchable, filterable, visual, and actually useful.

You don't need to become a developer. You don't need to wait for IT. You just need components that work the way your brain works, configured through patterns you already understand.

Start with one page. Add one component. See the difference it makes.

Avonni Components for App Builder is available now as part of the Avonni Experience Components package on the Salesforce AppExchange.

Ready to transform your Lightning pages? Get started with the Avonni App Builder Experience Components

17 Salesforce Admin Components for Lightning Pages | Avonni
Documentation

Build Salesforce Solutions Faster

Save time, reduce costs, and see your Salesforce projects come to life faster.