FavoriteLead Generation Team (m) asked in #Data ManagementOct 17, 2017, 6:36 AMPrevent 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 answersSortSort by DateSort by Most HelpfulSort by DateLoad more comments...Accepted AnswerAnkush Dureja (NJC Labs)Oct 17, 2017, 12:50 PMModify your formula to this: AND( Account.OwnerId <> $User.Id, ISNEW(), $Profile.Name <> 'System Adminstrator' )Show MoreAdd a commentWrite an answer...BoldItalicUnderlineStrikethroughBulleted ListNumbered ListAdd linkCode blockInsert imageAttach filesLink URLCancelSave0/9000Reply
Accepted AnswerAnkush Dureja (NJC Labs)Oct 17, 2017, 12:50 PMModify your formula to this: AND( Account.OwnerId <> $User.Id, ISNEW(), $Profile.Name <> 'System Adminstrator' )Show More