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

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 6분
  • 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

    When migrating agent assist configurations from ITSM Agent Workspace to SOW, you may encounter any of the following issues:
    • 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

    You can configure Agent assist in ITSM Agent Workspace and SOW using the following tables:
    • 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 SOW migration utility identifies the eligible agent assist configuration records for migration from ITSM Agent Workspace to SOW only if the configuration records meet the following conditions:
    • 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

    The SOW migration utility uses the following sequence to migrate Agent assist from ITSM Agent Workspace to SOW:
    1. 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.
    2. 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. Agent assist SNC record

      The following screenshot depicts the Agent assist for incident sys_id record that contains the cxsTableConfig as the component attributes. Agent assist incident

    3. If multiple configurations exist for same table, the SOW migration utility migrates the one that was most recently updated.
    4. If an active configuration is not found in the table then the sow configuration remains same and is not updated.