For GDPR I want to set up periodic forms deletion as per the article here:
Scheduled Record Deletion
but the max allowable period setting based on the example appears to be 49 days? 49.00:00:00
The documentation states "Shorter or longer periods can be set using different datetime strings." but I am unable to find any examples on what format this alternate setting should take.
Aha, my bad. So the period value is actually how often the task itself runs, not how old the submissions need to be to be removed. That value is configured on a per-form basis. Therefore it makes sense to leave the period value at the default of 1 day so it runs daily.
ScheduledRecordDeletion.Period config
For GDPR I want to set up periodic forms deletion as per the article here: Scheduled Record Deletion
but the max allowable period setting based on the example appears to be 49 days? 49.00:00:00
The documentation states "Shorter or longer periods can be set using different datetime strings." but I am unable to find any examples on what format this alternate setting should take.
Can anyone help?
Aha, my bad. So the period value is actually how often the task itself runs, not how old the submissions need to be to be removed. That value is configured on a per-form basis. Therefore it makes sense to leave the period value at the default of 1 day so it runs daily.
is working on a reply...