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
MukulMukul 

Picklist Popup as we see in the Custom Reports?

Hi all,

 

Is there any Salesforce Library that i can use to utilize this feature in Custom Reports? Like if i pick a field that is a picklist for e.g. Industry, it shows a little search box kind of button on the right hand side of the input field which on clicking opens a new window which gives all options of that field.

 

Any help is appreciated!!

 

Regards

Mukul 

Best Answer chosen by Admin (Salesforce Developers) 
MukulMukul
I was able to do this by writing some JS+APex+VF code.

All Answers

TehNrdTehNrd

There is nothing like this today. You would need to build something custom with Visualforce using Apex describe methods to inpect the metadata. For the popup you would probably need to use something like this, http://www.ericmmartin.com/projects/simplemodal/

 

-Jason

MukulMukul

Hi TehNerd,

 

Do you have any working example for this?

 

Regards

Mukul

MukulMukul
I was able to do this by writing some JS+APex+VF code.
This was selected as the best answer