OBJECT
OpportunityDashboardProfile
link GraphQL Schema definition
- type OpportunityDashboardProfile implements PipelineProfileInterface, ProfileTabsInterface, TargetProfileInterface, LeadOpportunityProfileInterface, ProfileFilterBoxTabsInterface, LeadOpptyPipelineProfileInterface, RoleProfileInterface {
- # Filter tab restricting which leads and opportunities the profile shows.
- : LeadOpportunityFilterTab!
- # Identifiers of the sales pipelines the dashboard is restricted to. Null includes
- # all pipelines.
- : [ID!]
- # Target tab defining the goal, measured period and comparison for the dashboard.
- : OpportunityReportTargetTab!
- # Ownership scope of the records shown (own, shared, or managing-unit items).
- : OpportunityRoleTab!
- # Identifiers of the lead processes the profile is restricted to. Null includes
- # all lead processes.
- : [UUID!]
- # View settings of the dashboard, including which graphs are shown.
- : OpportunityDashboardProfileView!
- }