Skip to main content
I would like to "deactivate/gray out" the Send Customer Survey button on my Contacts if their last completed surevy of a certain survey name has a Created Date of less than six months from todays date. 

 

I have been looking at options but none have been fruitful. Any ideas?

 

Classic Salesforce

 

 
1 respuesta
  1. 5 abr 2019, 06:44
    Hi Glen,

     

    This can be achieved using custom development in the following way.

     

    1. Create a new Section and add an inline VF Page to that section.

     

    2. In the VF Page, add a command button tag and controll the disabled attribute using your criteria.

     

    3. When that button is clicked make sure it goes to the same URL as how it was going intially (use URL Hack). 

     

    Thanks!
0/9000