You need to sign in to do that
Don't have an account?
Displaying a List of Records
Hi ,
I have the list of records in account object ,I want to display all the records in drop-down menu ,when I Click the particular record
in drop-down menu say for Example Burlington Textiles Corp of America, It will display the detailed page of the account with related contact and opportunity ,Any Help would be greatly Appriciated //
I have the list of records in account object ,I want to display all the records in drop-down menu ,when I Click the particular record
in drop-down menu say for Example Burlington Textiles Corp of America, It will display the detailed page of the account with related contact and opportunity ,Any Help would be greatly Appriciated //
https://www.salesforce.com/docs/developer/pages/Content/pages_compref_selectList.htm
The selectOptions of the list will contain records of account.
You will need to use onchange attribute on selectList which will call an apexFunction tag which will in turn call a apex method which will be reponsible to fetch contact and opportunity related to the account selected.