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

create a filtered look-up list on custom child object using criteria from another related object
Hello,
I need to find an easy way to provide a filtered look-up list to en end user when relating to another object. I have 2 custom child objects on the opportunity object named "Enhancement Request" and "Feature Commitment", respectively. User creates Enhancement requests which are automatically associated with the opportunity. A 3rd custom object named "Feature" would eventually get associated with the "Enhancement Request". "Feature Commitment" is simply an object that links Opportunity to Feature. When creating a "Feature Commitment", the lookup field to "Features" pulls entire list of Features in the table. What I would like to do is create a filtered look-up page that only provides Features associated with the "Enhancement Requests" related on that particular opportunity record. Any tips would be appreciated.
Hi jd_labbe,
Try this:
To define a lookup filter:
- In the first column, click the lookup icon or start typing in the text box and select a field.
- In the second column, select an operator.
- In the third column, select Value if Salesforce should compare the field in the first column with a static value, or select Field if Salesforce should compare the field in the first column with the value of another field.
- In the fourth column, enter the value or select the field that Salesforce should compare with the field in the first column.
NoteFor required lookup filters, specify whether you want Salesforce to display the standard error message or a custom message when a user enters an invalid value.
Hope this helps.
Thanks,
Devendra