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

Add interoperability adapter for AirTables

Add an inbound adapter and BS for AirTable to be able to connect to AirTables account and react on events "new record appeared", "record changed" Add an outbound adapter and BO to be able to connect to AirTable and add a new record in a particular...
Evgeny Shvarov almost 3 years ago in Developer Experience / InterSystems IRIS Community Opportunity

Import classes with ES6 syntax

Being able to import classes into another class for example using ES6 syntax, this way you could reduce the use of ##class(Sample). throughout the document when it is needed repeatedly in more than one place. A possible example would be to be a...
Joan Pérez almost 3 years ago in Developer Experience / InterSystems IRIS Ideas Contest

Example of Flask application with SQLAlchemy IRIS

It would be good to have an example of an application made on Python Flask, which works with IRIS through SQLAlchemy
Dmitry Maslennikov almost 3 years ago in InterSystems IRIS Done by Community

Tribute banner and interview for GM million pointers

Create tribute banner and an special interview for those who reach million or multiple millions points in GM (Robert with 2 million and Eduard with 1 million)
Yuri Marx almost 3 years ago in Global Masters Implemented

My DC Library

Today is possible bookmark articles, but is not exists a hyperlink or menu to access my list of bookmarked articles. My idea is to create a menu item My library, to access bookmarked articles
Yuri Marx almost 3 years ago in Developer Community Already exists

Allow the Web Gateway Installer to map all requests (not only csp/cls/cxw).

When the Web Gateway Installer configures the Web Server (IIS, Apache, etc.) to direct requests to the InterSystems server, it does so only to certain URLs with a clear InterSystems-related request (e.g. *.csp or *.cls), thus allowing the Web Serv...
Tani Frankel almost 3 years ago in InterSystems Products Clarification required

List OEX business services, operations and processes on Interoperability wizards

Today only official business services, operations and processes are presented as options on Interoperability wizards, but could be great allows to the developer choose community adapters, business services, operations and processes from IPM registry
Yuri Marx almost 3 years ago in InterSystems IRIS Will not implement

use Python Class Definition Syntax to create IRIS classes

Now that IRIS support Python, UDL syntax should not be the only way with SQL DDL to define/create classes in IRIS.
Sylvain Guilbaud almost 3 years ago in InterSystems IRIS Ideas Contest

Transient data

When modeling a new table or persistent class, allows to mark the table or persistent class as transient. The transient attribute will set how many time the data will exists in the database. Transient data is useful to persist temporal data, like ...
Yuri Marx almost 3 years ago in InterSystems IRIS Community Opportunity

Warning/Confirmation for Delete popup for User when using VSCode extensions

We had the first case today where Delete was actually clicked on when reviewing the code from the InterSystems Server Extension in VSCode. Would it be possible that if Delete is clicked that a Warning/Confirmation comes up making sure the user wan...
Scott Roth almost 3 years ago in Other Implemented