- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
03-30-2025 07:23 PM
(おそらく日本の方だと思うので日本語も併記しますね)
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.