Portal : limit lookup table specific fields ( populate dropdown)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rinorway
    Senior Member
    • Feb 2016
    • 179

    Portal : limit lookup table specific fields ( populate dropdown)

    Hi there,

    Having entity "books", with name and author, and 40 other fields.

    Having portal entity "reviews" enabled for portal role "Reviewers"

    Having books - 1:n - reviews relations



    I want to limit the reviewers to only be able to see the Books.name and books.author when selecting the book that they want to review.

    Currently : I need to disable all 40 fields in the ACL, and set only books.name and books.author to "read"

    Is there any faster way to do that reverse way like, so that default all fields are read:no, edit:no, except books.name and books.author



  • yuri
    Member
    • Mar 2014
    • 8440

    #2
    Hello, No such ability unfortunately. I'll consider the ability to add many fields at once set to 'no'.
    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

    • victor
      Active Community Member
      • Aug 2022
      • 727

      #3
      Hi rinorway,

      The easiest option is to create a separate Layout Set for your portal. For example, leave books.name and books.author for Detail view (screenshot 1). Can be applied to any Layout.
      More about Different layouts for teams & portals: https://docs.espocrm.com/administrat...-teams-portals.
      Attached Files

      Comment

      • yuri
        Member
        • Mar 2014
        • 8440

        #4
        Hiding from the layout does not hide a field completely. This is not a secure solution.
        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

        Working...