收藏Lead Generation Team (m) 提问于 #Data Management2017年10月17日 06:36Prevent user from creating new contacts in the accounts not owned by him?Hi. Is there any way to prevent users from creating new contacts in the accounts not owned by them, while allowing them to create new contacts in their accounts?15 个回答排序按日期排序按最有帮助排序按日期排序加载更多评论...已采纳的回答Ankush Dureja (NJC Labs)2017年10月17日 12:50Modify your formula to this: AND( Account.OwnerId <> $User.Id, ISNEW(), $Profile.Name <> 'System Adminstrator' )显示更多添加评论撰写回答...粗体斜体下划线删除线项目符号列表编号列表添加链接代码块插入图像附加文件链接 URL取消保存0/9000回复
已采纳的回答Ankush Dureja (NJC Labs)2017年10月17日 12:50Modify your formula to this: AND( Account.OwnerId <> $User.Id, ISNEW(), $Profile.Name <> 'System Adminstrator' )显示更多