Skip to Main Content
InterSystems Ideas

Have an idea, suggestion, or something that doesn’t work as expected in InterSystems products or services? Share it here on the InterSystems Ideas Portal.

The Ideas Portal is where community members can propose improvements, report bugs, and help influence the product roadmap across InterSystems products and the overall developer experience. 22% of submitted ideas are implemented by InterSystems or members of the Developer Community.

💡 Ideas and bugs are both welcome, no matter how big or small. You can submit feature requests, usability improvements, workflow suggestions, and bug reports. Whether you’re an experienced expert or just getting started, your fresh perspective is valuable.

🛠️ About bugs and fixes. If you have access to InterSystems WRC, please submit bugs there for immediate action. Bug reports submitted through the Ideas Portal are reviewed and tracked, but do not guarantee immediate resolution.

Start by sharing what could be better - the community and our teams will help take it from there.

ADD A NEW IDEA

All ideas

Showing 612 of 612

Settings should be a part of Mirroring

Noticed that if some of the settings at the %SYS level are updated on the Primary instance of the mirror they are not being copied down to the rest of the Mirror members. If you do not notice this, then settings could get out of sync between the m...
Scott Roth over 2 years ago in InterSystems IRIS 4 Planned

SQL: Undefined error with IN

CREATE TABLE t0(c0 BIT );SELECT * FROM t0 WHERE (c0 IN (c0, c0, c0, c0)); produces error SQL Error [400] [S1000]: [SQLCODE: <-400>:<Fatal error occurred>] [Location: <Prepare>] [%msg: <<UNDEFINED>in+4^%qaqpnl *mt("v","4"...
Dmitry Maslennikov 2 months ago in Bug reports 2 Implemented

Generate diagrams of IRIS configuration details

Extract IRIS configuration information and use it to generate diagrams showing aspects such as: How ECP is being used to connect application servers and data servers. The relationships between namespaces and databases, including where mappings...
John Murray 5 months ago in InterSystems IRIS 2 Done by Community

add icons to vscode extensions

InterSystems Extensions for VScode are the preferred way to develop with InterSystems product stack. These extensions enable connectivity and are very helpful, they even provide a color theme pack for vscode. I would like to see and icon theme pac...
Timo Lindenschmid 10 months ago in InterSystems Resources for Developers 0 Ideas Contest

Reinstate Studio as a fully supported code editor

Studio is a focused no-nonsense COS/CSP code editor.Although I like VS Code a lot for other programming languages, I find it overkill to just edit IRIS classes and routines. I also like the idea of a dedicated editor: for instance I use PyCharm fo...
Herman Slagman over 2 years ago in InterSystems IRIS 2 Will not implement

Automate broken hyperlink validation in online documentation

Scenario Reviewing Class documentation for class: Config.Startup The property: PasswordHash Documentation Text: "Algorithm: A valid Security.Datatype.PBKDF2Alg value." This has a broken link: https://docs.intersystems.com/iris20252/csp/documatic/%...
Alex Woodhead 5 months ago in Documentation 1 Needs review

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 5 months ago in Developer Experience / InterSystems IRIS 1 Done by Community

Add filtering by type of post in DC search

I'd like to be able to see only articles and maybe questions when I'm searching and exclude announcements. So I need some kind of filter to let me choose the type of posts I'd like to search. It's done for Top posts and Latest posts but not for All.
Iryna Mykhailova 12 months ago in Developer Community 0 Needs review

DC Search: voice search

Allow to the user speak the search sentence
Yuri Marx 12 months ago in Developer Community 0 Needs review

translated subtitles for learning videos

The learning videos are subtitled, but only in English. I think it would be useful for non-English speakers to have these subtitles translated. This would contribute to the adoption of best practices for all Iris users.
Pierre LaFay about 2 years ago in Learning 4 Will not implement