Skip to main content
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.

Remove Tools Section in Account Home Page

Please advice me.
1 件の回答
  1. 2016年6月16日 15:16
    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
0/9000