Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForm and ListForm and Listdelete rows prior to a set datedelete rows prior to a set date
Previous
 
Next
New Post
6/22/2018 8:36 AM
 
Hello,

for GDPR reasons I have to remove old records from the F&L stored data rows. What options exist to do that? Is there perhaps a DB query that I can run, please?

Regards

Franco
 
New Post
6/22/2018 9:00 AM
 
Franco,
how do you identify the "old" records to remove?

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
6/22/2018 9:28 AM
 
Hi Sebastian,

by date? Is there a record creation date?

F.
 
New Post
6/22/2018 9:39 AM
 
yes, but it is stored serialized in UserDefinedData Table.
I suggest downloading my TurboScripts (see my signature) and open TurboDNN920.sql file.
Search for E3. Form & List Module section, copy the whole section and execute inside Host > SQL (DNN9: Settings > SQL)

if you execute UserDefinedTable_Results [moduleID], it will return all rows of a module.
You may use a statement like
DELETE FROM UserDefinedData
WHERE UserDefinedRowID IN (SELECT UserDefinedRowID FROM vw_UserDefinedTable_Data WHERE FieldTitle = 'created at' and ModuleID = [moduleID])

(replace moduleid with your module id

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
6/22/2018 1:28 PM
 
Well, that's awesome, thanks. I run the script and can actually see the udt results. Just on the delete statement can you give me an example how to delete all records prior to a certain date, such 1 january 2017, please? I am a bit lost on where to put the where clause, that's a too advanced query for me ;)

Thanks again

Franco
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForm and ListForm and Listdelete rows prior to a set datedelete rows prior to a set date


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out