Where is assignment group filter stored in dispatcher workspace?

Thomas Geesman
Tera Contributor

Users are able to filter based on assignment groups in dispatcher workspace. That filter selection seems to persist when they come back to the dispatcher workspace. Does anyone know where that is stored in the platform? Is there able that stores this preference? 

3 REPLIES 3

Joshua Chen MTL
Mega Sage

without territory management, in the dispatcher settings

JoshuaChenFX_0-1748433081586.png

 





with territory management

JoshuaChenFX_0-1748391457328.png

 

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

TajuddinM
Tera Contributor

Hello Thomas,

You are right, the ServiceNow platform does store the user preferences in the User Preferences(sys_user_preference) table, which is decides which group has to be fetched for the user on load.

Screenshot 2025-11-10 at 7.16.25 PM.png

 

  • There is a variable named 'dispatcher_workspace_resource_filters' which stores the information related to groups.
  • Screenshot 2025-11-10 at 7.21.49 PM.png
[{"id":"8cfe1adaeb14811052ed0d32d85228e2","selectedIds":["ad0b5ef2fb6076104addfee6beefdca9"]},{"id":"544b7f5aebd4811052ed0d32d852280a","selectedIds":[]},{"id":"3e44471aeb94811052ed0d32d8522882","selectedIds":[]}]
  •  Notice that the ad0b5ef2fb6076104addfee6beefdca9 is the sys_id of the default group that has been saved for that user.

 

If this post has helped!
Please mark this post as Helpful and Accept the solution.

 

TajuddinM
Tera Contributor

Hello Thomas,

You are right, the ServiceNow platform does store the user preferences in the User Preferences(sys_user_preference) table, which is decides which group has to be fetched for the user on load.

Screenshot 2025-11-10 at 7.16.25 PM.png

 

  • There is a variable named 'dispatcher_workspace_resource_filters' which stores the information related to groups.
  • Screenshot 2025-11-10 at 7.21.49 PM.png
[{"id":"8cfe1adaeb14811052ed0d32d85228e2","selectedIds":["ad0b5ef2fb6076104addfee6beefdca9"]},{"id":"544b7f5aebd4811052ed0d32d852280a","selectedIds":[]},{"id":"3e44471aeb94811052ed0d32d8522882","selectedIds":[]}]
  •  Notice that the ad0b5ef2fb6076104addfee6beefdca9 is the sys_id of the default group that has been saved for that user.

 

If this post has helped!
Please mark this post as Helpful and Accept the solution.