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 transfers new record menu items from the ITSM Agent Workspace to the Service Operations Workspace (SOW) for ITSM. It ensures that active menu items for specific tables are identified, migrated without duplication, and integrated into the Service Operations Workspace environment. The migration leverages a utility configured by a system property and focuses on streamlining user experience continuity during the transition.
Show less
Key Features
- Migration Scope: Only active records from specified tables (controlled by the
snsowmigration.itsmawmigrationtablessystem property) are migrated, ensuring relevance and avoiding unnecessary data transfer. - New Record Menu Item Table: The
sysawnewmenuitemtable holds active records to be migrated, serving as the source for menu items in ITSM Agent Workspace. - Duplicate Avoidance: The migration utility checks existing new record menu items in Service Operations Workspace to prevent duplicates by excluding tables already configured.
- Migration Process: The utility:
- Identifies current new record menu configurations in Service Operations Workspace by querying the UX Page Property table.
- Filters and selects only eligible active records from ITSM Agent Workspace.
- Creates JSON objects representing each new record menu item, including labels, routing, and conditions for creation.
- Appends these JSON objects to the existing menu configuration in Service Operations Workspace.
Post-Migration Tasks
After migration, verify that the new record menus in Service Operations Workspace reflect those from ITSM Agent Workspace accurately and are functional. Adjust the migrated menu settings within Service Operations Workspace as needed to align with your organizational requirements.
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.