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 52

Embedded Python: Add a built-in variable to represent class

Currently coding an embedded python method in ObjectScript class when I want to call a classmethod of the same class I need to use the construction: iris.cls(__name__).ClassMethod() Would it be possible to add a built-in variable, e.g. cself, that...
Evgeny Shvarov about 2 years ago in InterSystems IRIS 0 Future consideration

Create List and Array Data Types that uses a PPG and not memory

When working with large arrays or lists, like with a Complex Record Map, and you get files with 200 000 lines, it uses a lot of Per Process Memory. Sometimes the process might even run out of memory if the file is too large. Can ArrayOfX and ListO...
Stefan Cronje 10 months ago in InterSystems IRIS 0 Future consideration

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 11 months ago in InterSystems IRIS 0 Future consideration

Improve Ukrainian translation in IRIS

Ukrainian translation is also quite horrendous. In some places you can see placeholders instead of words, so it's not even remotely clear what is going on and what is or needs to be done. Studio suffers the most.
Iryna Mykhailova almost 2 years ago in InterSystems IRIS 0 Future consideration

IPM store on Management Portal

From a new screen in the IRIS Management Portal, list all IPM projects and allows to install them from it
Yuri Marx about 1 year ago in InterSystems IRIS 0 Future consideration

Add more of a timeout in restart functionality

I have found on occasion that the restart functionality on a Object doesn't always really help. Occasionally I noticed that sequence in Stopping an object, then immediately Starting the object back up doesn't give the system significant time to fu...
Scott Roth over 1 year ago in InterSystems IRIS 5 Future consideration

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

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 1 year ago in InterSystems IRIS 4 Future consideration

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

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