[SalesForce] Custom field lookup not returning all matching values for filter criteria

I have created a lookup field with required filter type that filters on specific criteria within the lookup objects. During testing I noted the lookup field only returning 1 value as an option when there are several values (28 potential values) that match the criteria I filtered. How do I make my lookup field display all potential values?

custom field definition screenshot

Best Answer

You need to check following points: 1. make sure that you have permission to all 28 records. 2. Lookup Filter criteria is also case sensitive. So please also make sure that all 28 records are satisfying filter criteria. 3. Also When you click on lookup icon only recent records are shown some time. So try to search some record which satisfy filter criteria.

Related Topic