IWS Release Notes - Version 1.0.1.301

Initially released to IWS Test on 20141022

Enhancements

Enhancements to XSLT DB Lookup
Several enhancements were made to the XSLT DB Lookup, including the following improvements:

  • Allow for saving or clearing result columns

  • Auto-insert tag prefix for variables names starting with numbers

  • Enable edit mode for outbound parameters

This issue was tracked as Item #124079.

Software Fixes

Issues in EagleML Panel Paths
There were errors in the EagleML panel paths. Custody Restriction Activity, Custody Restriction Balance, Holding SMFs and Warehouse NAV all had missing nodes in the downloaded xml. The code was updated so that these nodes are now included. This issue was tracked as Item #124074.

The double listing of Security Notes and Vendor Cash Flow in the EagleML panel paths will be addressed in a future release.


Issues with Resizing
At times when you clicked and tried to resize an object, it did not actually resize. This issue was especially prevalent with Source and Destination grids. The code around the resizing, including the calculation of the mouse handle area and mouse offset, was updated. The resizing behavior is now consistent.
This issue was tracked as Item #124076.


Updates to the Source and Destination Settings Menu
Several minor updates were made to the Source and Destination settings menu. The Refresh Connections by Expression option was removed. To date, this feature had not been used anywhere and it was determined to be unnecessary. Also, 'Alias' was renamed to 'Aliases'. In addition, the Generate all Aliases and the Clear all Aliases options will now affect only the rows shown by the filters.
This issue was tracked as Item #124077.


Issue With Expression Builder for SQL Requests
There was an issue linked to the Expression Builder for SQL Requests that resulted in a required quote being dropped from the expression. The following is an example to reproduce this issue:

  1. Open a translator worksheet

  2. Drop a DB Request SQL object into the work area

  3. Enter an expression such as the example below to the linked cell by the script bar: 'select * from securitydbp.sec_master where security_alias = \'' + |1| + '\''

  4. Click apply and then click elsewhere to change your focus

  5. Return your focus to cell with expression. You will notice that the last quote symbol is missing. It shows:

'select * from securitydbp.sec_master where security_alias = \'' + |1| + '\'

instead of:

'select * from securitydbp.sec_master where security_alias = \'' + |1| + '\''

The code was updated to resolve this issue. The quote no longer is dropped.
This issue was tracked as Item #124081.