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
venkat.kvenkat.k 

help this scenerio

i have one application in that appliction i have emp's and projects objects are there single emp working on multiple projects,

under single  project working on multiple employes, how to take the model view  

 

 

 

 

 

Advanced thanks

venkat

HariniHarini

Basically, you are trying to implement a many to many relationship between emp and projects right?

 

In order to accomplish this, create a junction object which has a master-detail relationship with emp and project objects .

 

Please see this link.

https://login.salesforce.com/help/doc/en/relationships_manytomany.htm