IWS Release Notes - Version 1.0.1.892

Initially released to IWS Test on 20170913

Software Fixes

Unable to Export Multiple Workflows into the Same Location
When exporting multiple workflows into the same location, the package "eagle_iws_service_data_empty.pkg" would be overwritten, since its name was hard-coded.
To resolve the issue, the package name was changed to match the solution name.
This issue was tracked as Item IWS-167.

Exception While Saving XPanel Extension with Large Number of Dolumns
There was a limitation of 128 KB on the table size. Once exceeded, 'Argument list too long' error would be generated.
The code was modified to avoid the limitation.
This issue was tracked as Item IWS-165.