OBJECT
LeadDashboardProfile
link GraphQL Schema definition
- type LeadDashboardProfile implements ProfileTabsInterface, LeadProfileInterface, RoleProfileInterface, ProfileFilterBoxTabsInterface {
- # Filter conditions that determine which records the dashboard includes.
- : LeadFilterTab!
- # Identifiers of the lead processes the profile is restricted to. Null includes
- # all lead processes.
- : [UUID!]
- # Ownership scope of the records shown, such as own, shared, managing-unit or
- # unassigned items.
- : LeadRoleTab!
- # View settings of the dashboard, including which graphs are shown.
- : LeadDashboardProfileView!
- }