Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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:

...

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. Note:  This issue was tracked as Item #124074.

Info

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.

...


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:

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

instead of:

Code Block
'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.