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
SexmanSexman 

How do I customize an <apex:listviews type="idea"/> ?

I want to change a few things:

 

1) One of the fields show records as links. I want to customize the URL of those links.

 

2) The "Action" column isn't showing any link. I need it showed (and with a custom url).

 

 

Thank you very much ;)

Best Answer chosen by Admin (Salesforce Developers) 
bmabma

<apex:listview> doesn't provide any built-in way for customization.

 

You would have to write your own component to have the desired effect.