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
hsidokhsidok 

Remove Tools Section in Account Home Page

HI All,

The below screenshot is Partner Community - Account Home Page. Here, I would like to remove Tools Section (highligted in red color box). So, How to remove in the Partner Community User.

Tools Section
Please advice me.
RbnRbn
Hi Kodish,

If you are open for writing Code then here is one alternative.

1)Create one VF Page and add the below line of Code in the VF Page

<apex:page standardController="Account" action="{!URLFOR($Action.Account.List, $ObjectType.Account)}">
</apex:page>

Mark it as solution if it answers your question.

Rgrds,
Rabi