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 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.
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...
When dealing with changes, it would be great if you could configure a business process or operation to only process N number of messages. We are regularly asked to only allow a few messages through to enable a supplier to verify everything is ok t...
The integration of Developer Community AI (in different name) into the InterSystems IRIS documentation would enhance search efficiency and ease of access to relevant information, while also providing exposure to the Developer Community AI / Develo...
built-in way to dynamically include all columns in JSON_OBJECT()
There’s currently no way to Dynamically include all columns in JSON_OBJECT() without manually listing them in the SQL query. However, Scalar function JSON_OBJECT not supported for stream fields ex: SELECT JSON_OBJECT(t) FROM TABLE t / SELECT JSON_...
As we move some of our Provider build from a homegrown application to Health Share Provider Directory, there are some questions on how to handle data tags. Within our Provider build we had built a way to categorize "Conditions Treated" as a way to...
Data Lookup View to see when last time a table was updated
Within the Management Portal, you can explore classes, routines, and global and see when the last time a file had been touched. It would be nice if we could see this for Data Lookup (LUT) tables as well. Sometimes we start a project and testing go...
Store table tuning statistics with globals, not routines
Currently, table tuning data is part of a class definition. Many of us are splitting routines and globals into different databases to keep the data and the code separate. This causes a problem because we have many situations where we want the same...