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
Erik BurtonErik Burton 

Visualforce interactive list of cases

I'm new to Visualforce and could use some guidance to know whether this is even possible, and if so in which direction I should start exploring.

I'm trying to make  "Previous cases" page that'll be used within the case view, that shows a list of all previous cases associated with the same contactID.  I think I've got a good handle on how to show those cases using a Standard List Controller, but the result is totally non-interactive.

Is there a way to generate a list where a user can click on an entry to open that object in a new tab?  I'm hoping there's another controller out there which I've just missed so far.

Thanks for your help!

Damon ShawDamon Shaw
Hi Erik,

This doesn't sound too complicated, can you provide your current visualforce page and controller so we can take a look for you