In our Dynamics solution we have a pre-create-plugin that detects when a lead/contact is created (f.e via download of asset or registering to event) based on the email address.
If the system detects that a lead/contact with the given address then we copy some related records (f.e notes, event-regs) from the new "duplicate" to the already existing lead/contact and then we delete the newly created duplicate.
My question is which table(s) insights and the data about "forms visited" are stored? My goal is to also "move" these records from the duplicate to the existing record before I delete the duplicate.