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

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cpicanco
    Member
    • Sep 2019
    • 60

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

    How to remove the "duplicate" button from custom entity views?
  • cpicanco
    Member
    • Sep 2019
    • 60

    #2
    I found the answer. Open

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

    and add

    {
    "duplicateDisabled": true
    }

    Comment

    Working...