FavoriteJames .Hancock (Amazon) asked in #Data ManagementJul 14, 2020, 1:34 PMValidation RuleGood Morning Guys, I need help with a Validation rule Formula. This is to make a picklist field required on case whenever an agent is trying to close a case.3 answersSortSort by DateSort by Most HelpfulSort by DateLoad more comments...Accepted AnswerEric Praud (Activ8 Solar Energies) Forum Ambassador Jul 14, 2020, 1:34 PMHi James, Try this: AND(ISPICKVAL(Status, "Closed"), ISBLANK(TEXT(Picklist__c)))Add a commentWrite an answer...BoldItalicUnderlineStrikethroughBulleted ListNumbered ListAdd linkCode blockInsert imageAttach filesLink URLCancelSave0/9000Reply
Accepted AnswerEric Praud (Activ8 Solar Energies) Forum Ambassador Jul 14, 2020, 1:34 PMHi James, Try this: AND(ISPICKVAL(Status, "Closed"), ISBLANK(TEXT(Picklist__c)))