Versions Compared

Key

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

...

These new objects can be found in 'Warehouse' group of types list for 'EagleML' format in 'Task Format' forms.
This issue was tracked as Item #130412.

...

While the solution is saving, an upload file progress dialog box is displayed. This dialog box closes automatically when the save is complete. However, it also has a cancel button if you want to cancel the save. The cancel button worked correctly, but if you closed out of the dialog box by clicking on the right hand corner, IWS may close unexpectedly. The code was updated to resolve this issue and will now cancel properly if regardless of whether you use the cancel button or simply close the dialog box.
This issue was tracked as Item #129925.

...

When you added the task 'Read Data from FTP' to your solution, it included unnecessary nodes upon export. The code was updated to remove this unnecessary, empty node.
This issue was tracked as Item #130350. 

...

In certain situations, it was possible that a change you made was applied to two cells instead of the one cell you intended. This issue could occur if you clicked on a value in the Source or Destination grid and made an edit and clicked the Enter key. The focus moved to the next cell. If you then started editing this next cell without using your mouse, both the cell you were previously on and the current cell would get the change. The code was updated to resolve this issue. In the above scenario, the changes will now apply only to the current cell.
This issue was tracked as Item #130450 

...

If you updated a model that was in a collapsed state, it was possible that some expressions could be duplicated. The code was update to resolve this issue and the expressions will no longer be duplicated.
This issue was tracked as Item #130217.


EagleML Refresh Option on Destination Object
A new EagleML refresh option has been added to the Destination object. You can now use this button to refresh the EagleML in your existing workflow. The option is located in the bottom right corner. The icon for this option is .
This issue was tracked as Item #130629.

...