Microsoft Copilot $21 now $18/user/month + 1 month free

October 28, 2021

Add Detail to the Schedule Board in Dynamics 365 Field Service

Recently one of our experts developed a brilliant process to add more detail to the Schedule Board in Dynamics 365 Field Service. Overall, this will provide more visibility to dispatchers and resources that are viewing the Schedule Board daily. Just a few simple steps by an admin user can add important details to the scheduled work orders.

By default, the hourly view of the schedule shows very little detail for each work order. There is only the resource name/number and “Work Order” displayed during the scheduled time.

Dispatchers and resources would originally have to drill deeper to find key information such as the account associated with the work order, or the projects scheduled to be completed. To secure this improved visibility and ease of use for the hourly view, a System Administrator must follow these simple steps:

Step 1: Turn off the New Schedule Board toggle to be able to edit it.

Step 2: Go to Tab Settings – Initial Public View > Work Order

Step 3: Add this custom script in the Booking Template field

<div style=”line-height: 11px !important; width: 99%; overflow: hidden; display: block; text-overflow: ellipsis;”>
WO:
<B>{msdyn_msdyn_workorder_bookableresourcebooking_WorkOrder.msdyn_name}</B><br/>
WO Summary: <b>{msdyn_msdyn_workorder_bookableresourcebooking_WorkOrder.msdyn_workordersummary}</b><br/>
Account: <b>{msdyn_msdyn_workorder_bookableresourcebooking_WorkOrder.msdyn_account_msdyn_workorder_ServiceAccount.name}</b><br/>
</div>

Step 4: Go back and see the changes to the Schedule Board

Please Note:

This change affects the Hourly View on the Scheduling Board.

Administrative Users can customize which fields are displayed on the Work Order when looking at the Schedule Board by changing certain parts of the code shown in bold below.

<div style=”line-height: 11px !important; width: 99%; overflow: hidden; display: block; text-overflow: ellipsis;”>
WO:
<B>{msdyn_msdyn_workorder_bookableresourcebooking_WorkOrder.msdyn_name}</B><br/>
WO Summary: <b>{msdyn_msdyn_workorder_bookableresourcebooking_WorkOrder.msdyn_workordersummary}</b><br/>
Account: <b>{msdyn_msdyn_workorder_bookableresourcebooking_WorkOrder.msdyn_account_msdyn_workorder_ServiceAccount.name}</b><br/>
</div>

If there are any issues inputting or customizing this code, please feel free to reach out at https://lime-falcon-860444.hostingersite.com/ to chat with one of our experts. BCS is always happy to work with you to find the appropriate solution!

Other articles

What Copilot “Cowork” Means for Business Users

Zoltan Orban

|

March 26, 2026
Microsoft recently introduced Copilot Cowork, and I wanted to take a closer look at what it represents in practical terms, especially for business users working across Microsoft 365 and related…

Why CRM Data Quality Matters More Than Data Volume

Marisa Mini

|

March 24, 2026
A database of 100,000 messy, outdated records is far less valuable than 5,000 that are clean and accurate. Companies often obsess over data volume. But when more data is prioritized over…

From Reactive to Predictive: AI in Business Central Distribution

Zoltan Orban

|

March 19, 2026
Most distribution teams don’t lack reporting. If anything, they often have too much of it. Dashboards, planning worksheets, inventory reports, and KPIs are readily available inside Dynamics 365 Business Central. Yet…

AI Agents in Business Central: How the Payables Agent Works

Jennifer Ryan

|

March 17, 2026
If you're curious how AI agents in Microsoft Dynamics 365 Business Central actually work, we're hosting a live walkthrough of the Payables Agent on March 26. See live how the agent…

Migrating 1.3 Million CRM Records in Dynamics 365: Why We Used a Custom Console App

Marisa Mini

|

March 5, 2026
A government client needed to restructure 1.3 million contact records in Microsoft Dynamics 365 CRM. At that scale, traditional UI tools and flows can throttle, fail silently, or leave a…

AI Agents in Manufacturing ERP: D365 Business Central Guide

Seetharaman Andiappan Rajaram

|

March 4, 2026
AI agents are now live inside Microsoft Dynamics 365 Business Central. For manufacturers evaluating AI in ERP systems, the practical question isn’t what an agent is it’s how AI agents…