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
jostendjostend 

SOQL question - Is this possible?

What I am trying to do is build a visual force page to display a table with all the contacts who have taken Adm 201, but have not taken Adm 301.

Admin 201 and Admin 301 are products that are related to the opportunity. 

If anybody can point me in the right direction it would be greatly appreciated!




RickyGRickyG
jostend -

Just want to get this straight.  The schema looks something like this -

Opportunity
    |
Contact(s)
    |
Class (such as Adm 201)

with one-to-many from Opportunity to Contact and Contact to class, right?