Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8384227
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T17:21:16+00:00 2026-06-09T17:21:16+00:00

I have a apex:listView for my Cases: <apex:ListViews type=Case> </apex:ListViews> When I display this

  • 0

I have a apex:listView for my Cases:

<apex:ListViews type="Case">
</apex:ListViews>

When I display this page, I get the columns Action, Case Number, Contact Name, Subject, Status, Priority, Date/Time Opened, and Case Owner Alias.

How would I customize which columns show up and what order the columns are in?

Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T17:21:18+00:00Added an answer on June 9, 2026 at 5:21 pm

    This is what I ended up doing:

    <apex:page standardController="Case" recordSetVar="Case" sidebar="true" showHeader="true">
        <apex:form >
            <apex:pageBlock title="Cases">
                  <apex:outputLabel value="View:"/>
                  <apex:selectList value="{!filterId}" size="1">
                    <apex:actionSupport event="onchange" rerender="cases_table"/>
                    <apex:selectOptions value="{!listviewoptions}"/>
                  </apex:selectList>
                <apex:pageBlock >
                    <apex:pageBlockButtons >
                    </apex:pageBlockButtons>
                    <apex:pageBlockTable value="{!case}" var="c" rows="50" id="cases_table" >
                        <apex:column >
                            <a target="_parent" href="{!URLFOR($Action.Case.View, c.id)}">{!c.CaseNumber}</a>
                            <apex:facet name="header">Case Number</apex:facet>
                        </apex:column>
                        <apex:column value="{!c.ContactId}" />
                        <apex:column value="{!c.Subject}" />
                        <apex:column value="{!c.Status}" />
                        <apex:column value="{!c.Priority}" />
                    </apex:pageBlockTable>
                </apex:pageBlock>
            </apex:pageBlock>
        </apex:form>
        <base target="_parent"/>
    </apex:page>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using Oracle APEX and I have a report region in a page that
I have a html/javascript web page that I need to run unmodified on APEX
Friends, My apex page has several different radio groups, each one can have the
I have menu designed using jQuery in oracle apex.The menu is like this Parent1
In Oracle ApEx, I have 6 regions on one page. Within Region 5, I
I have tried a lot to get this done but I dont know how
I have a text file that looks like this: STUFF UP HERE APEXED NUMBER
I have apex tag that generate input text field. <apex:page id=my_page> <apex:inputText id=foo id=c_txt></apex:inputText>
I have two apex:datatable in my VF page. I need an option of printing
I have a URL that displays a customer list like this: http://domain.com/pls/apex/f?p=724:2:820875406836801::::: The list

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.