You need to sign in to do that
Don't have an account?
bremmi
how do i retrieve the list of records from custom obj to vf page when certain criteria matched
hello,
i have two picklist fields(single select ) in visualforce page like select _state and select_city. when i choose values it has to disply total records list line by line form the custome object by satisfying criteria otherwise throw an error like 'no records found for u criteria'. (using vf,apex,custom object)
I have created a sample custom object and simulate your scenario. You can use this example and apply your custom object.
This is the visualforce page
This is the controller
This is just a basic example. You can modify this with jquery, javascript, etc.
If a reply to a post answers your question or resolves your problem, please mark it as the solution to the post so that others may benefit.