Salesforce Accelerators
Ready-to-install components for your org
Packaged Lightning Web Components that solve common Salesforce gaps in minutes, not sprints. Deployed with SFDX, configured with Custom Metadata — no code changes required.
CalendarField
One calendar for everything in your org — a lightweight alternative to heavy managed packages.
CalendarField renders records from any object — tasks, opportunities, cases, milestones, custom objects — on a single Month, Week, or List calendar placed on any Lightning page. Admins define data sources as SOQL or GraphQL queries in Custom Metadata, with dynamic keywords for the running user, the visible date range, and the current record.
Each source gets its own color and legend entry, event titles merge record fields through templates like "Opp {Name} closes", and clicking an event opens the record. Security is enforced server-side with sharing rules and field-level security.
Key benefits
- Replace spreadsheet trackers and multiple list views with one visual pipeline
- New calendars in minutes: create metadata records, drop the component on a page
- No external libraries and no per-user licensing — it is your code, in your org
- Respects sharing and field-level security out of the box
Document Classifier
Turn document chaos into a tracked, visual checklist on any record page.
Document Classifier is a record-page workspace where users upload files and drag-and-drop them onto configurable checklist requirements — which documents are required, which are optional, and what is still missing. Inline preview shows PDFs and images without leaving the page.
Built for case management, compliance, onboarding, and legal workflows where every record needs a set of verified documents. Checklists are defined per parent object through Custom Metadata.
Key benefits
- Instant visibility: which documents are received, classified, or missing
- Drag-and-drop classification replaces renaming files and manual notes
- Role-based permissions for classify, view, and delete actions
- Works on Case out of the box and on any custom object via configuration
MF Custom File List
The Files related list Salesforce should have shipped.
MF Custom File List replaces the standard Files related list with a fully configurable datatable: choose the columns, default sorting, page size, and file-type filters per object and record type — all defined as JSON in Custom Metadata.
Optional upload, delete, and an inline preview panel keep users on the record page instead of navigating to Content workspaces. Drop it onto any Lightning record page from App Builder.
Key benefits
- Show the file metadata that matters: type, size, owner, custom columns
- Different configurations per object and record type, no code
- Inline preview and upload without leaving the record
- Deploy once, reuse across every object in the org
MF Editable Datatable
Inline-editable lists for any object, configured entirely with metadata.
MF Editable Datatable renders any object as a fast, inline-editable table on any Lightning page. Admins pick the object, the columns, filtering, sorting, and exactly which fields are editable — all defined in Custom Metadata, with no Apex or component code to write.
Cells stay read-only until clicked, then open the right editor inline — including the native Salesforce date picker and picklist comboboxes that never get clipped. Picklists honor each row's Record Type and field dependencies, so users only ever pick valid values. Users can freeze key columns, drag to resize, sort by any header, edit multiple rows, and save in a single operation. Reads and writes run in user mode, so field-level security, CRUD, and sharing are always respected.
Key benefits
- Click-to-edit cells with text, number, checkbox, Salesforce date picker, and picklist editors
- Per-config object, columns, filters, sort, and editable fields via metadata
- FLS, CRUD, and sharing enforced in user mode
- Frozen columns, drag-to-resize widths, and click-to-sort headers
- Record-type-aware and dependent picklists — each row shows only its valid values
- Bulk inline editing and single-click save without building a component
- Drop onto any record, app, or home page in Lightning App Builder
MF Kanban
Drag-and-drop pipelines for any object, no managed package required.
MF Kanban turns any object into a drag-and-drop board. Columns are generated automatically from a status picklist, and cards come from a filtered — optionally record-scoped — query defined in Custom Metadata.
Dragging a card from one column to another writes the new status straight back to the record in user mode, so permissions and validation rules still apply. Perfect for opportunity stages, case status, or any custom workflow.
Key benefits
- Visual pipeline for opportunities, cases, or any custom object
- Columns auto-built from the status picklist, in the org's order
- Drag to update status, with smooth lift-and-drop animations
- Per-status column colors from an auto palette or your own hex values
- Templated card titles and subtitles, all configured in metadata
MF Trigger Framework
One consistent, controllable pattern for every trigger in your org.
MF Trigger Framework is a lightweight, metadata-driven Apex trigger handler framework. A single dispatcher routes every trigger context to the right handler, so your triggers stay one line long and your logic lives in clean, testable classes.
Handlers can be bypassed globally, per object, or per custom permission — ideal for data loads, migrations, and integrations — and a built-in recursion guard prevents the cascading re-entry problems that plague hand-written triggers.
Key benefits
- One dispatcher and one handler pattern across the whole org
- Global, per-object, and per-permission bypass from Custom Metadata
- Built-in recursion control to stop re-entrant execution
- Ships with tests and a permission set — production-ready
MF Logger
Logs that survive the rollback that caused the error.
MF Logger is a logging framework built on Platform Events, so log records persist even when the transaction that created them rolls back — exactly when you need the evidence most. Log level and behavior are configured in Custom Metadata.
Developers log with a simple, fluent API; entries are captured to a log object and surfaced in an included Lightning Web Component viewer, giving admins and support a fast way to diagnose issues without digging through debug logs.
Key benefits
- Rollback-safe persistence via Platform Events
- Configurable log level and behavior in Custom Metadata
- Included LWC viewer to browse recent logs
- Simple, fluent API for Apex developers
MF Rollup Engine
Roll up across any lookup — not just master-detail — without code.
MF Rollup Engine is a declarative, metadata-driven rollup engine that summarizes child records onto a parent across any lookup relationship, not only master-detail. Define the relationship, operation, and filters in Custom Metadata and the engine keeps the parent field in sync.
It supports COUNT, SUM, MIN, MAX, and AVG with optional filter criteria, stays bulk-safe under load, and includes a batch process to backfill or recalculate existing data from scratch.
Key benefits
- Rollups on any lookup relationship, no master-detail required
- COUNT, SUM, MIN, MAX, AVG with filtered criteria
- Bulk-safe trigger plus a batch backfill for existing data
- Configured entirely in Custom Metadata — no Apex to write
MF Callout Framework
Resilient HTTP callouts with retries, Named Credentials, and easy mocking.
MF Callout Framework is a resilient wrapper around Salesforce HTTP callouts. A fluent request builder and Named Credential support remove boilerplate, while endpoint, headers, timeout, and retry behavior are configurable in Custom Metadata.
Transient failures are retried automatically, and a reusable HttpCalloutMock makes integration code trivial to unit test. It's the foundation for reliable, maintainable integrations.
Key benefits
- Named Credential support and a clean, fluent request builder
- Automatic retries on transient errors, configured in metadata
- Reusable mock for fast, reliable unit tests
- Consistent error handling across every integration
See them in your org
Every accelerator deploys with SFDX and ships with automated tests and permission sets. We install, configure, and adapt them to your use case.