Rechercher

Résumé
· Juil 1

Résumé de la communauté des développeurs d'InterSystems, Juin 2025

Bonjour, voici la newsletter de la communauté des développeurs de Juin 2025.
Statistiques générales
✓ Nouvelles publications 24 publiées le Juin :
 10 nouveaux articles
 13 nouvelles annonces
 1 nouvelle question
✓ Nouveaux membres 6 ayant rejoint le Juin
✓ Publications 1,199 publiées depuis le début
✓ Membres 178 ayant rejoint depuis le début
Meilleures publications
Un coup de poids
Par Andre Larsen Barbosa
Les meilleurs auteurs du mois
Articles
#InterSystems IRIS
#HealthShare
#InterSystems IRIS for Health
#Summit
Annonces
#InterSystems IRIS
#Communauté des développeurs officielle
#InterSystems officiel
#Autre
InterSystems sur HIMSS25 Europe
Par Irène Mykhailova
#Supply Chain Orchestrator
#IRIS contest
#HealthShare
Questions
#InterSystems IRIS
Juin, 2025Month at a GlanceInterSystems Developer Community
Discussion (0)1
Connectez-vous ou inscrivez-vous pour continuer
Question
· Juil 1

Is it possible to audit code changes by user?

Is it possible to audit code changes in a namespace?

Ideally what we'd like to be able to do is check which classes were compiled (or deleted) in a time period, eg in last 3 months, and which user made those changes. Even better would be an audit of what those changes were, but that's less important (for us, as we can probably find that information in other ways).

We have a service where 3 groups, each with multiple users, potentially have access to make changes to the live service. With the best will in the world, each group doesn't always tell every other group about changes made... and it'd make managing things much easier if we had a log of who made what changes that doesn't need manually maintained.

Audit Log seems like a good place to start, but its not obvious to us how to get it to do what we want...

6 Comments
Discussion (7)5
Connectez-vous ou inscrivez-vous pour continuer
Article
· Juil 1 1m de lecture

Depuración de API REST: situación de Página No Encontrada

Hola desarrolladores. Solo quería compartir con vosotros un hallazgo que podría ahorraros unos valiosos minutos de vida como desarrolladores con InterSystems IRIS.

¡Como así!

Debería funcionar. Desplegasteis la API REST correctamente y todo está en su lugar.

¿Qué puede estar saliendo mal?

El problema en mi caso fue que escribí mal el nombre de la clase, como en esta imagen:

 

Fue un error tipográfico. No hubo errores de compilación, ni mensajes en la consola, ni ninguna pista de lo que estaba mal.

Así que, si os encontráis con un problema similar — mensaje de “No Encontrado” para una página que “simplemente debería funcionar” — revisad la clase Dispatch, ¿está el nombre correcto?

Y, por supuesto, preguntad a la comunidad. Quizás os ahorre unos minutos valiosos de la preciosa vida de nosotros, los desarrolladores.

¡Saludos!

Discussion (0)1
Connectez-vous ou inscrivez-vous pour continuer
Question
· Juil 1

Is there a way to automatically clear or refresh the JavaScript cache during compilation or deployment in InterSystems IRIS?"

Hi everyone,

I'm working with JavaScript in InterSystems IRIS, specifically in CSP pages. One issue I'm running into during development is that the browser keeps loading the cached version of my JavaScript files, even after I’ve made changes or recompiled the code.

I would have to clear my cache files or browser history for it to reload and work.

Is there a recommended way or best practice in IRIS to automatically clear or bypass the browser cache for JavaScript? Ideally, I’m looking for a way to ensure that the latest version of the script is always loaded without manually clearing the cache every time.

Any suggestions or tips would be greatly appreciated!

Thanks,
Harshitha Balakrishna

2 Comments
Discussion (3)3
Connectez-vous ou inscrivez-vous pour continuer