End of Life for Records

Set a time limit for database entries in ChronoForms.

Overview

The user wants to automatically delete records older than a specified date.
You can implement this by adding a deletion script to the form actions or by setting up a server cron job to run the script periodically.

Answered
Connectivity v6
it itpates 28 Sep, 2018
Is it possible to put a time-limit on the life of a database entry using Chronoconnectivity? Perhaps a script that tests the date field of entries of the db table and deletes those over a certain limit every time the form is called?
Gr GreyHead 29 Sep, 2018
Answer
1 Likes
Hi itpates,

You could also do this with a cron job on your server that runs a deletion script every day - or every week.

Bob
This topic is locked and no more replies can be posted.