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 %JSONIGNORENULL parameter was working as documented up to version 2020, after that version it does not work anymore.
The idea is to fix it as per documentation or, in case there are concerns in existing code that may rely on bugged implemen...
Description: The projection options for persistent classes should include an option to project them to a TypeScript interface. Target Audience: Since some of the most popular front-end frameworks such as Angular, React, and Vue.js offer TypeScript...
David Hockenbroch
about 1 month ago
in InterSystems IRIS
0
Ideas Contest
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...
The idea would be to create a subset of message headers that can be used as the basis of a message search so any future work on that subset can be referenced without querying the full bank of messages. Potentially more than one person could use th...
Expose "Reply To" as default on EnsLib.EMail.AlertOperation
Description of the idea On Email alert operation we had to extend the class to expose reply to on the standard EnsLib.EMail.AlertOperation . It would be useful if this out of the box was exposed and could be used instead of having the wrap the obj...
Add a field onto Oauth Client to allow alerting expiry dates alert
Description of the idea Add a field into Oauth2 client secret config to store the expiry date. And have this date used then in Messages.log for expiry alerting like ssl certs. Who is the target audience? Intersystems Administrators What problem do...
If you are running a mirrored environment and using a VIP, sometimes the VIP has an assigned NAT. Specifying "Local Interface" or binding the request to a specified value is helpful for setting up a Firewall rule to allow the connection to happen.
Idea to Improve Engagement on the InterSystems Community Portal "@everyone"
I believe it would be incredibly helpful if the platform supported a feature like "@everyone" — similar to what we see on Slack, Discord, or other forums. 🔔 This could be used to: Highlight important discussions or announcements Gather quick feedb...
Harshitha Balakrishna
about 2 months ago
in Community
0
Needs review
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...