Announcement

Collapse
No announcement yet.

Team Entity Trick not Possible in new Version?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Team Entity Trick not Possible in new Version?

    Hi,
    There used to be a nice and useful trick to edit and add field etc. the Team Entity (and other read only entities) in previous version, see this youtube video: https://www.youtube.com/watch?v=uOTj96OJ8f0

    However in the new Espo version this is no longer possible (see below)

    I wish I was smart enough to figure out how to make this work as it's super useful in some cases , any ideas??

    Click image for larger version  Name:	image.png Views:	36 Size:	20.6 KB ID:	98125
    Last edited by yuri; 10-02-2023, 06:18 AM.

  • #2
    The Team entity was not supposed to be edited.

    You can make it customizable by creating "custom/Espo/Custom/Resources/metadata/scopes/Team.json":

    Code:
    {
        "customizable": true,
        "layouts": true
    }
    But note that It's kinda "voids the warranty".

    Comment


    • yuri
      yuri commented
      Editing a comment
      I would call it a hack, not a trick. Hope our cloud users didn't use it.

  • #3
    Hi Yuri,
    Yes I guess you are right is it a hack, potentially useful for some situation, so I appreciate you letting me know how to do it. Will probably put more effort to find an alternative way to solve my requirements. Thanks again

    Comment

    Working...
    X