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 257 of 349

Native RPC API for ObjectScript

We have a full featured API for access globals via ECP, but still have no "standard" way to do RPC. In Cache it was possible with %Net.RemoteConnection.cls. Having been removed from IRIS, this class is still not substituted with some clear API. By...
Alexey Maslov over 1 year ago in InterSystems IRIS 2 Already exists

Business Operation Testing mode per namespace

While there are several different Testing options available, it would be nice at a system level if you wanted to just test Business Rules, Business Processes, and Data Transformations to have a way to change all Business Operations into a Testing ...
Scott Roth over 1 year ago in InterSystems IRIS 0 Needs review

Run Jasperreports from ObjectScript and IRIS Adapter

Allows to Objectscript set parameters and Run Jasperreports and create an interoperability Adapter to run Jasperreports
Yuri Marx over 1 year ago in InterSystems IRIS 2 Done by Community

Class Documentation - Add Comments

Add an option to include tags for comments in a Class Definition, that will show up in the generated Class Documentation. E.g. <DESCRIPTION>, <AUTHOR>
Paul Hurley over 1 year ago in InterSystems IRIS 2 Already exists

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 10 months ago in InterSystems IRIS 4 Needs review

Errors monitoring with Sentry.io

It would be good to get support for Sentry.io or alternatives, for ObjectScript
Dmitry Maslennikov over 1 year ago in InterSystems IRIS 0 Community Opportunity

Make Every Operation and Service Expose its message classes

Every Interoperability Business Service sends a message of a certain type. Every Operation receives a request message of a certain type and then sends back a response message of a certain class type. Currently it is not clear which are the these c...
Evgeny Shvarov 11 months ago in InterSystems IRIS 0 Future consideration

Custom Visualizations for Physicians

Enable physicians to track specific health data using charts and graphs. Physicians can easily monitor trends and make informed clinical decisions.
Ikram Shah 11 months ago in InterSystems IRIS for Health 3 Future consideration

Introduce InterSystems IRIS support for Apache Airflow

Apache Airflow is an open-source data-pipelines orchestration and workflow management software built with python. It'd be great to introduce InterSystems IRIS operator to enable building Airflow orchestrations using InterSystems IRIS
Evgeny Shvarov 11 months ago in InterSystems IRIS 0 Community Opportunity

Add legitimate special symbol-separator for ObjectScript variable names

If I have a meaningful variable in languages like Python it is very convenient to use _ as a word separator. E.g. this_is_an_sql_that_causes_an_error="SELECT * FROM TABLE" in IRIS there are no special symbols allowed as separators. So the variable...
Evgeny Shvarov about 1 year ago in InterSystems IRIS 1 Will not implement