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
dfalsodfalso 

many-to-many VF example?

Does anyone know where I can find a good writeup for many-to-many implementation? I can't seem to find much documentation on it.
I do know that I need to make a junction object (done), but I'm looking for more information on how to interact with it. The only examples I've been able to find are S-controls.
Specifically, I'm looking for an example of how to get to the junction object's page from (one side of the many-to-many)'s page.

Thanks all.