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 610 of 610

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 10 months ago in InterSystems Products 0 Ideas Contest

"Run in Postman" Button for IRIS for Health FHIR REST APIs

New healthcare devs face a barrier when testing out FHIR related stuff and the gap between reading documentation and actually testing an API call is too wide. A "Run in Postman" button solves this with pre-built FHIR examples as collections. So, N...
Vishal Pallerla 3 months ago in Initial Developer Experience / InterSystems FHIR Server 0 Future consideration

Embedded Python methods : toggle line comment with # regardless of indentation level using Visual Studio Code

When you write an embedded python method using Language=python, the toggle line comment feature correctly sets "#" to the beginning of lines only for the first indentation, otherwise "//" are added and are not recognized as a comment in Python.
Sylvain Guilbaud 7 months ago in Other 1 Community Opportunity

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

Automated Schema Comparison and Synchronization

Problem : if we are maintaining the two separate instances for load balancer. we can't able to maintain the schema comparison and synchronization. it is possible by using git redeploy. but we need to redeploy the code. Proposal : instead we need t...
Veerarajan Karunanithi over 1 year ago in Developer Experience / InterSystems IRIS 3 Community Opportunity

Create real world application by using IRIS and python Streamlit web framework

Streamlit is an open-source app framework for Machine Learning and Data Science apps. https://docs.streamlit.io/ We should have real-world application or startup template by using Streamlit and IRIS The idea fits the contest in the way that "Pytho...
Muhammad Waseem over 2 years ago in InterSystems IRIS 3 Done by Community

Adding Ctrl+V functionality to iris terminals

Essentially this idea boosts the current functionality of pasting into the IRIS terminal. Over the course of the year, this will save developers in total countless hours of having to right click and paste instead of keyboard macros Any users of ...
John Spead 7 months ago in InterSystems IRIS 1 Will not implement

ObjectScript API to create MS Word files based on templates

Currently, IRIS doesn't have ObjectScript functionality for creating Word files. Python or Java are required. Furthermore, even using these languages, it's a complex process that requires many lines of source code. Therefore, the idea is to use an...
Yuri Marx 7 months ago in InterSystems IRIS 2 Done by Community

FHIR Data Class Structures more compatable with DTL Editor

As FHIR continues to grow, there are some customers that want to use external FHIR repositories to retrieve data from EMR's for different reasons. In our case we wanted to retrieve Patient data from our EMR to help with cut down on the number of P...
Scott Roth 7 months ago in InterSystems Products 0 Needs review

Developer Community AI Chatbot

To ask questions and get answers based on the Community posts & documentation.
Anastasia Dyubaylo almost 2 years ago in Developer Community 2 Implemented