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
Nani SircillaNani Sircilla 

dropdown list for opportunities

Hi all,

i have a requirement 
1). standard and custom object list in dropdown list and whenever i select one object then display it's related information
like display all accounts when i select account(Standard) object in dropdown list.
and display all patients when i select Patient__c(custom) object in dropdown list.

Please give me appropriate solution..

thank you
Nani.
sandeep sankhlasandeep sankhla
Hi Nani,

You can create a VF page wheree from describe call you can show all the objects in dropdown using select option and then you can pass the selected value to class and then you can show all account or select object record in another section using pagination...

thanks,
Sandeep