Pesquisar

Resumo
· Ago. 18

Publicações Desenvolvedores InterSystems, Agosto 11 - 17, 2025, Resumo

Anúncio
· Ago. 18

Dev Meetup in São Paulo, Brazil: Gen AI & Agentic AI

Join our first in-person Developer Meetup in São Paulo to explore trends in artificial intelligence, interoperability, and data orchestration, with a focus on technical content and high-quality networking.

Talk 1: AI Programming Assistants
Description: AI assistants: a productivity miracle or just another distraction? A practical, no-nonsense session revealing the real impact of these tools on your daily coding workflow.
Speaker:  @Fernando Ferreira, Sales Engineer, InterSystems

Talk 2: The Future Is Here? A New Era of Data Interoperability and Orchestration with RAG and MCP
Description: Discover how the combination of RAG (Retrieval-Augmented Generation) and MCP (Model Context Protocol) enables solutions where AI communicates directly with data and APIs in a secure, contextual, and scalable way.
Speaker: @Claudio Devecchi, Senior Sales Engineer, InterSystems

>> Register here >>

 

Date: September 11 | 6:00 PM – 9:00 PM
Location: Pizzaria Cristal | Rua Professor Artur Ramos, 551, Jardim Europa, São Paulo

Food, drinks, and networking opportunities will be provided.

Discussão (0)1
Entre ou crie uma conta para continuar
Anúncio
· Ago. 18

Introducing tree‑sitter‑objectscript: High‑Performance Syntax Parsing for ObjectScript in Your Favorite Editors

I’m pleased to announce the release of tree-sitter-objectscript, a new open-source tree-sitter grammar that brings first-class ObjectScript support to modern editors. If you caught the preview at READY ’25, you’ll be glad to know it’s now up on Github:

https://github.com/intersystems/tree-sitter-objectscript

12 Comments
Discussão (12)7
Entre ou crie uma conta para continuar
Resumo
· Ago. 18

InterSystems Developers Publications, Week August 11 - 17, 2025, Digest

Articles
Announcements
Questions
Discussions
#InterSystems IRIS
August 11 - 17, 2025Week at a GlanceInterSystems Developer Community
Pergunta
· Ago. 18

Expose Cache Globals using SQL Storage and SQLMAP

Trying to create a new SQL Storage map on existing cache Global in the following format - ^MYGLO("R",rec)=data where the 'data' is built using $zel. e.g. $zel(data,1)="p1", $zel(data,2)="p2" etc... and the ^MYGLO("R",123)=data.

I'm having 2 issues. First, using the SQL Storage map wizard, I cannot figure out how to convey data in $zel format in the "Delimiter" field. 

 

Second, since I couldn't figure that out,  I tried to use the "Use Retrieval Code" option and entered the following line for the P1 property:

 

but get an error when compiling saying I cannot reference another field:

 

So my 2 questions are:

1. How to convey data in $zel format

2. What to add as the main rec ID if using the "Retrieval Code" option

Thank you

9 Comments
Discussão (9)4
Entre ou crie uma conta para continuar