Question: Is it possible to hide or remove the ‘Recently Viewed’ drop down from the SalesLogix v7.5 Customer Portal?
Answer: This is possible. Go to the Customer Portal -> Expand Support Files -> Expand Masters
Edit the Base.Master and Default.Master. Now, find the following line of Markup code:
<
workSpace:ToolbarWorkspace runat=”server” ID=”ToolBar” ></workSpace:ToolbarWorkspace
>
Make a modification by including the IncludeEntityBreadCrumb = False attribute. See below:
<workSpace:ToolbarWorkspace runat=”server” ID=”ToolBar” IncludeEntityBreadCrumb=”
</workSpace:ToolbarWorkspace
>



