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

YamlAdaptor objectscript class

The YML Adaptor is a means for mapping ObjectScript objects (registered, serial or persistent) to YAML text or dynamic entities. When a class extends YmlAdaptor it will be able to: YMLExport() serializes a YAML enabled class as a YMAL document a...
Yuri Marx 2 months ago in Developer Experience / InterSystems IRIS 1 Done by Community

Break down IRIS in microservices

The objective is to decompose the IRIS monolith into independently scalable microservices within a cloud-native architecture. For instance, the OAuth2 server could be scaled independently without deploying additional full IRIS instances. These mic...
Dorian Tetu 5 months ago in InterSystems IRIS 1 Will not implement

See globals size in Management Portal.

In System > Globals it would be helpful to see the globals sizes, and be able to sort them by this new column.
Sylvain Guilbaud over 1 year ago in InterSystems IRIS 3 Will not implement

Macros in Classes

Currently, there are two possibilities to use macros in a class 1) with the "Include" keyword at the beginning of a class definition 2) in EACH (class)metod definition one or more macros can be defined with the "define", "def1arg", etc. keywords...
Julius Kavay 6 months ago in InterSystems Products 2 Will not implement

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 3 years ago in Developer Experience / InterSystems IRIS 0 Ideas Contest

Include an option in HealthShare (UCR) to support natively a vectorized database of patients' clinical data, enabling retrieval-augmented generation (RAG) for communication with market-available large language models (LLMs).

This feature would provide substantial added value to the product, particularly in the AI-driven era. Additionally, the vector search capability will support a wide variety of other use cases.
Claudio Devecchi about 1 year ago in InterSystems HealthShare 0 Community Opportunity

IRIS Native JSON Schema Validator

Native JSON schema validator classes in IRIS 1️⃣ Description of the idea Introduce native JSON Schema validator classes in IRIS that allow developers to validate JSON data against a predefined JSON Schema. This would enable built-in support for st...
Ashok Kumar T 5 months ago in Developer Experience / InterSystems Products 0 Community Opportunity

Encoding in SQL functions

Introduce SQL functions like TO_BASE64(), FROM_BASE64(), and UUID() to enable data encoding, decoding, and unique identifier generation. 1️⃣ Description of the idea Add built-in SQL functions to the InterSystems SQL engine for common utility tasks...
Ashok Kumar T 5 months ago in InterSystems Products 0 Future consideration

Enhance JSON Adaptor with Case-Insensitive Field Mapping

The current JSON adaptor implementation, the property name or %JSONFIELDNAME is treated as a constant and case-sensitive when importing JSON into an object. This means the JSON key must match exactly or match with the xData Mapping. To improve fl...
Ashok Kumar T 5 months ago in InterSystems Products 1 Will not implement

Implement autosave for DTL and BPL pages

This is a very recurrent complain from our customers, it's very common that they lose all the design implemented for a DTL/BPL after an automatic web page refresh or a session close. That would be great to have an automatic save where you can get ...
Luis Angel Pérez Ramos about 2 years ago in Developer Experience / InterSystems Products 5 Planned