Migration of Agent assist from ITSM Agent Workspace to Service Operations Workspace for ITSM
Summarize
Summary of Migration of Agent assist from ITSM Agent Workspace to Service Operations Workspace for ITSM
The migration of Agent assist from ITSM Agent Workspace to Service Operations Workspace (SOW) involves identifying necessary tables, eligible form header records, and outlining the migration process. This process ensures that configurations are transitioned smoothly for continued usage in SOW.
Show less
Key Features
- Tables Used for Migration:
- cxstableconfig: Contains all Agent assist configurations in both ITSM Agent Workspace and SOW.
- declarativeactionassignment: Holds the sysid of cxstableconfig records for migration.
- sysuxscreen: Stores the sysid of cxstableconfig in the Macroponent Configuration field of the Agent Assist SNC record.
- Migration Utility Identification: The utility identifies eligible records by checking the Workspace field, uicomponent, Table field, and Active checkbox.
- Migration Process: The utility retrieves the most recently updated configuration record and copies it to the Agent assist SNC record in SOW.
Key Outcomes
Upon successful migration, ensure that the Agent assist configurations in SOW match those from ITSM Agent Workspace and are ready for operational use. You can also update the migrated settings in SOW as required.
Migration of the Agent assist from ITSM Agent Workspace to Service Operations Workspace (SOW) include identifying the required tables, eligible form header records for migrations and the migrations process.
Tables used for migration
| Table name | Description |
|---|---|
| cxs_table_config | Table that contains all the Agent assist configurations in ITSM Agent Workspace and SOW. |
| declarative_action_assignment | Table that contains the sys_id of the cxs_table_config record in the component attributes with the cxsTableConfig key name in ITSM Agent Workspace. |
| sys_ux_screen | Tables that contains the sys_id of the cxs_table_config record in the Macroponent Configuration field of the Agent Assist SNC (468f70f443b47110cc25ff53e9b8f296) record. This record is available in the base system. |
Limitations
- If customer has configured more than one Agent assist configuration on the same table, the most recently updated configuration is migrated.
- The Agent assist migration from ITSM Agent Workspace overrides any pre-existing changes in SOW.
Configuring Agent assist in ITSM Agent Workspace and SOW
- For ITSM Agent Workspace, Agent Assist configuration data exist in the following tables where the configuration data is stored:
- Agent assist is configured on a particular table using a declarative action with the UI component now-agent-assist.
- Configuration is stored in the cxs_table_config table.
- Declarative action on the table stores the sys_id of the cxs_table_config record in the component attributes with the cxsTableConfig key name.
- For SOW, Agent assist configuration data exist in the following tables:
- The configuration record from cxs_table_config is stored in the Agent Assist SNC record from sys_ux_screen.
- In SOW, a field named Macroponent Configuration contains the mapping of each individual table with its configured sys_id of cxs_table_config record.
How the migration utility identifies Agent assist for migration
- The Workspace field is set to Agent Workspace.
- The ui_component field has the value now-agent-assist.
- The Table field is set to a value (table) for which migration must be done.
- The Active check box is selected.
How the migration works
- Searches the sys_declarative_action_assignment table with the following conditions and only retrieves the record which is recently updated.
- The Workspace field is set to Agent Workspace.
- The ui_component field has the value now-agent-assist.
- The Table field is set to a value (table) for which migration must be done.
- The Active check box is selected.
- If the sys_declarative_action_assignment record is found with the conditions, then the value in the cxsTableConfig is copied to the Agent assist SNC record from the sys_ux_screen against its corresponding table key.
The following screenshot depicts sys_id's of all the record types in the Macroponent Configuration field of the Agent assist SNC record.
The following screenshot depicts the Agent assist for incident sys_id record that contains the cxsTableConfig as the component attributes.
- If multiple configurations exist for same table, the SOW migration utility migrates the one that was most recently updated.
- If an active configuration is not found in the table then the sow configuration remains same and is not updated.