You need to sign in to do that
Don't have an account?
Amita Tatar
display related list based on picklist value
Hi guys,
Can we display a related list based on some picklist value. Like i have opportunity standard object and equipment as a custom object.
In opportunity picklist i have three values. i want to display equipment related list on selection of a particular value. How can we do that?
Can we display a related list based on some picklist value. Like i have opportunity standard object and equipment as a custom object.
In opportunity picklist i have three values. i want to display equipment related list on selection of a particular value. How can we do that?
Please share your code here.. I can help you
Thanks
I don't think Trigger is needed to achieve that.
Use <apex:relatedList> on VF Page.
Here is a sample code:
Kind Regards,
Sourav.