Question Niklas Thilmont · Mar 14, 2022 Executing Actions on Global Interaction / Global Hooks? Hey InterSystems Community!This is probably far-fetched - is there a way to get notified/get a piece of code triggered whenever the state of a global changes? Now what could I possibly want with that? Quite simple! I would like to forward the content of a global (in this case the "FSLog" global written by the FHIR implementation) while adding timestamps to it - to create some sort of file-based logging for it. #Globals #InterSystems IRIS #InterSystems IRIS for Health 0 9 0 295
Question Niklas Thilmont · Dec 13, 2021 Preventing escaping (", &) in business rules Hey InterSystems Community, I noticed something interesting in regards to business rule editing. Whenever you use the Management Portal or Studio to edit a business rule, the " characters gets escaped to a ". Which results in the following code: #Business Rules #ObjectScript #InterSystems IRIS 0 0 0 312
Question Niklas Thilmont · Nov 17, 2021 CSP Security - Static Files + Redirect Hey Intersystems Community! I'm trying to get IRIS to serve static files, including security and redirect to login if no session is present. This is the flow I am trying to accomplish: #Angular2 #CSP #Security #InterSystems IRIS for Health 1 1 1 428
Question Niklas Thilmont · Jul 30, 2021 Non-interactive login to the IRIS terminal Hey ISC Community! For a small automation feature I would like to login to the IRIS shell non-interactively, skipping the whole username and password prompts, providing the credentials through other means. Something in the fashion of "iris session <instance-name> --user myuser --pass mypass" would be great, but the session tool itself doesn't seem to be capable of doing this. #Terminal #InterSystems IRIS 3 6 0 865