You need to sign in to do that
Don't have an account?

How to add lookup filter for a lookup relationship to Opportunities
Hi,
I have a custom obj in which I have lookup relationships to both opportunities and account.
My req is to filter the opps based on the account selected. That is after selecting an account when I click on the opp lookup button I only want the dialog box to show those opps that are related to the selected opp.
I found that we can use lookup filters for implementing this. But however when I try to edit the particular relationship field in the custom object, it does not show a Lookup filter settings section. But this section does show up for lookup fields on account and user. Why is it not showing up here?
I suppose for your use case you need a Visual Force page and from the controller you need to actually filter the result using JQuery. I don't think this could be achieved without coding.
Thanks
Utsav
[Do mark this as solution and give Kudos if it helps you]
Hi
You can not filter opportunities with look up filters. https://success.salesforce.com/ideaView?id=087300000007MFF
Cheers