Hide Detail Panels Based On Team

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • blueprint
    Active Community Member
    • Jan 2019
    • 223

    Hide Detail Panels Based On Team

    It would be nice to be able to hide Panels (in details views) depending on whether the current User is in a specified Team.

    If this is possible at the moment, I'm not sure how to do it.
  • blueprint
    Active Community Member
    • Jan 2019
    • 223

    #2
    Clearly I'm an idiot. Completely ignore (delete) this! Sorry

    Comment

    • item
      Active Community Member
      • Mar 2017
      • 1476

      #3
      Hello blueprint,

      for me not
      but I think, a feature request can be :
      if currentUsers in teams {
      showPanel('canView')
      }

      best regards
      If you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.​

      Comment

      • yuri
        Member
        • Mar 2014
        • 8451

        #4
        For now, you can utilize dynamic handler framework. It's not documented yet, hope to do it soon, too busy now. It provides the ability to make custom dynamic forms logic (abilities not covered by dynamic logic) with minimum coding.
        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

        Comment

        • Fehu
          Member
          • Jan 2019
          • 64

          #5
          Yurikuzn, where can we find information about the dynamic handler framework? I would like to create some forms for my agents using this platform.

          Thanks!

          Comment

          • yuri
            Member
            • Mar 2014
            • 8451

            #6
            If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

            Comment

            • telecastg
              Active Community Member
              • Jun 2018
              • 907

              #7
              Hi blueprint going back to your original original question: hide or show panels based on a User team membership, this is possible with the free plug in that I released.

              https://forum.espocrm.com/forum/feat...-dynamic-logic

              Cheers

              Comment

              • telecastg
                Active Community Member
                • Jun 2018
                • 907

                #8
                Fantastic facility ! Already tried it and currently experimenting with it to make more complex rules.

                Comment

                Working...