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 IRIS

Showing 217

Implement samples of $system.external interface (aka "InterSystems External Servers")

The new $system.external interface (aka "InterSystems External Servers") is used to call/integrate with external language code/libraries, it replace the old gateways (for example Java gateway) that required the import of proxy objects. For the old...
Enrico Parisi 10 months ago in InterSystems IRIS 1 Implemented

Make IRIS a part of Spring Cloud

Many companies use Spring Cloud today. With the advent of the full cloud era, hospitals inevitably need to span multiple independent but interdependent applications or partners, and the traditional single ESB platform that only gives SOA architect...
王喆 👀 about 1 year ago in InterSystems IRIS 7 Will not implement

SharePoint File Service and Operation

Like File en FTP service + operation SharePoint has become a very common file storage location. Yes, we can make our own REST implementation but I feel this feature should be an IRIS standard feature.
Ties Voskamp 11 months ago in InterSystems IRIS 0 Community Opportunity

Having multiple WIJ

with multiple WIJ - one per DB we can achieve much faster data writes to DBs especially on cloud where disks are usually slower than disks on premise. Current processes with 1 WIJ is: write to WIJ (preferably on different disk to get maximum perfo...
Yaron Munz 3 months ago in InterSystems IRIS 0 Needs review

Simplify classnames calls in ObjectScript

Currently everyone use ##class(classname).methodname() to call it. e.g. do ##class(Sample).ClassMethod() This is one of the painful moments about ObjectScript for developers. Can we introduce a parallel support of more simplified way, as: #classna...
Evgeny Shvarov almost 2 years ago in InterSystems IRIS 0 Future consideration

Move users, roles, resources, user tasks, Mappings (etc) to a seperate Database, other than %SYS, so these items can be mirrored

There's nothing worse than failing over to find that many of your users are expired or don't exist or that your tasks do not exist. While mirroring is tried and true, the non-mirrorable items, as previously listed, are needed for true redundancy.
Sean O'Connor almost 2 years ago in InterSystems IRIS 2 Planned or In Progress

IRIS Community with no connections limit

IRIS Community Edition without limit on connections amount instead, limit IRIS by cores and memory, i.e. limit it to 2-4 cores and 4-8GB RAM IRIS Community Edition is very useful in automated testing or some simple demos, but it's useless due to l...
Dmitry Maslennikov about 1 year ago in InterSystems IRIS 0 Future consideration

Listing for Developers which outstanding issues with Versions are being actively worked

Recently we upgraded to 2024.1 in our Development/Test environments, but found some Bug, and Issues with enhancements and existing tools. For example, when viewing a message in its RAW format, there are new lines that have been added to the HL7 me...
Scott Roth 2 months ago in InterSystems IRIS 0 Future consideration

Private Variables

Provide variables that don't appear in the regular symbol table. Example: Start a server process and provide a Private Key. As long as the process runs, its value is held in memory. We don't want anyone to snoop around the Management Portal or an ...
Herman Slagman 5 months ago in InterSystems IRIS 6 Future consideration

Refactoring in VsCode

In VsCode (As in old Studio) there is juste one refactoring possibility : extract in method. I think that refactoring functions are important in producing clean code, because refactoring without dedicated function is too long, so not done.
Pierre LaFay 9 months ago in InterSystems IRIS 3 Future consideration