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 184 of 345

Make Interface Maps more OnDemand

Not sure if everyone is aware but there is a current issue with running Interface Maps, if any of your namespaces uses a Business Process that has many layers. In our case some of the Business Process that I have built has so many layers that even...
Scott Roth about 2 months ago in InterSystems IRIS 0 Needs review

Settings should be a part of Mirroring

Noticed that if some of the settings at the %SYS level are updated on the Primary instance of the mirror they are not being copied down to the rest of the Mirror members. If you do not notice this, then settings could get out of sync between the m...
Scott Roth 11 months ago in InterSystems IRIS 4 Planned or In Progress

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

Move users, roles, resources, user tasks, Mappings (etc) to a seperate Database, other than %SYS, so these items can be mirrored

There's nothing worse than failing over to find that many of your users are expired or don't exist or that your tasks do not exist. While mirroring is tried and true, the non-mirrorable items, as previously listed, are needed for true redundancy.
Sean O'Connor over 1 year ago in InterSystems IRIS 2 Planned or In Progress

Add a wizard similar to the SOAP wizard to generate a REST client from OpenAPI specification

Not all APIs used in integrations are SOAP and it would be really useful having a wizard that cuts down the development time of REST API orchestrations with IRIS.
Jaime Lerga over 1 year ago in InterSystems IRIS 5 Done by Community

BPL, DTL, Business Rule Editor in VSCode

Today is painfull when we use BPL, DTL and Business Rule in projects that the IDE is VSCode.
Cristiano Silva over 1 year ago in InterSystems IRIS 4 Planned or In Progress

Add a calculated property like TimeElapsed for Interoperability messages

Should be usefull to hava a calculated property like TimeElapsed at Ens.MessageHeader for Interoperability messages It will show how many seconds (ssss.mmm) this step takes It's possible to have it by sqL, but it's usefull to have in SMP, Visual T...
Luis Petkovicz about 1 month ago in InterSystems IRIS 0 Needs review

Create real world application by using IRIS and python Streamlit web framework

Streamlit is an open-source app framework for Machine Learning and Data Science apps. https://docs.streamlit.io/ We should have real-world application or startup template by using Streamlit and IRIS The idea fits the contest in the way that "Pytho...
Muhammad Waseem 8 months ago in InterSystems IRIS 2 Community Opportunity

Use the built-in feature engineering in AutoML to transform datasets

The IRIS AutoML Provider includes feature engineering to clean and remodel data sets. It would be beneficial to use the first part of the AutoML provider separately to transform datasets. For e.g. analytics without using machine learning afterward...
Felix Vetter over 1 year ago in InterSystems IRIS 3 Planned or In Progress

Date format in LOAD DATA to indicate a date/datetime format other than 'yyyy-mm-dd hh:mm:ss'

Provide an option in LOAD DATA to indicate a date/datetime format other than 'yyyy-mm-dd hh:mm:ss' i.e : LOAD DATA .../...USING{ "from": { "file": { "dateformat": "DD/MM/YYYY" } }}
Sylvain Guilbaud 4 months ago in InterSystems IRIS 0 Planned or In Progress