What's new in AskiaField 5.5.3?
If you're skipping a few AskiaField versions, please don't forget to read the various "What's New" pages:
Few visible features but quite a lot of underground work to improve stability and add some functions to CCAAPI. Among these visible features, here what is new in 5.5.3:
1 - Option to delete user data
GDPR feature > ability to delete survey user data based on the phone number and/or email address.
First step is to define, into Task properties window, which questions from your survey contain the telephone number and/or the email address:

Then, in the Ribbon > Extra, click on the "Find Interviews" icon:

That will open a window where you can perform you search, based on phone number or email address:

That will scan all survey data where you have set a phone and/r email address. From the list returned by the search, you have two possibilities:
> Delete: It will completely remove the data for this user on the selected survey.
> Modify: It will open the modify interview window on this specific interview.
2 - Setting for disabling scheduled task when duplicating list
When you duplicate a sample list, it duplicates also all the settings for this sample, including the scheduled tasks, in the state where they are (mostly enabled).
We have added a new setting in CCA Settings > lists: Disable all schedules when duplicating a list: yes/no (no by default).

3 - TLS SMTP connection are allowed
Our SSL/TLS library has been updated and now, you're able to connect to your SMTP server through TLS.
Simply enter the TLS port used by your SMTP provider.

4 - IPAddress encryption
By default, IPAddress field is now encrypted into SQL survey data:

The IP address will be only visible when exported.
5 - Statistic_Mail table
We have added a new Statistic table: Statistic_Mailing. It contains every email sent from CCA in any way: mailing from list, from find/edit contact, or send email routing.
Fields you can find into this table:
| MailId | |
| EmailAddress | |
| SurveyId | |
| ListId | |
| ContactId | |
| Type | (-3 = test email from sample list properties, -2 = email from CATI send email routing, -1 = email from CAWI send email routing, 0 = invitation, 1= first reminder, etc.) |
| Time | |
| SmtpUsed | |
| Sender | |
| Subject | |
| MailResult | |
| BouncedTime | |
| BouncedReason | |
| BouncedMail | |
| Cc | |
| Bcc | |
| ReplyTo |