Skip to Main Content
InterSystems Ideas
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.
ADD A NEW IDEA

InterSystems Products

Showing 433

Support Declarative CORS Configuration in <CSPApplication>

From IRIS ≥ 2025.1, Web Application–specific CORS settings—such as CorsOrigins and CorsCredentialsAllowed—can be configured through the Management Portal. Currently, these properties are not yet supported or listed as attributes of the <CSPAppl...
Ashok Kumar T 29 days ago in InterSystems Products 0 Needs review

Code snippets library

The Studio has a tab where you can add code snippets on your local machine (with a very small amount of code snippets already present). It would be nice to build a library of code snippets on the community site to perform a variety of tasks like u...
Danny Wijnschenk about 3 years ago in Initial Developer Experience / InterSystems IRIS 14 Community Opportunity

Streaming JSON Parsing Support

1️⃣ Description of the idea Introduce new methods that allow streaming JSON parsing rather than reading the entire JSON into memory first. This approach would process JSON objects or arrays incrementally, converting them to DAO (Data Access Object...
Ashok Kumar T 6 months ago in InterSystems Products 0 Future consideration

Auto addition to Code Tables if value is not found

I would like to see if something out of the box could be added to HealthShare for when a Code Table value is not found that it is automatically added to the existing Code table. Sometimes endpoint systems add additional values that are not always ...
Scott Roth about 1 month ago in InterSystems HealthShare 1 Needs review

IRIS Payer SNIP Validation Studio: Fast, accurate X12 compliance with partner guide overlays

Summary Real-time and batch X12 HIPAA SNIP validation (Levels 1–7) with payer implementation guide overlays inside the IRIS Management Portal—boosting first-pass acceptance and accelerating partner onboarding. Customer value 8–15% lift in first-...
Tirthankar Bachhar about 1 month ago in Developer Experience / Generative AI / InterSystems IRIS 0 Needs review

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...
Tirthankar Bachhar about 1 month ago in Developer Experience / Generative AI / InterSystems IRIS 0 Needs review

Automatically Expose Interactive API Documentation

Enable interactive API documentation automatically for web applications. 1️⃣ Description of the idea Automatically enable a default API documentation endpoint—such as /docs or /apidocs—when a new %CSP.REST-based dispatch class is created. This end...
Ashok Kumar T 6 months ago in InterSystems Products 5 Community Opportunity

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...
Scott Roth 2 months ago in Developer Experience / InterSystems HealthShare 0 Needs review

See globals size in Management Portal.

In System > Globals it would be helpful to see the globals sizes, and be able to sort them by this new column.
Sylvain Guilbaud over 1 year ago in InterSystems IRIS 3 Will not implement

Simplify classnames calls in ObjectScript

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...
Evgeny Shvarov over 3 years ago in Developer Experience / InterSystems IRIS 0 Ideas Contest