Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

beige line in dispatcher workspace

Joshua Chen MTL
Mega Sage

hi team,

what is the beige color meaning in the dispatcher workspace?
- desmond row is all beige
in past SN videos, you had text that mentioned crew  (see here ''installation crew member'' 

 

JoshuaChenFX_0-1746579817021.png

 


and where can i find this config setting? 

JoshuaChenFX_0-1746578473355.png

 

.
Add me on LinkedIn 🙂 https://www.linkedin.com/in/joshuachen0510/
1 ACCEPTED SOLUTION

SalmatO
ServiceNow Employee
ServiceNow Employee

Hi Joshua,

  • Beige row = Crew assignment

  • It visually differentiates crew leads or crew schedules from individual resources.

  • Used when tasks are assigned to a crew instead of a single user.

How to confirm:

  1. Go to Field Service > Crews

  2. Check if "Desmond" is listed as a Crew Lead or Crew Member

  3. If yes, the beige row confirms Desmond is being scheduled as a crew resource

The beige row color isn't a setting you can toggle directly. It is rendered through the Dispatcher Workspace UI code (via the Now Experience UI Framework).

What you can configure indirectly:

  • The assignment record type — if Assigned to is a Crew record, the system auto-renders it with beige.

  • This logic is embedded in components like:

    • Dispatcher Workspace > Workspace Configurations (only for layout and data sources)

    • Field Service Assignment logic in:

      • AssignmentUtils

      • FSMDispatchUtils Script Includes

 

View solution in original post

2 REPLIES 2

SalmatO
ServiceNow Employee
ServiceNow Employee

Hi Joshua,

  • Beige row = Crew assignment

  • It visually differentiates crew leads or crew schedules from individual resources.

  • Used when tasks are assigned to a crew instead of a single user.

How to confirm:

  1. Go to Field Service > Crews

  2. Check if "Desmond" is listed as a Crew Lead or Crew Member

  3. If yes, the beige row confirms Desmond is being scheduled as a crew resource

The beige row color isn't a setting you can toggle directly. It is rendered through the Dispatcher Workspace UI code (via the Now Experience UI Framework).

What you can configure indirectly:

  • The assignment record type — if Assigned to is a Crew record, the system auto-renders it with beige.

  • This logic is embedded in components like:

    • Dispatcher Workspace > Workspace Configurations (only for layout and data sources)

    • Field Service Assignment logic in:

      • AssignmentUtils

      • FSMDispatchUtils Script Includes

 

TY @SalmatO  what about the text? when/how is it toggled on /off, in my PDI i  only have the beige line

JoshuaChenFX_0-1746809992789.png

 

.
Add me on LinkedIn 🙂 https://www.linkedin.com/in/joshuachen0510/