OBJECT
OpportunityRoleTab
link GraphQL Schema definition
- type OpportunityRoleTab 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!
- }