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
indyindy 

Lookup is not displaying all the values.

Hi All,

The lookup field in my custom object(and Standard Object) is not displaying all the values at once.

It only displays recently viewed records.

Can some one please suggest how to display all the values in the while clicking on lookup ICON.

 

 

Best Regards,

Indy

LakshmanLakshman

I have a questions-

Are you showing lookup from Visualforce page using salesforce standard JS function?

 

indyindy

Lookup is in  Standard Salesforce page.

 

Best Regards,

Indy

Ankit AroraAnkit Arora

There is no way out to do this, if it is on standard page. This is a default behavior of salesforce.

 

We have an idea posted on this, please vote : 

 

http://success.salesforce.com/ideaview?id=08730000000BpkOAAS

 

Thanks

Ankit Arora

Blog | Facebook | Blog Page

LakshmanLakshman

Well in standard functionality you cannot see all the records. If you know the starting letter of what you are trying to search then suppose if starting letter is L, you can do L*, this would give you result containing first letter as L.

Note: The search result is limited to 200 records.

 

If you want to view your own records when user clicks on lookup icon then you will have to create your custom VFP with your look up field and when user clicks on the icon it will open a new custom popup with the records you want to show.

 

Regards,

Lakshman