IWS Release Notes - Version 1.0.1.320

Initially released to IWS Test on 20141126

Enhancements

Check For FileMask On Data Artifact
When you have a Data Artifact in your workflow and you link it to any object such as a XLST Translator, a check on the FileMask field will now be performed. If the FileMask field is empty, a red warning will be displayed above the Data Artifact.
This issue was tracked as Item #124336.


Syntax Check For XSLT Expressions in XSLT Translators
Syntax checking will now be performed for all XSLT expressions within XSLT Translator objects. The code will check and verify the expressions, such as the name of the function and the count of arguments. Incorrect syntax will be marked by a warning symbol of "!". If you hover over the "!" symbol, a tooltip will display and show the invalid syntax. The syntax validation is run each time an expression of the object is modified.
This issue was tracked as Item #124455.


PaceEventName and PaceEvent Type Are Now DropDowns
When you use a PaceJob on your workflow, you need to populate its property information. Previously, the PaceEventName and PaceEventType properties were free form text fields. You were required to type in the exact names of the PaceEventName and PaceEventType for it to work successfully. The code was enhanced to make these fields dropdowns instead, so you can simply pick the correct name and type. The list shown in the dropdowns are pulled from the database of the Eagle region you accessing from IWS.
This issue was tracked as Item #124611.


StarEventName Is Now A DropDown
When you use a StarJob on your workflow, you need to populate its property information. Previously, the StarEventName property was a free form text field. You were required to type in the exact name of the StarEvent for it to work successfully. The code was enhanced to make this field a dropdown instead, so you can simply pick the correct eventname. The list shown in the dropdown is pulled from the database of the Eagle region you accessing from IWS.
This issue was tracked as Item #124612.