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

All ideas

Showing 640 of 640

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

SQL: Undefined error with IN

CREATE TABLE t0(c0 BIT );SELECT * FROM t0 WHERE (c0 IN (c0, c0, c0, c0)); produces error SQL Error [400] [S1000]: [SQLCODE: <-400>:<Fatal error occurred>] [Location: <Prepare>] [%msg: <<UNDEFINED>in+4^%qaqpnl *mt("v","4"...
Dmitry Maslennikov 4 months ago in Bug reports 2 Implemented

New rewards

It would be nice to add new rewards ;) on Global Masters. For example cover for laptop camera playing cards pens wireless chargers powerbanks coasters etc
Irène Mykhailova over 3 years ago in Global Masters 2 Implemented

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

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

Best practices in a documentation chapter

I think it would be interesting to address in a chapter of the documentation good practices both in programming and in the design of persistent classes. It would be ideal to present some code examples. Some examples to illustrate my point: How to ...
Pierre LaFay over 2 years ago in Documentation 1 Ideas Contest

Earn GM points by subscribing to the InterSystems YouTube channel

Earn GM points by subscribing to the InterSystems YouTube channel: https://www.youtube.com/@InterSystemsCorp Benefits: Increase engagement with InterSystems video technologies and content and enable developers and customers to learn more about Int...
Yuri Marx 8 months ago in Global Masters 0 Already exists

Use of package management systems

There is no way at the moment to install any driver to IRIS for any suppoorted programming language. Java drivers not available on Maven (even https://mvnrepository.com/artifact/com.intersystems/intersystems-jdbc, just fake empty files) Python dri...
Dmitry Maslennikov over 3 years ago in InterSystems IRIS 1 Implemented

Description of property when testing item

When testing a item, after selecting the request, it would be useful to display the description/ commentary of each property of the message.
Corentin BLONDEAU 4 months ago in InterSystems IRIS 5 Clarification required

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