Skip to main content
Hi, 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? 

 

Thanks
4 answers
  1. Mar 15, 2021, 9:10 AM
    Hi Shani,

     

    You can use the below validation rule. change Field Name as needed.

     

    AND( ISCHANGED(Qualified__c),  LastTransferDate =TODAY()   )

     

    Cheers,

     

    Cathy
0/9000