Is EspoCRM GDPR conform?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mxb0
    Junior Member
    • Mar 2018
    • 3

    Is EspoCRM GDPR conform?

    Hi,
    we are currently evaluating EspoCRM for our company and wanted to know if it is conform to European Data Protection Law, which will be enforced starting from May this year. Especially I'm worried about Article 17 - Right to be forgotten since I could not found a way to permanently delete user from the database. Is it even possible? Or at least wipe all personal data leaving dummy database entry?

    Thanks in advance,
    Maksym
  • yuri
    Member
    • Mar 2014
    • 8440

    #2
    Hi Maksym,

    For now removed records are still stored with the attribute deleted = 1. You can remove them manually from database. We plan to implement an ability to delete such records permanently for the admin user.
    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

    • mxb0
      Junior Member
      • Mar 2018
      • 3

      #3
      Hi, thanks a lot for your answer! It makes things so much easier Do you have any tentative plan when you will be releasing this feature?

      Comment

      • yuri
        Member
        • Mar 2014
        • 8440

        #4
        Hi,

        Planned for 2018 Q2.
        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

        • blaz
          Member
          • Jan 2017
          • 40

          #5
          Hi, Soon https://www.eugdpr.org is coming. My question is could id do any harm if I removed Leads, Contacts from the mysql database which have the attribute deleted = 1?
          I mean it should not crash the system, or would it be better to update fields to something like 'deleted', instead of deleting the records?

          Thank you in advance,
          Balazs

          Comment

          • AlexAv
            EspoCRM Team
            • May 2014
            • 124

            #6
            Beginning from version 5.2, EspoCRM conform GDPR (see below)
            • Data Privacy: Ability to view personal data;
            • Data Privacy: Ability to erase personal data;
            • Data Privacy: Parameter to mark new email addresses opted out by default;

            Comment

            • blaz
              Member
              • Jan 2017
              • 40

              #7
              Hi this is nice but I have like 10000+ already deleted Leads and Contacts. (they are just sitting in the database with deleted=1 flag) How could I avoid to erase them manually one by one?
              I found this: https://www.espocrm.com/documentatio.../data-privacy/
              but it seems its only possible to erase one by one...

              Thank you in advance,
              Balazs
              Last edited by blaz; 08-06-2018, 01:49 PM.

              Comment

              • tanya
                Senior Member
                • Jun 2014
                • 4308

                #8
                Hi,
                you can mass update entities, but you can not use erase feature in mass actions.
                If you don't see needed field in mass update field list, you can add it in Layout Manager > Needed Entity > Mass Update

                Comment

                • blaz
                  Member
                  • Jan 2017
                  • 40

                  #9
                  Hi Tanya,

                  Thank You for the answer. Do You plan such a feature to be able to mass erase personal data? Please let me know.

                  Thank You.

                  Regards,
                  Balazs

                  Comment

                  Working...