OBJECT
LeadOpportunityRoleTab
link GraphQL Schema definition
- type LeadOpportunityRoleTab implements RoleTabInterface {
- # When true, includes records owned by the current user.
- : Boolean!
- # When true, includes records shared with the current user.
- : Boolean!
- # When true, includes records owned by users in the sales units the current user
- # manages.
- : Boolean!
- # When true, includes records that have no owner assigned.
- : Boolean!
- }