See Microsoft 365 Copilot in action across Outlook, Teams, Excel + more.

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!

Share On: 

Other articles

Free vs Paid: How Microsoft 365 Copilot Unlocks Real Productivity ROI

TJ Sedarski

|

November 13, 2025
Part of our “Work Smarter with Copilot” series — exploring how Microsoft 365 Copilot transforms productivity across Outlook, Teams, PowerPoint, Excel, and more.Copilot Free Chat is a good place to start in…

What the 2026 Business Central Updates Mean for Small and Midsized Organizations

Lupe Haro

|

November 12, 2025
Microsoft is doubling down on what matters most to today’s small and midsized organizations: automation, intelligence, and agility.The upcoming Dynamics 365 Business Central 2026 Release Wave 1 focuses on AI-powered…

Microsoft 365 Copilot Is Hot! Highlights from Community Summit 2025

TJ Sedarski

|

November 11, 2025
This article is part of our “Work Smarter with Copilot” series—spotlighting the latest Microsoft 365 Copilot updates announced at Community Summit 2025.One message rang loud and clear at this year’s…

How Microsoft 365 Copilot in Outlook Helps You Manage Email Smarter (and Tame Your Inbox)

Joel Trinidad

|

November 7, 2025
Part of our “Work Smarter with Copilot” series — exploring how Microsoft 365 Copilot transforms productivity across Outlook, Teams, PowerPoint, Excel, and more.The Email Overload Holding Teams BackFor most of…

Copilot for Power BI: Your Personal Data Assistant

Joel Trinidad

|

October 30, 2025
Microsoft has been steadily adding AI features to their broad range of business products, and Power BI is no exception. Copilot can be utilized to take full advantage of your…

How to Migrate Fixed Assets from Dynamics GP to Business Central Smoothly

George Rios

|

October 28, 2025
PlanningWhen working on a migration of Dynamics GP fixed assets to Business Central, you will want to identify which fields you want to transfer from one system to another. It…