How to disable Team, Misc and Stream Tab?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Decepticon
    Junior Member
    • Jul 2023
    • 18

    How to disable Team, Misc and Stream Tab?

    For some reasons, I don't want my customers to see these 3 tabs, but I can't disable them in the role. Please help me.


  • abidoss
    Senior Member
    • Mar 2023
    • 228

    #2
    In which entity ??

    Comment

    • esforim
      Active Community Member
      • Jan 2020
      • 2204

      #3
      Look like it is the Users (logged in user) interface.

      The layout seem to be editable by GUI but these 3 field doesn't seem to be possible to edit. You would have to code it somehow, perhaps there is a configuration .json as well for it but I do not know.

      Comment

      • Firyo
        Senior Member
        • Jun 2022
        • 134

        #4
        Hi,

        Seems like it's "hardcoded" into this two files :
        Detail view : https://github.com/espocrm/espocrm/b...cord/detail.js
        Edit view : https://github.com/espocrm/espocrm/b...record/edit.js


        You need to do some coding there to apply a condition to display the panels

        Comment

        Working...