FavoriteKajal Singh (xyz) asked in #FormulasOct 26, 2020, 1:28 PMHi Folks, Can anyone help me to out to write a validation rule for if the Lead Status is already selected then we cannot change the rating to warm. the rating is hot or very hot but not warm.. tell me how to do this. Thanks in Advance6 answersSortSort by DateSort by Most HelpfulSort by DateLoad more comments...Accepted AnswerKajal Singh (xyz)Oct 27, 2020, 3:52 PMthis Validation rule is workingAND(ISPICKVAL( Lead_Status__c,'Site Visit Schedule') &&ISPICKVAL( Rating__c,'Warm'))Add a commentWrite an answer...BoldItalicUnderlineStrikethroughBulleted ListNumbered ListAdd linkCode blockInsert imageAttach filesLink URLCancelSave0/9000Reply
Accepted AnswerKajal Singh (xyz)Oct 27, 2020, 3:52 PMthis Validation rule is workingAND(ISPICKVAL( Lead_Status__c,'Site Visit Schedule') &&ISPICKVAL( Rating__c,'Warm'))