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 309

Add JS (JSON) date format to formats used in $ZDATE & $ZDATEH

In Javascript the date format is as follows: 2012-04-23T18:25:43.511Z It is hardly different from the ODBC format, but still requires a transformation during exchanges between the frontend and the backEnd. JSON does not define a format for dates b...
Pierre LaFay 9 months ago in InterSystems IRIS 0 Future consideration

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 1 year ago in InterSystems Products 1 Already exists

Implement StoreFieldStreamRaw for XML Virtual Documents

XML Virtual Documents don't support StoreFieldStreamRaw like HL7 Messages, forcing to the user to work with SetValueAt, limit the size of the Stream to the MAXSTRING value
Luis Angel Pérez Ramos 10 months ago in InterSystems IRIS 0 Will not implement

Change data capture from IRIS to kafka using SQL commands

Today it is common to push data from the database to datalake or to notify other systems about data CRUD using kafka. So I suggest create new SQL commands to register a sql table for publish data in json format to a kafka topic and SQL commands to...
Yuri Marx over 1 year ago in InterSystems IRIS 5 Community Opportunity

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 over 1 year 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 over 1 year 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 over 1 year ago in InterSystems IRIS for Health 0 Future consideration

Add Email-Only 2FA

Currently, IRIS has two options for 2-factor authentication. You can use SMS, which requires a cell phone, or you can use an authenticator app. This is also generally going to require a cell phone. I would be helpful for some of our users if we co...
David Hockenbroch 11 months ago in InterSystems IRIS 0 Needs review

Parser for arbitrary binary protocols

Rapid growth of IoT industry in recent years produced a plethora of new protocols with varying levels of standardization and adoption. Quite a lot of these protocols are binary because: It allows for greater throughput On a device level these prot...
Eduard Lebedyuk over 2 years ago in InterSystems IRIS 0 Community Opportunity

TWAIN interface to IRIS

The request https://community.intersystems.com/post/twain-interface-cache-application
Evgeny Shvarov over 2 years ago in InterSystems IRIS 2 Will not implement