Scope level "account" for custom entity

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dbmaster
    Junior Member
    • Nov 2016
    • 3

    Scope level "account" for custom entity

    Hi,

    I tried everything to make scope level for a custom entity "Projects" to be "account". I defined a portal and I configured a new entity "Projects". After that, I created a "Portal roles" entry, and I started to assign the scope level.

    Even that I tried to link with accounts, portal users, users etc. to it, I didn't manage to assign "account" level scope or to get it listed into the combobox!

    Someone did this? Can it be done!?

    10x
  • yuri
    Member
    • Mar 2014
    • 8440

    #2
    Hi,

    custom/Espo/Custom/Resources/metadata/scopes/YourEntityName.json

    Set

    "aclPortal": "recordAllAccountContactOwnNo"

    Clear cache.
    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

    • dbmaster
      Junior Member
      • Nov 2016
      • 3

      #3
      Nope,

      Not working!

      Comment

      • tanya
        Senior Member
        • Jun 2014
        • 4308

        #4
        attach the file and write the path

        Comment

        • rodrigocoelho
          Active Community Member
          • Jun 2016
          • 296

          #5
          Originally posted by yurikuzn
          Hi,

          custom/Espo/Custom/Resources/metadata/scopes/YourEntityName.json

          Set

          "aclPortal": "recordAllAccountContactOwnNo"

          Clear cache.
          Hi yuri , just an information:
          Where should we find this information? Only by consulting you? Thanks

          by the way, it worked on my case.

          Comment

          Working...