FavoriteSerena Shergill (PatSnap) asked in #Data ManagementJun 11, 2019, 3:44 PMValidation Rule: Tickbox can only be true if picklist is a certain valueI would like a validation rule where a tickbox field can only be true if there is a certain value within a picklist field Tickbox field name: 'QSL' Picklist field name: 'Meeting Outcome' Picklist field value: 'Meeting Completed'1 answerSortSort by DateSort by Most HelpfulSort by DateAccepted AnswerDeepak K Anand (Zoom Communications, Inc.)Jun 11, 2019, 3:46 PMTry this = AND( QSL__c = TRUE, TEXT(Meeting_Outcome__c) <> "Meeting Completed")Add a commentWrite an answer...BoldItalicUnderlineStrikethroughBulleted ListNumbered ListAdd linkCode blockInsert imageAttach filesLink URLCancelSave0/9000Reply
Accepted AnswerDeepak K Anand (Zoom Communications, Inc.)Jun 11, 2019, 3:46 PMTry this = AND( QSL__c = TRUE, TEXT(Meeting_Outcome__c) <> "Meeting Completed")