---
sourceDocument: Yokohama IT Operations Management
sourceDocumentLink: https://www.servicenow.com/docs/r/ja-JP/yokohama/it-operations-management

 Release :

    - yokohama

ft:locale :

    - ja-JP

ft:publication_title :

    - Yokohama IT Operations Management

ft:clusterId :

    - itom

bundleId :

    - itom

workflow :

    - Technology


---

# サービスオペレーションワークスペース for ITOM \[概要\] セクションの第 1 レベルのカードの変更

# サービスオペレーションワークスペース for ITOM \[概要\] セクションの第 1 レベルのカードの変更 {#ariaid-title1}

* リリースバージョン: Yokohama
* 
* 更新日 2025年01月30日
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 所要時間：1分

ヘッダーラベル、データソース、測定基準、フィールド別にグループ化、viewAllQuery などのさまざまなパラメーターを設定して、\[概要\] セクションの第 1 レベルのカードに表示されるデータをカスタマイズします。そうすることで、よりカスタマイズされた関連性の高い情報を表示できます。

## 始める前に

必要なロール：evt_mgmt_admin

## 手順

1. \[sys_ux_client_script_include.list\] に移動します。
2. \[UX クライアントスクリプトインクルード\] リストから、\[SowEMLandingPageUtilsSNC\] クライアントスクリプトインクルード定義を選択します。
3. \[UX クライアントスクリプトインクルード\] フォームで、\[スクリプト\] フィールドを編集します。  
   たとえば、次のようになります：

          }
            };
           const labelMap = {
               'em_alert': {
                   'alerts_assigned_to_you': {
                       '1': 'Alerts assigned to you - Urgent',
                       '2': 'Alerts assigned to you - High',
                       '3': 'Alerts assigned to you - Moderate',
                       '4': 'Alerts assigned to you - Low'
                   },
                   'open_alerts': {
                       '1': 'Open alerts - Urgent',
                       '2': 'Open alerts - High',
                       '3': 'Open alerts - Moderate',
                       '4': 'Open alerts - Low'
                   },
                   'team_alerts_assigned': 'Assigned team alerts - to ',
                   'team_alerts_unassigned': {
                       '1': 'Unassigned team alerts - Urgent',
                       '2': 'Unassigned team alerts - High',
                       '3': 'Unassigned team alerts - Moderate',
                       '4': 'Unassigned team alerts - Low'
                   }
               }

4. \[更新\] をクリックします。
{#customize-first-level-cards-itom__steps_cnj_mml_msb}

