A Visualforce page contains an industry select list and displays a table of Accounts that have a matching value in their Industry field.
<apex:selectList value="{!selectedIndustry}">
<apex:selectOptions values="{!industries}"/>
</apex:selectList>
When a user changes the value in the industry select list, the table of Accounts should be automatically updated to show the Accounts associated with the selected industry.
What is the optimal way to implement this?
Rocky_sfdc
Highly Voted 2 years, 11 months agoksar4u
Most Recent 2 months, 3 weeks agoiValRV
8 months, 2 weeks agoiValRV
8 months, 2 weeks agoSaranraj
11 months, 3 weeks agolevian
1 year, 3 months agodoggs119
2 years agoNPW89
2 years, 1 month ago