I'm participating in the Developing with InterSystems Objects and SQL with Joel Solon. The course is very nice and I will share with you some tips I got during the training. Tips presented in the day 4:
- All data are stored in Globals and Global names start with ^. Example of global: ^animal. Global can have multiples locations to the data ("sub data"). Example: ^animal(1).
- ^%* globals are accessible from any system-wide (from any namespace).
- Globals enables IRIS to support multimodel data (object, relational, document, multidimensional, etc).

.png)




