How to open child records list from custom button on parent object?
Custom Button: Visualforce page: <apex:page controller="InterestListController"> <apex:pageBlock > <apex:pageBlockTable value="{!listInterest}" var="int"> <apex:column value="{!int.Name}"/> ....