• InvisiChris
  • NEWBIE
  • 0 Points
  • Member since 2009

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies

I'm brand new to Visualforce and coding in general, and am trying to figure out how to filter the record results pouring in to my Visualforce Page from a standard controller pulling opportunity records:

 

<apex:page standardStylesheets="false" showHeader="false" sidebar="false" 

standardController="Opportunity" recordSetVar="screening">

 

I want to only show records based around the value of a field on the opportunity page.

 

Thanks in advance for your help. 

 

 

I'm brand new to Visualforce and coding in general, and am trying to figure out how to filter the record results pouring in to my Visualforce Page from a standard controller pulling opportunity records:

 

<apex:page standardStylesheets="false" showHeader="false" sidebar="false" 

standardController="Opportunity" recordSetVar="screening">

 

I want to only show records based around the value of a field on the opportunity page.

 

Thanks in advance for your help.