I have been looking at options but none have been fruitful. Any ideas?
Classic Salesforce
1 respuesta
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!