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 311

Automated Schema Comparison and Synchronization

Problem : if we are maintaining the two separate instances for load balancer. we can't able to maintain the schema comparison and synchronization. it is possible by using git redeploy. but we need to redeploy the code. Proposal : instead we need t...
Veerarajan Karunanithi 5 months ago in InterSystems IRIS 3 Community Opportunity

Exporting OAuth Server/Client Configs using ^SECURITY or another method

https://community.intersystems.com/post/can-oauth-client-configurations-be-exportedcopied-one-instance-another as pointed out in this post, ##class(Security.System).ExportAll() does not export the OAuth settings within an environment. This would b...
Scott Roth 4 months ago in InterSystems Products 0 Needs review

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 about 2 years ago in InterSystems IRIS 0 Future consideration

Add shorthand options like "N" & "T-2" to represent date/timestamps in Message Viewer Search fields.

When searching over messages using message viewer, instead of having to manually enter the exact date/time of the start & end time, I would like to be able to use a shorthand that would theoretically update as I reuse the search. For example: ...
Victoria Castillo 5 months ago in InterSystems IRIS 0 Future consideration

Make IRIS a part of Spring Cloud

Many companies use Spring Cloud today. With the advent of the full cloud era, hospitals inevitably need to span multiple independent but interdependent applications or partners, and the traditional single ESB platform that only gives SOA architect...
王喆 👀 about 1 year ago in InterSystems IRIS 7 Will not implement

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 about 2 years ago in InterSystems IRIS 2 Planned or In Progress

Category dropdown to appear in alphabetical order (ignoring case)production config page

Different systems have different rules on the casing of the name of the system. Those with a capital letter appear before those starting with lower case (this includes second letters ect. The alphabet order is A-Z then a-z i.e. a system called eSy...
Mark OReilly 2 months ago in InterSystems IRIS for Health 0 Needs review

allow easier consumption of structured Non-CDA documents

In some countries outside US, other than HL7 CDA standards are used to exchnage structured documents. Recently when using XDS Provide and Register Document Set transaction is used, it is hardcoded to consume only content of HL7 CDA documents. Anyt...
Daniel Kutac 5 months ago in InterSystems HealthShare 0 Needs review

SharePoint File Service and Operation

Like File en FTP service + operation SharePoint has become a very common file storage location. Yes, we can make our own REST implementation but I feel this feature should be an IRIS standard feature.
Ties Voskamp about 1 year ago in InterSystems IRIS 0 Community Opportunity

Implement samples of $system.external interface (aka "InterSystems External Servers")

The new $system.external interface (aka "InterSystems External Servers") is used to call/integrate with external language code/libraries, it replace the old gateways (for example Java gateway) that required the import of proxy objects. For the old...
Enrico Parisi about 1 year ago in InterSystems IRIS 1 Implemented