Stop Wiring Every Click: How Spring ’26 Makes Field Service LWCs Smarter with lwc:on
A network engineer is standing in a noisy data center at 2 a.m. One hand is holding a tablet, the other a flashlight. They’ve opened Salesforce Field Service, tapped into a custom tab, and now they need to: Request Level‑3 engineering support Endorse a site report Capture a quick pre-check or post-check confirmation Move the […]
Implementing Salesforce ORM in Field Service Lightning
Power Line Scheduling with Visualforce and Apex Introduction Salesforce Field Service Lightning (FSL) is widely used in utilities and energy organizations to manage power line inspections, fault repairs, and preventive maintenance. Behind the scenes, powerful Salesforce ORM (Object Relational Mapping) features—combined with Visualforce and Apex—enable teams to build custom scheduling, dispatch, and work management experiences […]
Why Lightning Web Components Are the Future of Custom Screens in Salesforce Field Service
Salesforce Field Service (FSL) has rapidly evolved into a lightning‑first, mobile‑first platform. As organizations modernize their field operations—whether managing utility inspections, power line maintenance, or large‑scale asset servicing—the architecture choices behind custom screens become critically important. For many years, Apex + Visualforce (VF) was the default approach for building custom UI in Salesforce. However, with […]
Apex Governor Limits in the Real World: Field Service for a Plumbing Business
Writer saw this post on LinkedIn by Roshan Something and decided to write blog post article regards to How to keep Work Orders, Service Appointments, and van‑stock flows fast, reliable, and limit‑safe—with practical Apex patterns and examples. Why Governor Limits Matter (Especially in Field Service) Salesforce runs on multi‑tenant infrastructure, so every line of code […]
Migrating from ClickSoftware to Salesforce Field Service: A Developer’s View
Having worked hands-on with ClickSoftware 8.x, migrating to Salesforce Field Service (SFS) is not a lift-and-shift exercise—it’s a fundamental re-architecture. ClickSoftware was extremely powerful, but that power lived in deeply customized rules, policies, and extensions that tightly controlled scheduling and dispatching. With Click 8.x reaching end-of-life (around 2023–2024), developers are forced to confront technical debt […]
Async Apex in the Real World: Lessons from a Salesforce Field Service Waste Collection Implementation
When building Salesforce Field Service for a local council’s waste‑collection operations, asynchronous Apex stops being an academic topic and starts becoming a daily architectural concern. On paper, async rules are easy to remember: @future can’t call @future Async can’t start async @future accepts only primitives Queueable Apex is more powerful But once we implemented a […]
Deep Dive into Salesforce FSL Crew Management
For Salesforce Field Service Lightning (FSL) administrators and developers, managing complex, multi-technician jobs requires moving beyond single-resource scheduling. FSL Crew Management provides the technical framework to model, schedule, and manage groups of service resources as a single entity. This technical deep dive explores the architecture, setup, and practical implementation of Crews within the FSL ecosystem. […]
Standalone Skills Management Visualforce Page for FSL
This document outlines the creation of a custom Visualforce page for comprehensive Skills Management, deployed as a custom tab within Salesforce Field Service Lightning. Objective Create a centralized skills management interface that allows administrators to view, assign, and manage skills across all Service Resources without using the standard Salesforce setup menus. Architecture Overview Apex Controller: Handles […]
Unleashing the Power of Custom JavaScript in Field Service Lightning
The Salesforce Field Service Lightning (FSL) Dispatcher Console is a mission-critical tool, designed to optimize scheduling, dispatching, and resource management out-of-the-box. But what happens when your unique business processes require a tweak, an automation, or a new piece of data that isn’t standard? This is where the strategic use of custom JavaScript transforms a powerful […]
The Scheduling Engine A Deep Dive into Salesforce Field Service Optimization

The core challenge for any service organization is logistics: assigning the right job to the right person at the right time. Manual scheduling is prone to error and inefficiency. The solution is the Salesforce Field Service (SFS) optimization engine. This isn’t just a simple calendar; it’s a sophisticated, AI-powered algorithm designed to solve the Traveling […]