Jump to content

Recommended Posts

Posted

Hi,

When a customer is deleted, his or her contacts should also be deleted from the database.

I am missing the database dependency between clients and contacts table? Why is there no dependency for such cases?

PS: It should also be checked whether there are further dependencies missing in other places and thus data corrupt.

Posted

Deleting a client will only delete the client record and the associated user account. The deletion does not cascade across other foreign keys as the data may be useful for reporting, legal, or other purposes. In the future we will likely include the ability to delete all related records at once.

Posted
7 hours ago, Tyson said:

Deleting a client will only delete the client record and the associated user account. The deletion does not cascade across other foreign keys as the data may be useful for reporting, legal, or other purposes. In the future we will likely include the ability to delete all related records at once.

never tested the delete client function, but i'm curios what is exacly deleted (tables). the invoice/services/tickets/transactions/ ..ect are deleted?

what about the new UE law , the right to be forgotten?

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...