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
BarryPlumBarryPlum 

VF page to modify or specify filter criteria for a view

I am trying to create an visualforce page to leverage the inline editing function introduced last year for views. 

 

I want to have a block that has an input text field to specify the value of a filter criteria for the view.  Ideally I'd just leverage the standard controller for leads.  The "search" is only going to check that the Company field contains the value in the input field.

 

Then there would be a block below, populated with the view generated from clicking the submit button.

 

I've got the view created, I just need to figure out how to tell the view to filter on something.