- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
01-09-2024 08:18 PM
開発フォーラムの皆様
お世話にになります。
表題について教えてください。
ドット連結で表示させたフィールドを、該当のテーブルのフォームでのみ読み取り専用にしたいです。
例えば、sys_userのmanagerのフィールドをドット連結でincidentのフォーム上に表示させるとします。
その際に、incidentのフォーム上では、managerは変更させたくないため、
読み取り専用として表示させることを考えています。
何か良い方法はありますでしょうか?
UI Policy利用をすぐに思いつきましたが、皆さんのお考えをお聞かせいただければ幸いです。
解決済! 解決策の投稿を見る。
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
01-10-2024 07:10 AM
It is recommended to use a UI Policy to make a field Read Only, Mandatory, or Visible/Hidden. I added Caller.Manager to my incident form
then created a UI Policy with a UI Policy Action to make it read only - this only applies to the Incident table, so Manager will still be editable on the user form and elsewhere
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
01-10-2024 07:10 AM
It is recommended to use a UI Policy to make a field Read Only, Mandatory, or Visible/Hidden. I added Caller.Manager to my incident form
then created a UI Policy with a UI Policy Action to make it read only - this only applies to the Incident table, so Manager will still be editable on the user form and elsewhere
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
01-10-2024 07:18 AM
Thank you very much.
I use UI Policy.