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 276 of 592

Import classes with ES6 syntax

Being able to import classes into another class for example using ES6 syntax, this way you could reduce the use of ##class(Sample). throughout the document when it is needed repeatedly in more than one place. A possible example would be to be a...
Joan Pérez over 2 years ago in Developer Experience / InterSystems IRIS 0 Ideas Contest

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 over 2 years ago in InterSystems IRIS 4 Will not implement

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

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 over 2 years ago in InterSystems IRIS 1 Will not implement

Saving Searched Criteria within Message Search

I tend to create Saved Searches and save them in the Message Viewer for the rest of my team and myself to help search for messages in troubleshooting systems. I find if I need to update a Saved Search there is not a good way to pull down existing ...
Scott Roth over 2 years ago in InterSystems IRIS 0 Planned

%NormalizeObject to cater for serial, list of objects and user call-back

It will be helpful if the %NormalizeObject method had the same depth of functionality as %ValidateObject. %ValidateObject has the checkserial argument. Adding the same type of argument to %Normalize will make things simpler when it comes to normal...
Stefan Cronje over 2 years ago in InterSystems IRIS 0 Ideas Contest

Public API for access to shared memory

Sometimes we need to have a resource shared among several processes, e.g. some application counters, that we don't want to be looked up by users. Globals don't fit this need for evident reason. The idea is to provide an API which allow shared (whi...
Alexey Maslov over 2 years ago in Developer Experience / InterSystems IRIS 2 Ideas Contest

Linux: iris session [command line] get commands from a file

On Linux systems, the command line interface there is no command that says read commands from a file. A sample session looks like: iris session myinstance Username: superuser Password: ************ myinstance:USER>zn "%SYS" myinstance:USER...
Phillip Wu about 3 years ago in InterSystems IRIS 5 Already exists

Mirror Async Member Time Delay in Applying Journals

Currently a async member will be in sync with the primary, however in the event of an issue such as a global being deleted then both the servers would have the same issue. However if the async member had a delay journal process property then the a...
Gary Holt about 3 years ago in InterSystems IRIS 4 Will not implement

Monitoring and Programatic way of Starting/Stoping Gateways

From time to time we do not notice that the JDBC (Java) Gateway has shutdown. We find out after the fact. I have asked before if we were able to Start/Stop a Gateway via Object Script but haven't gotten the greatest errors. It would be helpful if ...
Scott Roth about 3 years ago in InterSystems IRIS 2 Already exists