FavoriteMarisa Grimes asked in #Data ManagementJul 19, 2017, 7:28 PMValidation Rule - If checkbox not equal to true then user cannot select picklist optionIf ABC checkbox equals false then end-user cannot select picklist option.5 answersSortSort by DateSort by Most HelpfulSort by DateLoad more comments...Deepak K Anand (Zoom Communications, Inc.)Jul 19, 2017, 7:30 PMGive this a shot = AND( NOT(Checkbox_Field__c), NOT(ISBLANK(TEXT(Picklist_Field__c))))Add a commentWrite an answer...BoldItalicUnderlineStrikethroughBulleted ListNumbered ListAdd linkCode blockInsert imageAttach filesLink URLCancelSave0/9000Reply
Deepak K Anand (Zoom Communications, Inc.)Jul 19, 2017, 7:30 PMGive this a shot = AND( NOT(Checkbox_Field__c), NOT(ISBLANK(TEXT(Picklist_Field__c))))