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
rajashekar rayala 5rajashekar rayala 5 

Hide Save & Send Email, Add invitee buttons on Event Detail page.

I have to remove couple of standard buttons on Event layout as I am planning to customize the events/Add Invitees functionality. I have added script from below URL & trying to add it through the Home page component (HTML Area). However adding it to the home page renders it as html text & script doesn’t seem to be executed the way that I am expecting. Wondering if there is any work around to hide the below buttons in Events detail page:
 
  1. Save & Send email
  2. Add Invitees
 
http://www.chiragmehta.info/chirag/2010/08/16/salesforce-hide-standard-buttons-display-working-version/

Thanks,
Raj
RbnRbn
Hi Raj,

From Summer 15, the side hompe page component was made obsolete by Salesforce.

So to achieve this you can make use of  a Visualforce Area component instead.

Also please go through the below links which are almost same as of yours.

https://developer.salesforce.com/forums/?id=906F00000008nYGIAY

Let me know if it solves your problem.

Rgrds,
Rabi
 
rajashekar rayala 5rajashekar rayala 5
Thanks for the update Rabi. VF area also doesn't seem to be working as it renders the VF page in iFrame where it will not have control over the container page. I have already the way that the above link shows, still no luck.

Thanks,
Raj