Keep up with latest product news
The Message Bank has ability to automatically identify messages it should resend.
Using the REST API to search for interoperability messages, an updated version of IRIS, iris.script, and zpm
New module.xml using zpm generate
Fixed Namespace lookup issue when the Message Viewer is installed using ZPM
Even more simplified version. ZPM enabled code import. No Installer.cls is needed to import code.
New in this release:
1)** Interoperability support** - support for dtl, bpl, lut, esd, x12 in module.xml
Now it's allowed to refer to DTL and BPL files. ZPM stores and uses them as CLS.
<Resource Name="ResourceTest.TestDTL.dtl"/>
<Resource Name="ResourceTest.TestBPL.bpl"/>
Other interoperability components such as LUT, ESD, X12 should be in XML format with .xml extension and expected in the folder named i14y (short form of interoperability)
<Resource Name="Test_HIPAA_5010.X12"/>
<Resource Name="hl7_2.5.LUT"/>
2) InterSystems BI - DFI files support
Allows multiple ways of defining InterSystems BI (DeepSee) DFI resources
By Fullname
<Resource Name="Sample Operational Reports-Auditing Overview.dashboard.DFI"/>
Wildcard with the folder name
<Resource Name="Sample Operational Reports-*.DFI"/>
Just everything
<Resource Name="*.DFI"/>
Limited by keywords, used only during the export.
<Resource Name="*.DFI" Keywords="myapp"/>
Note: if you store config on your server, then probably you need to reset charts color before use it, because colors are stored in your config. To do it: click on palette icon on chart header and press "Reset to default" button, then press "Apply". After that you can export new configuration file)