FavoriteOlivia Forde (Lifes2good) asked in #Data ManagementMay 5, 2015, 12:46 PM'Is there a way to exclude a field from a Validation Rule on Opportunities'I have a Validation Rule that does not allow changes to an Oppoortunity once it has been dispatched, but I need to allow one field to be editable thus ignoring this rule2 answersSortSort by DateSort by Most HelpfulSort by DateLoad more comments...Accepted AnswerChidambar Reddy (FormulaQ Solutions Private Limited)May 5, 2015, 12:49 PMHI Olivia, NOT(ISCHANGED(field_Name__c)) &&/*your existing validation Rule */ Show MoreAdd a commentWrite an answer...BoldItalicUnderlineStrikethroughBulleted ListNumbered ListAdd linkCode blockInsert imageAttach filesLink URLCancelSave0/9000Reply
Accepted AnswerChidambar Reddy (FormulaQ Solutions Private Limited)May 5, 2015, 12:49 PMHI Olivia, NOT(ISCHANGED(field_Name__c)) &&/*your existing validation Rule */ Show More