Versions Compared

Key

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

Initially released to IWS Test on 20150916

Enhancements

Introduced Table Filters in XPanels
In XPanels, filter controls have been added to the DB Tables tab. This allows you to filter the contents by part of the table name to help you find your desired table quickly.
This issue was tracked as Item #120794.

...


Calling Data Query Objects in Expressions
If you set the default output parameter for your Data Query object using the context menu of the Outbound panel and add it to the library, you can now call it in the Destination Expressions using the format dq_name( par1, par2, .. ) without having to add it to the worksheet. This feature has been implemented for both MC and XSLT translators.
This issue was tracked as Item #133187.

Software Fixes

Incorrect Aliases Paths for XML Source
If you created a task with an XML source and the 'Message Node option value differed from the root node, the XML paths were incorrectly generated for all source aliases'. The code was updated to resolve this issue.
This issue was tracked as Item #132731.

...