IWS Release Notes - Version 1.0.1.323

Initially released to IWS Test on 20141203

Enhancements

Added Show RTR Preview Feature
The new feature Show RTR Preview has been added to the solution toolbar. When you click on Show RTR Preview, you will see the Run Task Request (RTR) message for the current workflow.
This issue was tracked as Item #124456.

Software Fixes

Renamed Heading Label In New or Open Solutions
When you chose New solution or Open solution and the initial popup displayed, the heading for the choices (such as blank, existing or templates, etc.) was incorrectly labeled as Templates. The code was updated to display this heading as Solutions instead.
This issue was tracked as Item #125097.


Renamed CSV to Delimited File in Source and Destination
In the format options for Source and Destination, the CSV option was renamed to the more accurate description of Delimited File. The CSV name gave the incorrect impression that the file had to be comma delimited. You can actually specify another delimiter instead of comma.
This issue was tracked as Item #125307.


Advanced Section of Toolbox Collapsed By Default
Since items in the Advanced section of the toolbox are not always used, this section will now be collapsed by default in the toolbox when you are in a task translator worksheet. If you click on the Advanced section, the items will display.
This issue was tracked as Item #125310.


Removed Premature Code in XSLT Translator
Code in the XSLT translator object that was introduced before the full feature around XSLT Extension Functionality was available has been removed. If you ran a workflow with a XSLT transformation task, you could see a erroneous warnings in Message Center Console because of this code. The code was updated to remove this piece of logic until the full functionality is ready for release to avoid any unnecessary confusion.
This issue was tracked as Item #125404.


Issues With Specific Validation Checks
Syntax checking for XSLT expressions in XSLT Translators was introduced in IWS version 1.0.1.320. There were a few issues uncovered around this validation, including incorrect validation for functions with numerical type arguments and incorrect validation for XSLT Expressions using IF statements and ConvertDate or DescribeXSLTVar functions. The code was updated to resolve these specific validation issues.
This issue was tracked as Item #125428.