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 Products

Showing 318 of 422

use Python Class Definition Syntax to create IRIS classes

Now that IRIS support Python, UDL syntax should not be the only way with SQL DDL to define/create classes in IRIS.
Sylvain Guilbaud over 1 year ago in InterSystems IRIS 4 Future consideration

Unit testing in VSCode

A unit testing user interface in VSCODE, similar to what is available for Java or .NET (JUnit, xUnit,…), for use in initial or test driven development.
Robert Barbiaux over 1 year ago in InterSystems Products 3 Done by Community

Cross-production Interoperability Messages, Service and Operation

With the "ripping the monolith apart" movement towards micro-services, it is quite a tedious process to break up existing productions with 100+ business hosts. The suggestion is that moving BP and operations into other productions should be made s...
Stefan Cronje almost 2 years ago in InterSystems Products 0 Community Opportunity

Additional Data Types for ISC Products

The idea is that some new data types be added to support things like regular expression, instead of PATTERN. Others can also be thought out that are required for "standardised" validation types and arguments, as the ones used in the OpenAPI specif...
Stefan Cronje almost 2 years ago in InterSystems Products 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

Better handle whitespace in Management Portal Text entry

Consider the following scenarios: 1. Copying and pasting unwanted whitespace charaters from an Excel Worksheet into Integration Lookup table Keys or Values. Actual Impact: Caused a difficult to discover unwanted difference in behaviour that delaye...
Alex Woodhead about 2 years ago in InterSystems Products 0 Planned or In Progress

Install python and java libraries from ZPM and Installation Manifest (%Installer)

Each time IRIS applications use Java and Python. Therefore, it would be great to declare the installation of Java and Python libraries in the ZPM and %Installer manifests. Internally, once a Python library is declared, it will be installed using p...
Yuri Marx about 2 years ago in InterSystems IRIS 3 Done by Community

Include support for gRPC protocol in IRIS

This protocol is the more efficien through HTTP than any other mechanism and it's appearing in conversations very often and also as a requirement in some interoperability projects in industrial sectors.
Jose-Tomas Salvador about 2 years ago in InterSystems IRIS 3 Done by Community

Open source Parser for ObjectScript

Open source parser driven by InterSystems, required by many types of projects, which could be implemented then by community. Linters, Syntax Analyzers, Security Scans and so on are require parser for ObjectScript Language Server in VSCode is awful...
Dmitry Maslennikov over 2 years ago in InterSystems IRIS 1 Future consideration