Dynamics 365 Field Service : Customize a schedule board

The Schedule Board in Microsoft Dynamics 365 Field Service is a powerful tool that provides dispatchers and field service managers a visual interface to assign and manage work orders efficiently. However, every business operates differently, and the default configuration might not suit every organization’s needs.
In this blog, we’ll walk you through how to customize the schedule board to align with your operational workflows, improve usability, and enhance field technician productivity.
What is the Schedule Board?
The Schedule Board is a dispatching interface used to manage bookings for resources (usually field technicians) in real time. It enables dispatchers to:
- View available and booked resources
- Drag and drop work orders to assign them
- See location data for resources and jobs (map view)
- Track job statuses visually
- Monitor travel time and availability
By default, the board shows:
- Resources on the left
- Time-based booking slots in the center
- Map and details pane on the right
But with customization, you can make it work your way.
Why Customize the Schedule Board?
Every organization may have different dispatching needs. Customization helps:
- Improve dispatcher efficiency
- Show only relevant work orders or technicians
- Prioritize high-value jobs visually
- Integrate with custom business logic (e.g., KPIs or alerts)
Types of Customizations
Here’s a breakdown of the main customization areas:
1. Schedule Board Tabs
Tabs let you create different views of the board for different teams, regions, or work types.
Use Case: Create separate tabs for North and South regions, or one for Installations and another for Repairs.
How to customize:
- Go to Resource Scheduling > Settings > Schedule Board Settings
- Click + New to create a new tab
- Filter resources or bookings using query builders
- Set default map locations or working hours
2. Resource Cell Customization
Customize what information is shown next to each technician/resource.
Use Case: Show certifications, territory, or custom KPIs next to the technician name.
How to customize:
- Open the Schedule Board tab
- Select Settings > Resource Cell Template
- Use Liquid or JavaScript to define what data to display
3. Booking Template Customization
Modify how bookings (colored blocks) appear on the board.
Use Case: Change the color of bookings based on work order priority or SLA.
How to customize:
- Navigate to Booking Template
- Edit the HTML/CSS template for booking display
- You can use custom logic or calculated fields for color coding
4. Map Customization
Adjust what is displayed in the map view (technician location, work orders, traffic, etc.).
Use Case: Show only high-priority bookings on the map.
How to customize:
- Use map filters in the Schedule Board tab settings
- Toggle options like traffic overlay or resource icons
5. Filter Panel Customization
Add filters for dispatchers to quickly narrow down the list of resources or bookings.
Use Case: Add a filter for skill sets or territories.
How to customize:
- Open the tab and select Settings > Filter Layout
- Use FetchXML to define custom filters
6. Custom JavaScript Extensions
- Inject custom behavior into the schedule board (advanced use).
- Use Case: Trigger alerts when high-priority bookings are overdue.
How to customize:
- Use the OnRecordSelect or OnBookingChanged JavaScript hooks
- Extend the Schedule Board via the Schedule Board Extensibility SDK
Real-Life Example: Customizing for Emergency Dispatch
Scenario: A company offers 24/7 emergency HVAC repair services. Dispatchers need to:
- Instantly spot unassigned emergency work orders
- View technician overtime availability
- Prioritize high-SLA jobs
Customization Steps:
1. Create a new tab: "Emergency Dispatch"
2. Filter work orders where `Priority = High` and `Status = Open`
3. Customize booking templates to show SLA countdown
4. Color-code bookings: red for overdue, yellow for 1 hour left
5. Add a filter panel: SLA Time Remaining, Region
6. Add a JavaScript extension: pop-up alert if a job is unassigned past 10 mins
Final Thoughts
Customizing the Dynamics 365 Field Service Schedule Board transforms it from a generic tool to a tailored dispatching solution. Whether it's through filtering, visual cues, map settings, or advanced scripting, each tweak helps improve productivity and decision-making.
Published on:
Learn moreRelated posts
Dynamics 365 Field Service : Transfer inventory between warehouses
In Dynamics 365 Field Service, inventory management is a critical capability for organizations managing parts, tools, and consumables across m...
Dynamics 365 Field Service : View product inventory
In Field Service operations, knowing what inventory you have, where it’s located, and its current status is critical. Dynamics 365 Field Servi...
Dynamics 365 Field Service : Adjust inventory levels
Managing inventory is a critical part of field service operations. Whether it’s correcting stock discrepancies, accounting for damaged goods, ...
Dynamics 365 Field Service : Perform inspections, including adding ad hoc inspections
Inspections in Dynamics 365 Field Service provide technicians and service agents with a structured and standardized way to capture inspection ...
Dynamics 365 Field Service : Configure geocoding for a custom table
Dynamics 365 Field Service enables businesses to deliver onsite service to customer locations efficiently. One of the core features that power...
Dynamics 365 Field Service : Set up inventory and warehouses
In Dynamics 365 Field Service, inventory management plays a vital role in ensuring that your technicians have the right parts at the right tim...
Dynamics 365 Field Service : Enable and configure location tracking and geofencing
In the world of field service management, keeping track of technicians’ locations and movements is not just a convenience—it’s a necessity. It...
Dynamics 365 Field Service : Configure security roles
In the world of Dynamics 365 Field Service, one of the most critical tasks in system administration is configuring security roles. As organiza...
Dynamics 365 Field Service : Perform time entry
In the world of field service management, tracking how much time technicians spend on each job is critical for understanding cost, improving p...
Dynamics 365 Field Service : Customize the mobile app including forms, views, pages, and navigation
Field technicians rely heavily on mobile applications to execute tasks efficiently while on the go. Microsoft’s Dynamics 365 Field Service mob...