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

All ideas

Showing 592 of 592

Introduce a basic template to create interoperability adapters using Embedded Python

A boilerplate to start with adapters using Embedded Python
Evgeny Shvarov almost 4 years ago in InterSystems IRIS 2 Done by Community

Traceroutes to Java Gateway Display

We have a lot of Connections to External Databases using JDBC and the Java Gateways within the Interoperability engine. When you Click on those Services or Operations that use the Java Gateway Service it doesn't show a connection to the Java Gatew...
Scott Roth over 2 years ago in Developer Experience / InterSystems IRIS 0 Planned

Fold code on loops and If's on studio

There's a tiny box before every "ClassMethod" line that folds the entire method so that only the signature of the method shows. I would like to have that same feature for other code blocks, such as loops and If's
Heloisa Paiva over 2 years ago in InterSystems Products 2 Already exists

Raw Code viewer for Classes

Someone asked me today as I was developing a custom Ens.Rule.FunctionSet function wanted to know if there was a way to view the code without having to open VSCode. If you view Routines, from within the Management Portal -->System Explorer -->...
Scott Roth over 1 year ago in InterSystems Products 0 Will not implement

Automatic XML Formatting of XData in DTL, BPL and Rulesets

The basic idea is that when a DTL, BPL or ruleset is edited on the SMP, that is formats the XML in the XData block. With large DTL, Rulesets and BPL, it is sometimes easier to open the class, collapse some sections of the XML and check the flow. P...
Stefan Cronje almost 3 years ago in Developer Experience / InterSystems Products 4 Future consideration

Assert CodeAssist prompting

The Class %UnitTest.TestCase contains methods such as: AssertNotEqualsViaMacro It is suggested to use the Macros, instead of these methods directly. However when using either Studio or VisualStudio code there is no prompting for these UnitTest Ass...
Alex Woodhead almost 3 years ago in InterSystems Products 5 Implemented

IRIS classes for OpenAI API

As OpenAI is getting more and more users and publication it would be nice if Intersystems would add the classes needed to interact with the OpenAI API in a simple way (instead of using python/java/...)
Yuval Golan almost 3 years ago in InterSystems IRIS 2 Done by Community

Display UserValues contents on message property tab

UserValues are a property of every instance of EnsLib.EDI.Document objects (e.g. HL7 Messages). They allow storing of e.g. Metadata alongside the message using dtl and retrieve the information stored in there for example in routing rules. Unfortun...
Sebastian Thiele almost 3 years ago in InterSystems IRIS for Health 0 Ideas Contest

Feed the InterSystems Developer Community AI with the documentation

I love the new Developer Community AI, which makes searching for subjects and doubts easier. It even writes code - fantastic!However, it still has a lot of questions that remain unanswered, and I believe that if it were fed not only from public po...
Heloisa Paiva over 1 year ago in Developer Community 0 Implemented

Option when purging messages also include child objects

When message purging occurs, only the top level object is deleted as part of regular data purging. This leaves child objects of the purged objects orphaned. There are ways to handle this in code, by overriding OnDelete, but it would be preferred t...
Lewis Houlden over 1 year ago in InterSystems IRIS 7 Already exists