收藏Patrick Groves 提问于 #Data Management2013年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")显示更多