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 32

Modernize terminal

Add command and variable/global name completion in the terminal.
Fabian Haupt over 2 years ago in InterSystems IRIS 4 Ideas Contest

Store table tuning statistics with globals, not routines

Currently, table tuning data is part of a class definition. Many of us are splitting routines and globals into different databases to keep the data and the code separate. This causes a problem because we have many situations where we want the same...
David Hockenbroch 24 days ago in InterSystems IRIS 0 Ideas Contest

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 over 2 years ago in InterSystems IRIS 0 Ideas Contest

Add ability to dismount DB from the System>Database Screen

Add ability to dismount DB from the System>Database Screen. You currently have to access the name in order to dismount the database. Cache used to allow us to do it from the selection screen.
Martha (Perspecta) Rodriguez 2 months ago in InterSystems IRIS 0 Ideas Contest

Add browser based terminal to Management Portal

Would be helpful for deployed servers in AWS/GCloud/etc. to be able to just access the terminal in management portal.
Robert Hanna about 1 year ago in InterSystems IRIS 4 Ideas Contest

Run IRIS BI from Streamlit

Support to run IRIS BI analyses and dashboards into Streamlit apps
Yuri Marx about 2 months ago in InterSystems IRIS 0 Ideas Contest

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 over 1 year ago in InterSystems IRIS 0 Ideas Contest

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 over 1 year ago in InterSystems IRIS 3 Ideas Contest

Allow overriding of the class method call for routing within %CSP.REST.DispatchRequest

I would like the process of calling the destination class method within the DispatchRequest method of the %CSP.REST class to be an overridable method. Currently, I am manually creating REST APIs using ObjectScript. When there are cross-cutting con...
Shun Kondo 3 months ago in InterSystems IRIS 0 Ideas Contest

Set password through environment variable

In a continious integration processes, for some applications, for testing purposes, it's useful to run vanilla IRIS and run integration tests, for Python applications for instance And the best way to do it, is to use services feature in popular CI...
Dmitry Maslennikov about 2 years ago in InterSystems IRIS 5 Ideas Contest