[フォームのロード後] または [オンデマンド] をすべてのユーザーのデフォルトの [関連リストのロード] にする方法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: block; max-width: ; width: auto; height: auto; } } このナレッジでは、すべてのユーザーのデフォルトの [関連リストのロード] を [フォームあり] から [フォームのロード後] またはフォームのロード後に関連リストをロードする [オンデマンド] 設定に変更する方法について説明します。 Servicenow は、関連リストをフォームとともにロードするか、フォームの後にロードするか、またはオンデマンドでロードするかを決定するオプションをユーザーに提供しました。デフォルトでは、すべての関連リストがフォームとともにロードされます。ただし、各ユーザーは、バナーフレームにある [システム設定] アイコン ( 関連リストのロード時に設定]) を使用して、自分の関連リストのロード時間を変更できます。 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: block; max-width: ; width: auto; height: auto; } } Istanbul、Jakarta、Kingston 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: block; max-width: ; width: auto; height: auto; } } [ユーザー管理] > [ユーザー初期設定] に移動します。[新規] ボタンをクリックします。フォームに次のように入力します。 名前 = glide.ui.related_list_timing[システム] チェックボックスをオンにします。ユーザー = (このフィールドは空白のままにする必要があります)値 (default = フォーム、deferred = フォームのロード後、ondemand = オンデマンド): deferredondemanddefault [送信] ボタンをクリックします。 上記の手順は、独自の glide.ui.related_list_timing が自分自身に設定されていないすべてのユーザーに適用されます ([ユーザー] フィールドにユーザー名が入力された sys_user_preference レコード)。 この手順による変更は、影響を受けるすべてのユーザーが次回ログインしたときに適用されます。