OBJECT
LeadOpportunityTableReportProfile
link GraphQL Schema definition
- type LeadOpportunityTableReportProfile implements QuickFilterInterface, PipelineProfileInterface, ReportTabInterface, ProfileTabsInterface, LeadOpportunityReportProfileInterface, TargetProfileInterface, ProfileFilterBoxTabsInterface, TableReportTabsInterface, RoleProfileInterface {
- # Ad-hoc filter applied on top of the saved filter, narrowing the visible records
- # without changing the profile.
- : QuickFilterTab!
- # Filter tab restricting which leads and opportunities the report shows.
- : LeadOpportunityFilterTab!
- # Identifiers of the sales pipelines the profile is restricted to. Null includes
- # all pipelines.
- : [ID!]
- # Identifiers of the lead processes the profile is restricted to. Null includes
- # all lead processes.
- : [UUID!]
- # Ownership scope of the records shown (own, shared, managing-unit, or unassigned
- # items).
- : LeadOpportunityRoleTab!
- # Target tab defining the goal, measured period and comparison for the report.
- : OpportunityReportTargetTab!
- # View configuration of the table report, including its columns, sorting,
- # grouping, totals and chart.
- : ViewTableReportTab!
- }
link Require by
This element is not required by anyone