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
Raluca JiboteanRaluca Jibotean 

Add already existing products from a custom object called Products on Opportunity

Hello,

I made a new custom object called Produs (meaning Product). And I made a relationship between Produs and the standard object Opportunity.

After saving an opportunity, I want to have a related list below where I can add products (from the custom object Produs). I can just make new products, not add products already made in the Produs object.

Thanks!

User-added image
Best Answer chosen by Raluca Jibotean
Mohit Bansal6Mohit Bansal6
Kindly refer this guide for creating visualforce pages.

http://www.salesforce.com/us/developer/docs/pages/

All Answers

Mohit Bansal6Mohit Bansal6
You can add a new custom button here, just next to New Produs. On click of this button, it can open a new page and there you can show a list of produs records and ask user to select from them.

If you still need any more help, i can show demo to you, you can Skype me @mohit_bansal17

Regards
Mohit Bansal
Mohit Bansal6Mohit Bansal6
Kindly refer this guide for creating visualforce pages.

http://www.salesforce.com/us/developer/docs/pages/
This was selected as the best answer