(おそらく日本の方だと思うので日本語も併記しますね)

Display valueは、他のフィールドから参照されるときに表示されるレコードの表示値を設定することができます。つまり影響範囲を調査する場合は、[sys_group_has_role]を参照するフィールドもしくはカタログ変数が存在しないかを検索する必要があると思います。

フィールドであればDictionary Entriesテーブル[sys_dictionary]にアクセスし、参照先が[sys_group_has_role]を参照しているフィールドを探すのはいかがでしょうか?


変数も同様にして見つけ出すことができると思います。



--- ENG ---

The Display Value setting determines the display value of a record when it is referenced by other fields. Therefore, when investigating the scope of impact, it is advisable to search for fields or catalog variables that reference [sys_group_has_role].

 

For fields, you might consider accessing the Dictionary Entries table [sys_dictionary] to find fields that reference [sys_group_has_role].

 

Similarly, catalog variables can also be located using a similar approach.