OBJECT
ContactPivotReportProfile
link GraphQL Schema definition
- type ContactPivotReportProfile implements QuickFilterInterface, ReportTabInterface, ProfileTabsInterface, ProfileFilterBoxTabsInterface, ContactProfileInterface, PivotReportTabsInterface, RoleProfileInterface {
- # Ad-hoc filter applied on top of the saved filter, narrowing the visible records
- # without changing the profile.
- : QuickFilterTab!
- # Filter conditions that determine which records the report includes.
- : ContactFilterTab!
- # Ownership scope of the records shown, such as own, shared or managing-unit
- # items.
- : ContactRoleTab!
- # View configuration of the pivot report, including its row and column dimensions,
- # aggregation columns, totals and chart.
- : ViewPivotReportTab!
- }
link Require by
This element is not required by anyone