FavoriteC S (Truveris) asked in #CollaborationSep 16, 2016, 3:24 PMValidation Rule helpI have a date field named Project Start Date and a pick list field named Number of Rounds. Number of Rounds should be a required field when Project Start Date is entered. How do I write a Validation rule for this? 2 answersSortSort by DateSort by Most HelpfulSort by DateLoad more comments...Accepted AnswerMayank Srivastava (eVerge Group)Sep 16, 2016, 3:28 PMLike this:AND( ISBLANK(TEXT(Number_Of_Rounds__c)), NOT(ISBLANK(Project_Start_Date__c)))Add a commentWrite an answer...BoldItalicUnderlineStrikethroughBulleted ListNumbered ListAdd linkCode blockInsert imageAttach filesLink URLCancelSave0/9000Reply
Accepted AnswerMayank Srivastava (eVerge Group)Sep 16, 2016, 3:28 PMLike this:AND( ISBLANK(TEXT(Number_Of_Rounds__c)), NOT(ISBLANK(Project_Start_Date__c)))