function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
shawnjcloseshawnjclose 

Custom Button

I have information and URL link on a record. Looking to use a custom button to email Admin of broken link? I know how to create the button just not sure how to create the code for this. Can anyone provide information for this?

abhishektandon2abhishektandon2

1.Create a cutom button

2. On click on that custom button open a intermediate VF page

3. Add your businesslogic to the Apex class which is associated as a controller to the VF page..

shawnjcloseshawnjclose

How about a custom button to open a task?