Keep up with latest product news
The issue with
do ##class(HS.HC.Util.Installer).InstallFoundation(namespace)
fixed by changing to
Do ##class(HS.Util.Installer.Foundation).Install(namespace)
<Resource Name="JRNINDEXER.MAC" Directory="dc/journalindexer"/>
New features:
Improvements:
Used IRIS DC to remove ARM/AMD confusion.
Harmonized ports in README and code.
New features:
Improvements:
nofilters=1
.{=&
& ,=&[
characters22/08/2023 Updates:
Feature Added: Share Search
Creates a 'Share Search' button on the Message Viewer page.
When clicked, the current search criteria is saved in the Saved Searches and the current URL with the Saved Search's name appended as a query param is copied to the clipboard.
Navigate to this new URL and it will automatically open the saved search. The browser prompts you to delete the saved search - this is so your Saved Searches dropdown doesn't get filled, though you don't have to delete the Saved Search if you don't want to.
Saved Searches are the current datetime prepended with zz.
Useful for sharing search results with colleagues.
Feature Added: Multiple Message Scroll
When viewing any page where the extension has added multiple messages and there are horizontal scrollbars, hold CTRL and then scroll. This will scroll all message scrollbars at the same time.
Useful for comparing multiple messages at the same time.
BugFix: Search History no longer empties prematurely.
BugFix: Search History no longer breaks the Message Viewer page's extension functionality if opened before first search is performed.
Analytics support is introduced.
We changed how custom code is executed when analytics events occur.
To execute your code after the event occurs, you should implement a subclass of the ZPM.Analytics.AbstractEventProcessor class
and override the method: ClassMethod Process(event as ZPM.Analytics.Event) As %Status