function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
etessetess 

Filter fails on Add Opportunity Product multilineitem.jsp page

My Opportunity Products have a custom Lookup field to a custom object; I've placed a filter on that field to limit results to objects that are the child of the Opportunity we are adding Opportunity Products to. This works perfectly fine when Editing a Opportunity Product. My filter is making sure the Custom Object's parent Opportunity ID equals the Opportunity Product's Opportunity ID.

 

However, it fails when adding a new Opportunity Product. When you get to the multilineitem.jsp page, clicking on the LookUp icon doesn't respond at all - it won't even open the LookUp search window.

 

My thinking is that maybe the Opportunity ID doesn't get passed to multilineitem.jsp? Any insights into how to get around this issue?