Skip to main content
Hi, Report type "Opportunities with Opportunity Teams" allows me to report on Team Members and Team Roles but not on their Access Level. I tried to create and customize a report type Opportunity + Opportunity Team but couldn't find any "access level" field either.
3 réponses
  1. 19 mars 2018, 09:50
    Hi Annee,

     

    We don't have such report Type or Report.

     

    You can use SOQL Query like below : and Export using Data Loader/Workbench.

     

    SELECT Id,OpportunityAccessLevel FROM OpportunityTeamMember

     

    Hi Annee, We don't have such report Type or Report. You can use SOQL Query like below : and Export using Data Loader/Workbench.
0/9000