<!-- 165988 - Should field Change History include the Source value -->
* Added new variables to validate pages and word counts on documents uploaded to the multi-file and single file storage custom fields. For example, you can now use '''SmartCheck''' validation on application submissions to ensure a client uploaded a document that contains at least two pages of information or contains at least 100 words. File types that can be checked include Word (.doc, .docx), rich text (.rtf) and Adobe portable document format (.pdf). <br/>The syntax to retreive this information from the uploaded files is based on the field name: <code>@field.pagecount@</code>, <code>@field.wordcount@</code>. <br/>The syntax to retreive this information from the uploaded files is based on the field ID: <code>@#fieldid.pagecount#@</code>, <code>@#fieldid.wordcount#@</code>. <br /> <br /> '''Note:''' If there is more than one uploaded file, you will get an aggregate of pages and counts across all files. PDFs must contain searchable and selectable text. If using these variables in '''SmartCheck''' validation, custom field validation, browser scripts or comparisons, be sure to wrap the variables with the parse number syntax: <code>ssParseNum(@#fieldid.pagecount#@)</code>
<!-- 167042 - Add Page and Word Count Validation for Uploaded Word Documents -->
<!-- 167807 - Object token URL - not opening object when not logged in -->
* Fixed an issue where axes were the axis was not displaying correctly when creating a custom field with the "Chart" type set to "Horizontal Bar".
<!-- 170180 - Horizontal Bar Chart Axis Labels Issue -->
<!-- 170294 - Initializing new rich text editor -->
* Fixed issues regarding the around creating and updating associations using SmartConnect API version 1.
<!-- 170410 - Copy of 170395 - PHEAA - Issues in Organization Association API -->