既存のカスタムフィールドのフィールドタイプ「string」から「reference」への変更または変換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 値) に戻すために、誤って文字列タイプに変更されました。 特定の状況下では、フィールドタイプ「string」を「reference」に変更できます。 すべてのタスクレコードのフィールドに値が必要です。 たとえば、[テスト文字列] フィールドに値が保存されているレコードが 2 つある場合、フィールドタイプは更新できません (それらの値が有効な Sys ID でない限り)。 UI の task.list を使用してレコードをクエリしてもレコードは表示されません。これはセキュリティ制約制限エラーを示します (maint ロールがあっても)。 タイプを変更しようとすると、別のエラーメッセージが表示されました。 sys_dictionary.list に移動します。Table = task &; Column name = assigned_to を検索し、そのレコードに移動します。[タイプ] フィールドで、「string」の現在の値を「reference」に変更します。ヘッダーを右クリックして保存します。 現在の動作:ヘッダーに次のエラーが表示されます。 「タイプの変更は許可されていません。テーブル「task」のフィールド「assigned_to」のタイプ変換が無効です。「文字列」から「参照」に変換できません。Sys ID ではないデータレコード (1) が存在します。 "Type change not allowed. Invalid type conversion for field 'assigned_to' on table 'task'. Cannot convert from 'String' to 'Reference'. There exists data records (1) that are not a Sys ID." 予想される動作:辞書フォームはエラーなしで保存されます。 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: ; } } 注:この変更は、既存のフィールドに有効または空の Sys ID が含まれている場合にのみ受け入れられます。 フィールドの辞書エントリに移動します。[タイプ] フィールドで虫眼鏡を選択します。「参照」を選択します。更新/保存します。