Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Migration of view rules from ITSM Agent Workspace to Service Operations Workspace for ITSM

Migration of view rules from ITSM Agent Workspace to Service Operations Workspace for ITSM includes identifying the required tables, identifying the view rules for migrations, and the migration process.

View rules

For information about view rules, see https://www.servicenow.com/community/developer-blog/servicenow-view-and-view-rule-servicenow-tutorial-to-understand/ba-p/2333469.

For information about creating a view rule, see Create a view rule.

Tables used for migration

Table nameDescription
View Rule [sysrule_view_workspace]Contains all view rules.
UX View Rules Configuration [sys_ux_view_rules_configuration]Contains the view rule configuration that is mapped to the specified configurable workspace. The migration utility uses the Service Operations Workspace view rules configuration.
Sys Ux M2m Workspace View Rule Ux View Rule Config [sys_ux_m2m_workspace_view_rule_ux_view_rule_config]Contains mapping information between view rules and the view rule configuration. This information helps define and identify rules that are applicable for a workspace.

How the migration utility identifies view rules for migration

The migration utility for Service Operations Workspace identifies the set of view rules to migrate by using the following information:

  • View Rule [sysrule_view_workspace] table records for which workspace is ITSM Agent Workspace.
  • All view rules specified by the View Rule [sysrule_view_workspace] table in the ITSM Agent Workspace.

How the migration works

The migration utility uses the following sequence to migrate the UI actions from ITSM Agent Workspace to Service Operations Workspace for ITSM. All these actions are done by the utility.

  1. Filters records from View Rule [sysrule_view_workspace] table for which workspace is ITSM Agent Workspace.
  2. Imports all view rules specified by the View Rule [sysrule_view_workspace] table in the ITSM Agent Workspace.
  3. Filters view rules that aren’t mapped to any view rules configuration.
  4. Creates an m2m mapping between filtered view rules and Service Operations Workspace view rules configurations so that the view rules are applied in Service Operations Workspace.
  5. Creates a fallback view rule with the following field values while migrating view rules for the specified table.

    • view is workspace.
    • order is 99999999. Note: The fallback view rule is created because, in the ITSM Agent Workspace, the default view for all tables is workspace

    If a view rule isn’t configured for a table, the Service Operations Workspace view rule that is consistent with the ITSM Agent Workspace is migrated.

  6. Perform post-migration tasks for view rules
    Verify that the view rules in Service Operations Workspace (SOW) are consistent with the view rules in ITSM Agent Workspace and are ready for use in SOW. You can update the view rules settings in SOW based on your requirements.

Parent Topic:Configurations and customizations that can be migrated from ITSM Agent workspace to SOW for ITSM

Related topics

Migration of UI actions and layouts from ITSM Agent Workspace to Service Operations Workspace for ITSM

Ribbons migration from ITSM Agent Workspace to Service Operations Workspace for ITSM

New record menu items migration from ITSM Agent Workspace to Service Operations Workspace for ITSM

Migration of highlighted fields in lists and forms from ITSM Agent Workspace to Service Operations Workspace for ITSM

List actions migration from ITSM Agent Workspace to Service Operations Workspace for ITSM

List categories and modules migration from ITSM Agent Workspace to Service Operations Workspace for ITSM

Migration of form headers from ITSM Agent Workspace to Service Operations Workspace for ITSM

Migration of search configurations from ITSM Agent Workspace to Service Operations Workspace for ITSM

Migration of Agent assist from ITSM Agent Workspace to Service Operations Workspace for ITSM

Migration of Related list declarative actions from ITSM Agent Workspace to Service Operations Workspace for ITSM

Migration of field decorators from ITSM Agent Workspace to Service Operations Workspace for ITSM