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 432 of 592

Transient data

When modeling a new table or persistent class, allows to mark the table or persistent class as transient. The transient attribute will set how many time the data will exists in the database. Transient data is useful to persist temporal data, like ...
Yuri Marx over 2 years ago in InterSystems IRIS 3 Community Opportunity

Tagging for Provider Directory

As we move some of our Provider build from a homegrown application to Health Share Provider Directory, there are some questions on how to handle data tags. Within our Provider build we had built a way to categorize "Conditions Treated" as a way to...
Scott Roth 8 months ago in InterSystems HealthShare 0 Ideas Contest

Data Lookup View to see when last time a table was updated

Within the Management Portal, you can explore classes, routines, and global and see when the last time a file had been touched. It would be nice if we could see this for Data Lookup (LUT) tables as well. Sometimes we start a project and testing go...
Scott Roth 8 months ago in Developer Experience / InterSystems HealthShare 0 Ideas Contest

To integrate InterSystems IRIS for Health with Open Source Drools

The are huge amount of business rules needed in transferring and transforming data
William Liu almost 2 years ago in Developer Experience / InterSystems IRIS for Health 1 Community Opportunity

BPL, DTL and Rulesets in JSON and/or YAML

Sometimes when working with large rulesets, DTL, and BPL, it is easier to edit it in VSCode as XML than on the visual editors. XML is not the most legible format. If we could edit these as JSON or YAML, it would make editing it a lot easier. Not s...
Stefan Cronje almost 2 years ago in InterSystems IRIS 0 Will not implement

Store table tuning statistics with globals, not routines

Currently, table tuning data is part of a class definition. Many of us are splitting routines and globals into different databases to keep the data and the code separate. This causes a problem because we have many situations where we want the same...
David Hockenbroch 8 months ago in InterSystems IRIS 1 Implemented

Module deployment support via Production Export in Dev environment

Enhance Integration Production view Action-> Export dialogue. In addition to outputting a monolitic XML export of resources. This form should support the transparent generation of an IPM module and be able to push via IPM to named repository. I...
Alex Woodhead over 2 years ago in InterSystems IRIS for Health 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 3 years ago in InterSystems IRIS 0 Ideas Contest

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 3 years ago in Initial Developer Experience / InterSystems IRIS 3 Community Opportunity

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 3 years ago in InterSystems Products 0 Planned