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 320

Add Search to Banner

We use the Search functionality in InterSystems HealthShare (Health Connect) to navigate around our TIE. This is only available on the Home page. It would be great if it could be part of the banner so searching is available on any screen.
Lewis Houlden 4 months ago in InterSystems HealthShare 1 Will not implement

Large XML Timing out on portal message viewer- show more button or more truncated for display- EnsLib.SQL.Snapshot

In a large XML message being sent (i.e. a sql snapshot) the XML can be so long when you click Contents or open it up via the message it will time out the portal. I.E. viewing EnsLib.SQL.Snapshot with 8733 rows This is two suggestions: either: 1) t...
Mark OReilly 4 months ago in InterSystems IRIS for Health 4 Future consideration

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

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 4 months ago in InterSystems IRIS for Health 2 Done by Community

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 6 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 5 months ago in InterSystems Products 2 Needs review

Implement or incorporate a mocking framework to complement %UnitTest class

Interoperability components often have dependencies such as external connections or callouts to external packages/libraries. In order to create UnitTests, we need to mock those components with something like Mockito so we aren't required to write ...
Chi Nguyen-Rettig 10 months ago in InterSystems IRIS 0 Planned or In Progress

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

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 1 Community Opportunity

Configuration Merge: Configure NLS Settings

To me NLS settings sounds a perfect Configuration Merge candidate. Currently we're running: do ##class(Config.NLS.Locales).Install("finw")set ^SYS("NLS", "Config", "Collation")="Finnish3" with iris terminal.
Jani Hurskainen about 1 month ago in InterSystems IRIS 0 Future consideration