New record menu items migration from ITSM Agent Workspace to Service Operations Workspace for ITSM
Summarize
Summary of New record menu items migration from ITSM Agent Workspace to Service Operations Workspace for ITSM
This migration process enables ServiceNow customers to transfer new record menu items from the ITSM Agent Workspace to the Service Operations Workspace (SOW) specifically for ITSM. It ensures that active new record menu items configured in ITSM Agent Workspace are accurately replicated and available in the Service Operations Workspace, facilitating a seamless transition and consistent user experience.
Show less
Migration Scope and Tables
- The migration focuses on records from specified tables identified by the system property snsowmigration.itsmawmigrationtables.
- The key table used for migration is New Record Menu Item [sysawnewmenuitem], which holds the active new record menu items to be migrated.
Migration Process
The migration utility automates the transfer of new record menu items using this approach:
- It queries the current new record menu configuration in Service Operations Workspace by retrieving UX Page Property records related to the Service Operations Workspace page.
- Tables already included in Service Operations Workspace’s new record menu are identified and excluded from migration to prevent duplicates.
- The utility selects active new record menu items from ITSM Agent Workspace based on the specified migration tables and excludes any that already exist in Service Operations Workspace.
- For each eligible record, a JSON object is created containing the label, routing information, and creation conditions relevant to the new record menu item.
- This JSON object is added to the existing new record menu configuration in Service Operations Workspace.
Post-Migration Actions
- Verify that the new record menus in Service Operations Workspace match those in ITSM Agent Workspace.
- Adjust and update the migrated new record menu settings in Service Operations Workspace as needed to fit your organizational requirements.
Why This Matters
Migrating new record menu items maintains consistency in user interfaces and workflows when transitioning from ITSM Agent Workspace to Service Operations Workspace. It eliminates manual reconfiguration, reduces errors, and accelerates adoption of the new workspace environment.
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.