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 件の回答
  1. 2021年3月15日 9:10
    Hi Shani,

     

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

     

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

     

    Cheers,

     

    Cathy
0/9000