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 226 of 422

Role-Based Access Control for Data and Features

Intersystems IRIS currently supports role-based access control (RBAC) through the use of resources and roles. However, this functionality is not consistently implemented across all features. In some cases, access is granted based on a hardcoded %A...
Stella Ticker 4 days ago in InterSystems IRIS 0 Needs review

Ability to configure namespace settings and settings outside of CPF merge file capabilities

There should be a way to configure a running instance using a YAML configuration file and / or using a REST API. Currently, a CPF file cannot modify namespace specific settings like schemas, production default settings, credentials and so on. Inst...
Kari Vatjus-Anttila 5 months ago in InterSystems IRIS 5 Community Opportunity

Introduce YAML or JSON support for IPM/ZPM module description

Currently IPM/ZPM is being described in module.xml files. Let's introduce YAML(preferred) or JSON support as well! It's more readable less wordy and easier to comprehend and maintain
Evgeny Shvarov 6 months ago in InterSystems IRIS 0 Community Opportunity

Drag and drop web &mobile UI

Previously Intersystems zen framework which was very helpful to easily generate the web and mobile UI. Proposal : drag and drop web & mobile framework Problems : who are all explaining intersystems IRIS thinking it is capable of interoperabili...
Veerarajan Karunanithi 6 months ago in InterSystems IRIS 0 Community Opportunity

iristerminal connect securely with IRIS running on Linux hosts via SSH

Window's utility, iristerminal, can only connect to IRIS running on Linux hosts with telnet protocol. telnet is not considered secure as all communication is in plaintext. Most organisations do not permit the use of telnet on Linux hosts. Secure c...
Phillip Wu 6 months ago in InterSystems IRIS 3 Planned or In Progress

Distributed Work Manager

Imagine Distributed Work Manager (DWMgr) that can: Call methods or $$-functions in background on any reachable IRIS server (e.g. on Asynchronous or Failover Mirror Member), so called target server, pushing all necessary input data in local or glob...
Alexey Maslov 6 months ago in InterSystems IRIS 9 Community Opportunity

In Visual Trace group response acknowledge messages under the message sent out of the operation.

I would like to see response ACK messages directly under the message sent out of the operation that the ack is in response to. Right now, when messages send out, in some processes, several more messages could be sent out before we get the original...
Victoria Castillo 6 months ago in InterSystems IRIS 1 Future consideration

Having multiple WIJ

with multiple WIJ - one per DB we can achieve much faster data writes to DBs especially on cloud where disks are usually slower than disks on premise. Current processes with 1 WIJ is: write to WIJ (preferably on different disk to get maximum perfo...
Yaron Munz 6 months ago in InterSystems IRIS 0 Future consideration

Add Python linting to vscode when writing method in Python.

When you write a method using python you do not get any linting of the python code. This is slows down development in Python. One common mistake is bad or missing indentation which is critical in Python. While we know that there is an error the na...
Rich Taylor 7 months ago in InterSystems IRIS 0 Community Opportunity

Expand Vector Arithmetics

Enhance Vectore calculation beyond VECTOR_COSINE(),TO_VECTOR(),VECTOR_DOT_PRODUCT() I especially miss these functions: FROM_VECTOR to get the content of $ZV into a variable (JSON ?) ADD_VECTOR() for transformation. For INT and DOUBLE DiFF_VECTOR()...
Robert Cemper 8 months ago in InterSystems IRIS 8 Will not implement