Possibility to set a user-prefrence for all users as default?

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • ctheuring
    replied
    found :-)
    create .../custom/Espo/Custom/Resources/metadata/entityDefs/Preferences.json with:
    {
    "fields": {
    "emailUseExternalClient": {
    "type": "bool",
    "default": true
    }
    }
    }

    Christoph​

    Leave a comment:


  • Possibility to set a user-prefrence for all users as default?

    How to do it?
    I want to set "use external email-Client" as default (or better as SET)

    Christoph
Working...