We love hearing from our users. Tell us what you want to see next and upvote ideas from the community. * Bugs and troubleshooting should as usual go through InterSystems support.
RFC 9562 defines UUID v7, as a timestamp based universally unique identifier (https://www.rfc-editor.org/rfc/rfc9562.html#name-uuid-version-7). Supporting this type of UUID as the IdKey of persistent classes may have multiple advantages:
The ID ...
There are actually three suggestions, but they all relate to KPIs (link to what these are below). %DeepSee.KPI https://docs.intersystems.com/iris20252/csp/documatic/%25CSP.Documatic.cls?LIBRARY=%25SYS&CLASSNAME=%25DeepSee.AbstractKPI 1. Provid...
Reviews in OEX are always given in combination with individual stars given by the reviewer at the time of writing the review.Stars step from 0.0, 0.5, 1.0, 1.5, ... 5.0 NULL no stars means no review:The new filter may serve 3 main cases.
Finding...
AI Digital Twin & Safe Replay Studio: One‑click production clone, anonymized traffic replay, and “what‑if” simulation
Problem
Changes to productions (new DTLs, rules, adapters, timeouts, upgrades) are risky because test environments rarely mirror real traffic, partner quirks, or peak volumes.
Reproducing an incident or validating a partner change requires man...
Add a debugger for Embedded Python in Visual Studio Code
Recently, Embedded Python was introduced as a programming language alongside ObjectScript. At the same time, the InterSystems Studio IDE has been deprecated for the newer and multilanguage Visual Studio Code (VSC), which is also equipped with a de...
Add Form Definition Notation (FDN) validation to VS Code Extension
It would be nice if the VS Code Extension for InterSystems could validate the Form Definition Notation (FDN) format so we can understand the breakdown in defining forms within vs code class files. Right now, it is trial/error if I update the Class...
Most of the time, when using the Message Viewer in Health Connect, I need to search by PatientID for fault finding or analytical purposes. It would be handy if there was a field already on the Message Viewer page to search by PatientID, instead of...
Currently everyone use ##class(classname).methodname() to call it. e.g. do ##class(Sample).ClassMethod() This is one of the painful moments about ObjectScript for developers. Can we introduce a parallel support of more simplified way, as: #classna...