Data-Privacy Custom Entity

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • khopper
    Senior Member
    • Sep 2017
    • 329

    Data-Privacy Custom Entity

    Is it possible to mark fields in a custom entity for data-privacy "is personal data"

  • Maximus
    Senior Member
    • Nov 2018
    • 2731

    #2
    Hi,
    It is supported for the 'Person' type entity only.

    Comment

    • yuri
      Member
      • Mar 2014
      • 8624

      #3
      Hi Kim,

      File custom/Espo/Custom/Resources/metadata/scopes/YourEntityType.json

      Add a parameter

      "hasPersonalData": true

      Make sure you have a valid json after editing (no trailing comma).

      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

      Working...