New record menu items migration from ITSM Agent Workspace to Service Operations Workspace for ITSM
Summarize
Summarized using AI
This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.
Summary of New record menu items migration from ITSM Agent Workspace to Service Operations Workspace for ITSM
This document explains the migration process of new record menu items from the ITSM Agent Workspace to the Service Operations Workspace (SOW) for ITSM in the Zurich release. This migration is essential to ensure that new record menu items configured in the Agent Workspace are properly transferred and available in the Service Operations Workspace without duplication, enabling a seamless user experience in the updated workspace environment.
Show less
Migration Process
- Scope of Migration: Only active records from specific tables, defined by the system property
snsowmigration.itsmawmigrationtables, are migrated. - Key Table: The
New Record Menu Item [sysawnewmenuitem]table contains the active menu items targeted for migration. - Identification: The migration utility identifies items to migrate by checking active records in the Agent Workspace that are not already present in the Service Operations Workspace to avoid duplicates.
- Duplicate Handling: Only one copy of duplicate active records is migrated.
How the Migration Utility Works
- Retrieves existing new record menu configurations for the Service Operations Workspace by querying the
UX Page Property [sysuxpageproperty]table, specifically looking for the Service Operations Workspace page and thechrometabproperty that stores new record menu items. - Identifies tables already present in SOW configurations to exclude them from migration.
- Searches for active new record menu items in Agent Workspace that belong to tables listed in the migration system property.
- For each eligible record not already migrated, creates a JSON object representing the menu item with details such as label, routing information, and creation conditions.
- Appends this JSON to the existing
chrometabconfiguration in SOW to complete the migration of the new record menu item.
Post-Migration Steps
- Verify that the migrated new record menus in Service Operations Workspace match those previously configured in ITSM Agent Workspace and function correctly.
- Adjust or update the migrated new record menu settings in SOW as needed to align with organizational requirements.
Practical Benefits for ServiceNow Customers
- Ensures continuity of new record menu items when transitioning from ITSM Agent Workspace to Service Operations Workspace.
- Prevents duplication and conflicts by intelligently identifying and migrating only the necessary records.
- Facilitates a smooth workspace upgrade while preserving essential menu configurations critical for end-user productivity.
Migration of the new record menu items from ITSM Agent Workspace to Service Operations Workspace for ITSM includes identifying the required tables, identifying new record menu items for migrations, and the migration process.