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.
The message contents in the interoperability productions are visualized as default XML view. JSON is also a vital part of the works. So, Add JSON as an additional built in format in message viewer. If it's implemented in IRIS application It will b...
It's importantent to have an information of messages (Ens.MessageHeader) logging the time of it in Queue. For example: When you call some BO and your message keep in queue fro a little, after it is processed. you have ONLY TimeCreated and TimeProc...
SystemCheck like Utility for System Administrators
The idea is IRIS instance will generate a human-readable summary that highlights whether the system is configured according to InterSystems best practices. Key configuration checks might include: Are Large Pages enabled? Is the Maximum Per-Process...
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 ...
Extending an open source LLM to support efficient code generation in intersystems technology
Description of the idea Currently, source code generating LLMs generate ObjectScript/BPL/DTL/PEX/SQL/MDX/CSP/XML for Productions/BI and Embedded Python code in a limited and/or inaccurate manner. InterSystems could specialize an already trained op...
It is almost impossible to find whether and what patch(es) were applied to a given instance. When working with customer systems, this is critical to know as patches may have big impact on outcomes.
I'd like several improvements to the DTL editor I'd like to have a visual clue to know if a property is marked as required, both in the source object and the targer object. If a property is required in the target object I would like to know that I...
Filtering/Searching within Task List in HealthShare
While it is helpful to sort within the Task List in HealthShare Provider Directory, it would be helpful be able to filter the Task List Column or search within the Task List would be helpful when there are multiple people working in the Task lisat
In VsCode (As in old Studio) there is juste one refactoring possibility : extract in method. I think that refactoring functions are important in producing clean code, because refactoring without dedicated function is too long, so not done.