IWS Release Notes - Version 1.0.1.312

Initially released to IWS Test on 20141112

Enhancements

Enhanced Grid Search and Sort
Improvements were made to the grid search and sort functionality. Search is now enabled for all columns. Sorting has also been enabled for all columns.
This issue was tracked as Item #124337.


Created an Advanced Section in the Toolbox
A new Advanced Section was created in the Toolbox associated with the translator worksheets. The purpose of this section is group the more advanced features together. The items currently included in the Advanced section of the Toolbox include:

  • Destination DB Request

  • Global Vars Source

  • LoopWhile Container

  • Group

  • ForEach

  • Loop For

  • Loop While

  • Wait

  • Continue

  • Break

  • Code

  • Convert

  • Parameter

  • SplitString

  • Join

  • Result Output Translation

  • XSD Validation

  • Process in Stream

This issue was tracked as Item #124457.


Added Data Type Column For Source and Destination Objects
The Source and Destination objects for the EagleML format now include a new Type column. This column represents the data type from XML schema.
This issue was tracked as Item #124737.


Enhanced XSLT Editcheck
The XSLT EditCheck was enhanced. Where you place the XSLT Editcheck no longer matters, as the XSLT Edit Check will now always be generated right after *transaction node (for example: referenceTransaction or warehouseTransaction). As a result of these changes, when the EditCheck condition is true, the reason node will also be generated after the *transaction node. In addition, the count of the reason nodes is now correct. Previously, this count was not always accurate.
This issue was tracked as Item #124739.

Software Fixes

Issue with Viewing Some Library Items in Solution Explorer
In Solution Explorer, if you clicked on a library item that has no IWS related activity (for example, a default Message Center stream), you would get multiple Remote Server error messages and IWS would close. The code was updated to resolve this issue. Now if you click on a library item that has no IWS activity, you will receive an informative warning message stating: "This solution item can not be opened because it is MC stream".
This issue was tracked as Item #124284.


Removed Unnecessary Items in the Source and Destination Settings for Fixed Format
There were several items in the Source and Destination settings for Fixed format that were either not used or not yet fully developed. Therefore, they were removed to simply the experience. The ID Column, the Start Column, the Header and Footer and the Load from File Control were removed from Destination only. In addition, the skip column was removed from both Destination and Source.
This issue was tracked as Item #124453.


Issue with Renaming a Solution
If you tried to rename a solution using the context menu in solution explorer, multiple error messages displayed even when the renaming was successful. The code was updated to resolve this issue. You can now rename solutions using the context menu in solution explorer without any issues.
This issue was tracked as Item #124531.


Incorrect Type Processing For Source and Destination Objects
Using existing tasks in your solution could potentially cause incorrect type processing for Source and Destination objects. The incorrect type processing would result in editable node names and no visible tabs for EagleML objects. The code was updated to resolve this issue. Data objects are correctly displayed now when the translator is opened.
This issue was tracked as Item #124613.


Relabeled 'Create MC Import Package' on the Main Toolbar
The 'Create MC Import Package' option in main window toolbar was relabeled to 'Create Import Package'. This change was done to avoid use of technical terms or acronyms. Only the name was changed, the functionality remains the same.
This issue was tracked as Item #124738.