モジュールまたはアプリケーションをデフォルト設定 (OOB) にリセット/元に戻すことは可能ですか?Issue <!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } モジュールまたはアプリケーションをデフォルト設定 (OOB) にリセット/元に戻すことは可能ですか? Release<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } Resolution<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } 残念ながら、モジュールをデフォルト設定 (OOB) バージョンにリセットする簡単な方法はありません。ServiceNow インスタンス内のアプリケーション全体を元に戻すための特定の機能は組み込まれていません。カスタマイズされたレコードは引き続きスキップされるため、プラグインを再度アクティブ化してもベースコードに戻ることはありません。 カスタマイズを元に戻すためのドキュメントがあり、実行する必要のあるプロセスを説明するのに役立ちます。 カスタマイズを元に戻す方法については、必要な手順を説明するドキュメントがあります: Revert a customizationこれを実現するもう 1 つの方法は、更新バージョンテーブル (sys_update_version) を使用することです。ここから、[名前] 列でレコードまたはアーティファクトの名前を検索できます。これにより、レコードの現在のバージョンと以前のバージョンが一覧表示されます。元に戻すバージョンを見つけてレコードを開きます。選択したバージョンに戻すために使用できる UI アクション [このバージョンに戻す] があります。