You need to sign in to do that
Don't have an account?

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.

Please advice me.
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.
Please advice me.
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