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
iolblurriolblurr 

Customer Portal Viewing Cases

I have a super simple page here showing a logged in customer portal user their cases.  

 

<apex:page sidebar="false">
<apex:ListViews type="Case" >
</apex:ListViews>
</apex:page>

 

But at the top of the list of cases there is a View Dropdown List.  I want to remove that from the page.  Any idea how?  The user is able to select multiple different Views.  I only want them to see their cases