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
RiothamusRiothamus 

Adding custom object and program to home page

Hi,

 

I created a custom object (Districts), and would like to add it to the home page along with Organizations, Contacts, etc. How do I do this?

 

Districts are initialized by callouts, but also by a program that runs and updates all the districts through a web service. How can I add a button or link to the home page to launch the program?

 

Thanks

 

manuel-jose-condemanuel-jose-conde

You can, for example. create a custom component (home page component) and then use an iframe to call a nice visualforce page to display districts data.