Announcement

Collapse
No announcement yet.

How to remove the "duplicate" button from custom entity views?

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

  • How to remove the "duplicate" button from custom entity views?

    How to remove the "duplicate" button from custom entity views?

  • #2
    I found the answer. Open

    "custom/Espo/Custom/Resources/metadata/clientDefs/YourEntity.json"

    and add

    {
    "duplicateDisabled": true
    }

    Comment

    Working...
    X