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.
The Studio has a tab where you can add code snippets on your local machine (with a very small amount of code snippets already present). It would be nice to build a library of code snippets on the community site to perform a variety of tasks like u...
Danny Wijnschenk
about 2 years ago
in InterSystems IRIS
14
Community Opportunity
During docker build, it's useless to start full functional IRIS, it would be enough to start just bare minimally, do not start the internal web server, ECP, and so on. Just only staff enough to build a code and make some changes in settings.
Dmitry Maslennikov
about 2 years ago
in InterSystems IRIS
0
Future consideration
BPMN Support for InterSystems IRIS Interoperability
Currently, the IRIS process engine uses BPEL. It would be great if IRIS also supports the process engine in BPMN. The BPMN notation has many more features than BPEL, in addition to being more intuitive and used in the market. There are already BPM...
Yuri Marx
about 2 years ago
in InterSystems IRIS
0
Community Opportunity
HTTPS for SMP (REST api calls) support + documentation with standard apache
IRIS (and Cache) were always shipped with standalone (with a very simple configuration) apache web server for non-production use (SMP, develop REST API calls etc.). This apache web server supports (out of the box) only HTTP. Large organizations us...
Yaron Munz
about 2 years ago
in InterSystems IRIS
2
Will not implement
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
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
about 2 years ago
in InterSystems IRIS
0
Future consideration
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
Introduce an interoperability adapters to import/export data from Google Docs and Google Sheets
Google docs and Google sheets are very useful tools for dealing with data. It'd be great to have an easy import/export lib for IRIS data. Could be implemented via Embedded Python using https://pypi.org/project/gsheets/
Evgeny Shvarov
over 2 years ago
in InterSystems IRIS
5
Done by Community
Add an InterSystems FHIR integration to FlutterFLow
FlutterFlow is a modern no-code development platform with a huge community of startupers. Let's add the FHIR Integration to FlutterFlow to let innovators use InterSystems FHIR capability easily in their startups.
Evgeny Shvarov
over 2 years ago
in InterSystems IRIS
1
Will not implement