You need to sign in to do that
Don't have an account?

Getting Opportunities without Partners
Could someone give an idea to retrieve Opportunities without having a partner in salesforce using SOQL or Apex? I have many duplicate opportunities and want to filter out those without having any partners.
Thx.
Thx.
you could query OpportunityPartner to get more information about partner
https://www.salesforce.com/us/developer/docs/api/Content/sforce_api_objects_opportunitypartner.htm
let me know if you have any questions.