<!-- 163265 - SmartConnect Functions Very Slow -->
Clients may now manage the inclusion of archived records in SmartConnect API calls. Use the parameter '''{"includearchive":0}''' to exclude archived records, and improve performance. Archived records by default are included in API Calls.
<!-- 163599 - No validation in API Integration - Security Risk -->
When using the update function via the SmartConnect API, the values sent will now be validated based on the field type. For example:
* Numeric value for a '''Text Box - Number ''' field* '''YYYY-MM-DD ''' format value for a '''Text Box - Date ''' field* '''YYYY-MM-DD HH:mm:ss ''' format value for a '''Text Box - Date and Time'''* XML format data for a '''Special - Advanced Data Table'''* JSON format data for a '''Special - JSON field'''
If content is sent with invalid data format, it will be ignored. A new field error node will list the fields that failed validation for record creation and updates.