FavoriteShani Petrie (Buff & Co) asked in #Journey BuilderMar 15, 2021, 8:52 AMHelp! Validation Rules - Lead Status ChangeHi, I need help with a Validation rule to help restrict the number of changes in a day a standard user can move the lead through its lead cycle e.g. Can move from Qualified to NA 1 but not again to NA2 in the same day? Does anyone have any tips? Thanks4 answersSortSort by DateSort by Most HelpfulSort by DateLoad more comments...Cathrine Matilda (NRAS)Mar 15, 2021, 9:10 AMHi Shani, You can use the below validation rule. change Field Name as needed. AND( ISCHANGED(Qualified__c), LastTransferDate =TODAY() ) Cheers, CathyShow MoreAdd a commentWrite an answer...BoldItalicUnderlineStrikethroughBulleted ListNumbered ListAdd linkCode blockInsert imageAttach filesLink URLCancelSave0/9000Reply
Cathrine Matilda (NRAS)Mar 15, 2021, 9:10 AMHi Shani, You can use the below validation rule. change Field Name as needed. AND( ISCHANGED(Qualified__c), LastTransferDate =TODAY() ) Cheers, CathyShow More