Skip to Main Content
InterSystems Ideas

Have an idea, suggestion, or something that doesn’t work as expected in InterSystems products or services? Share it here on the InterSystems Ideas Portal.

The Ideas Portal is where community members can propose improvements, report bugs, and help influence the product roadmap across InterSystems products and the overall developer experience. 22% of submitted ideas are implemented by InterSystems or members of the Developer Community.

💡 Ideas and bugs are both welcome, no matter how big or small. You can submit feature requests, usability improvements, workflow suggestions, and bug reports. Whether you’re an experienced expert or just getting started, your fresh perspective is valuable.

🛠️ About bugs and fixes. If you have access to InterSystems WRC, please submit bugs there for immediate action. Bug reports submitted through the Ideas Portal are reviewed and tracked, but do not guarantee immediate resolution.

Start by sharing what could be better - the community and our teams will help take it from there.

ADD A NEW IDEA

InterSystems Products

Showing 450

Support UUID v7 as IdKey

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 ...
Attila Toth 4 months ago in Developer Experience / InterSystems IRIS 1 Will not implement

built-in way to dynamically include all columns in JSON_OBJECT()

There’s currently no way to Dynamically include all columns in JSON_OBJECT() without manually listing them in the SQL query. However, Scalar function JSON_OBJECT not supported for stream fields ex: SELECT JSON_OBJECT(t) FROM TABLE t / SELECT JSON_...
Ashok Kumar T 11 months ago in InterSystems Products 0 Ideas Contest

Native JSON Datatype exclusively for JSON

Create a built-in native JSON datatype like "%Library.String" and implement the SQL JSON_ functions natively. Store, retrieve, search, validate by schema and update the before save and save JSON values instead of store into %String - we can't stor...
Ashok Kumar T about 1 year ago in InterSystems Products 0 Future consideration

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 4 months ago in InterSystems Products 0 Needs review

LIMIT OFFSET support for IRIS SQL

LIMIT OFFSET feature is widely used by other databases. And it is a real pain at the moment to achieve something similar on IRIS SQL. Django ORM for instance requires this for pagination, and there is no way to make it some other way
Dmitry Maslennikov over 3 years ago in InterSystems IRIS 4 Implemented

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 4 months 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 4 months ago in Developer Experience / Generative AI / InterSystems IRIS 0 Needs review

Set password through environment variable

In a continious integration processes, for some applications, for testing purposes, it's useful to run vanilla IRIS and run integration tests, for Python applications for instance And the best way to do it, is to use services feature in popular CI...
Dmitry Maslennikov about 3 years ago in Developer Experience / InterSystems IRIS 5 Ideas Contest

Power Platform Connector for InterSystems IRIS

Develop InterSystems IRIS connector that allows connection to the IRIS data platform from Power Apps / Power Automate
Vadim Aniskin over 2 years ago in Developer Experience / InterSystems IRIS 1 Community Opportunity

Introduce WITH into IRIS SQL engine

Introduce the support of WITH functionality in IRIS SQL
Evgeny Shvarov about 4 years ago in InterSystems IRIS 4 Implemented