OBJECT

CustomEntityRoleTab

link GraphQL Schema definition

  • type CustomEntityRoleTab implements RoleTabInterface {
  • # When true, includes records owned by the current user.
  • showMyItems: Boolean!
  • # When true, includes records shared with the current user.
  • showMySharedItems: Boolean!
  • # When true, includes records owned by users in the sales units the current user
  • # manages.
  • showManagingUnitItems: Boolean!
  • }