お気に入りPatrick Groves が「#Data Management」で質問2013年11月19日 18:54Is there a way to allow a profile to change owners on Contacts but not Accounts and still allow them to edit Accounts?I want certain users to be able to edit Accounts & Contacts but only be able to change the Owner of Contacts. Is that possible? Thanks4 件の回答並び替え日付で並び替え役に立った順で並び替え日付で並び替えコメントをさらに読み込む...承認された回答Caitlin Marshall (Salesforce)2013年11月19日 21:30You may want to put a validation rule on Accounts for the specific profile. Something like: AND(ISCHANGED(OwnerId), $Profile.Name = "Your Profile Name")表示件数を増やすコメントを追加回答を記入...太字斜体下線取り消し線箇条書き番号付きリストリンクを追加コードブロック画像を挿入ファイルを添付リンク URLキャンセル保存0/9000返信
承認された回答Caitlin Marshall (Salesforce)2013年11月19日 21:30You may want to put a validation rule on Accounts for the specific profile. Something like: AND(ISCHANGED(OwnerId), $Profile.Name = "Your Profile Name")表示件数を増やす