How to delete Cancelled Survey Instances?
Hi everyone,I have a scheduled job that looks for any survey instances older than 7 days and cancel them if they are in the status Ready to take. The Scheduled job script can be seen below. autoCancelassessments();function autoCancelassessments() { ...
