You need to sign in to do that
Don't have an account?
sss ppp
list view
Hello guys,
Can anyone explain me this code.
<apex:page standardController="Opportunity" recordSetVar="accounts">
<apex:form>
<apex:selectList value="{!filterid}" size="1">
<apex:selectOptions value="{!listviewoptions}"/>
</apex:selectList>
<apex:commandButton value="Go" action="{!list}"/>
</apex:form>
</apex:page>
Can anyone explain me this code.
<apex:page standardController="Opportunity" recordSetVar="accounts">
<apex:form>
<apex:selectList value="{!filterid}" size="1">
<apex:selectOptions value="{!listviewoptions}"/>
</apex:selectList>
<apex:commandButton value="Go" action="{!list}"/>
</apex:form>
</apex:page>
This code is used to display a list view of accounts.
This link mgiht help you : https://trailhead.salesforce.com/en/visualforce_fundamentals/visualforce_standard_list_controllers
MArk Solved if it helped.
Regards
Medhya Mahajan