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
catharsis50catharsis50 

Create a tab that opens my custom view

We have created a custom object for in house support requests. I then created a view that lists just my open requests. I was reading about how to create an s-control and new tab to achieve what I am looking for but they are no longer functional. The note says to try a visualforce page, so here I am asking for any help available to create what I'm looking for.

 

Thank you, for any and all help!

bob_buzzardbob_buzzard

This sounds like you need to create a page backed by a standardsetcontroller and set the filter id to the id of your view.

 

Page 70 of the visualforce developer's guide has a section entitled " Using List Views with Standard List Controllers" - that should get you going.

catharsis50catharsis50

I appreciate it, I'll check that out.