Initially released to IWS Test on 20160217
Enhancements
New argument for ConvertDate Function
Previously, it was not possible to create a custom name of the template for the xslt template of date. The code was enhanced to allow for this functionality. A new argument for function ConvertDate for create a custom name for the xslt template of date has been added. For example:
Panel |
---|
ConvertDate( |effectiveDate|, "M?\D?\YYYY", "YYYY-MM-DD", "MyTemplate") |
This issue was tracked as Item #138638.
...
Previously, it was not possible to add native code after a closed "xsl:for-each" element. The code was enhanced to allow this. To add native code after closed of xsl:for-each element, right-click on a node (the node is in bold) located above than node :ForEach: element, and click on menu item of 'As the last element of 'referenceTransaction'. This will be processed after all elements in this node.
This issue was tracked as Item #138639.
Software Fixes
Issue Using Show Failed Messages Function
...