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
karnadesaikarnadesai 

Multi Select Picklist For Many to Many Relationship

I am new to Salesforce so if my question might be obvious to some of you.

I have created a junction object called BugCaseAssociation which makes many to many relationship between Case and custom object Bug. Now i want to customize the Page layout so that we can add multiple Bugs on Case Layout page and similarly for Bug layout page.

I found the following link http://wiki.developerforce.com/page/S-Control_Deprecation

http://wiki.developerforce.com/page/Create_a_many_to_many_relationship_with_a_multi-select_picklist

 

It gives a demo but using S-control. Visual Force is the only Approach?. If so can you guide me on how should i implement this feature?

hemantgarghemantgarg

yes i think visualforce is the way to achieve..