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.

Comments

Popular posts from this blog

Effective Strategies for Debugging Plugins in Dynamics CRM

Exploring the Differences: Managed vs. Unmanaged Solutions in Dynamics CRM/Dataverse

Connecting the Dots: FetchXML and Web API Integration in Dataverse