OBJECT
QuoteTableReportProfile
link GraphQL Schema definition
- type QuoteTableReportProfile implements QuoteProfileInterface, QuickFilterInterface, ReportTabInterface, ProfileTabsInterface, ProfileFilterBoxTabsInterface, TableReportTabsInterface {
- # Filter conditions that determine which records the report includes.
- : QuoteFilterTab!
- # Identifiers of the quote processes the profile is restricted to. Null includes
- # all quote processes.
- : [UUID!]
- # Ad-hoc filter applied on top of the saved filter, narrowing the visible records
- # without changing the profile.
- : QuickFilterTab!
- # View configuration of the table report, including its columns, sorting,
- # grouping, totals and chart.
- : ViewTableReportTab!
- # Ownership scope of the records shown, such as own, shared or managing-unit
- # items.
- : QuoteRoleTab!
- }
link Require by
This element is not required by anyone