お気に入りWolfgang Red が「#Data Management」で質問2018年2月13日 12:36Checkbox validation-rule I need a validation rule that says that a certain group of users may set a checkbox to false. (but not true) - maybe with priovalue?2 件の回答並び替え日付で並び替え役に立った順で並び替え日付で並び替えコメントをさらに読み込む...Dnyaneshwar Aghaw (Nyrabyte)2018年2月13日 12:47Hi Wolfgang , Try such formula : use correct Profile names and Checkbox API.AND(Check_Box__c,OR( $Profile.Name = 'User Profile1' , $Profile.Name = 'User Profile2'),) 表示件数を増やすコメントを追加回答を記入...太字斜体下線取り消し線箇条書き番号付きリストリンクを追加コードブロック画像を挿入ファイルを添付リンク URLキャンセル保存0/9000返信
Dnyaneshwar Aghaw (Nyrabyte)2018年2月13日 12:47Hi Wolfgang , Try such formula : use correct Profile names and Checkbox API.AND(Check_Box__c,OR( $Profile.Name = 'User Profile1' , $Profile.Name = 'User Profile2'),) 表示件数を増やす