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 220

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 5 months ago in InterSystems IRIS 7 Already exists

Make all Production Item Settings available in Defaults Settings

This is in reference to the settings that are stored on the production class and cannot be put in default settings. These are Pool Size, Enabled, Log Trace Events As an example, there are many business hosts that are enabled on Live regarding aler...
Stefan Cronje over 1 year ago in InterSystems IRIS 0 Future consideration

Add GloRef and Executed lines in UnitTest portal.

Hello, It could be interesting to know the number of GloRef and executed lines in the UnitTest portal. Currently, the portal shows the duration it's good, but it could be better to add gloref and lines. I guess, I can log this myself using OnBefor...
Lorenzo Scalese 9 months ago in InterSystems IRIS 0 Future consideration

Time zone conversion

Problem : Convert time from one time zone to another time zone, every time need to use the python or .NET wrapper. Proposal : We need to write in build time conversion utility from one time zone to another time zone
Veerarajan Karunanithi 5 months ago in InterSystems IRIS 1 Community Opportunity

Open protocol to connect to IRIS

If I would need to use not supported programming language with IRIS. It will be quite impossible to do it. with open protocol, it will be possible to add support to any programming language by implementing that protocol there This will help to ext...
Dmitry Maslennikov over 2 years ago in InterSystems IRIS 2 Will not implement

Energy Consumption Estimate Report Per Production / Business Component

Do you know how much energy a production or even an individual business component uses? I haven't got a clue If intersystems could build a front end report that estimated the energy usage of a production/component based on the number of messages p...
Rob Ellis about 1 year ago in InterSystems IRIS 0 Community Opportunity

Add the option to call class parameters in Embedded Python

Currently, class parameters can be called in ObjectScript in the following way: write ..#ParameterName The same construction in Embedded Python looks like this: import irisprint(iris.cls('ClassName')._GetParameter("ParameterName") Could it be simp...
Evgeny Shvarov about 2 years ago in InterSystems IRIS 0 Future consideration

A Dynamic Cheat Sheet to lookup for Common Core Functions for Reusability

When developing Region or site level codes, sometimes we tend to create our own functions to complete it; But what if there is a core function which does the same thing and you didn't know of. Below advantages can be achieved if the common core fu...
Shareek Ahamed about 2 years ago in InterSystems IRIS 3 Future consideration

Open-sourcing Gen-AI based solution or framework for service support.

Analysing the incoming service or incident requests from the field, against previously logged and resolved cases is a great tool for support staff. There are many tools here, mostly looking for key words in text - however, leveraging Large Langaug...
Steve Pisani 5 months ago in InterSystems IRIS 0 Future consideration

Why use storage for an index that has never been used?

If an index has never been used (or not for a long time), is it really necessary to use hard drive storage for the index? After a sufficiently long time has passed, it seems like it would be possible to purge storage of index data. The index would...
Nelson Tarr over 1 year ago in InterSystems IRIS 6 Will not implement