发布新帖

查找

问题
· 四月 2, 2024

Business component using a particular class

Hello,

I am trying to find or locate all Intersystems business components using a particular class. Like I want to find component is using abc.test.cls class.

6 Comments
讨论 (6)2
登录或注册以继续
公告
· 四月 2, 2024

Ya está aquí el resumen del mes de marzo, 2024

¿No habéis podido entrar en la Comunidad todo lo que os gustaría? ¡No os preocupéis! Os traemos un resumen de todo lo que hemos publicado en el mes de marzo. Seguid leyendo y no os lo perdáis ⬇️⬇️
Estadísticas generales
27 publicaciones nuevas:
 17 artículos
 8 anuncios
 2 nuevas preguntas
Top 10 Publicaciones más vistas
Top 5 Autores más populares
Todos los artículos
#InterSystems IRIS
Versión de prueba de IRIS 2024.1 - Nueva funcionalidad
Por Alberto Fuentes
QuinielaML - Predicciones de la 42ª jornada de la Quiniela
Por Luis Angel Pérez Ramos
Cómo enviar mensajes a Microsoft Teams
Por Kurro Lopez
QuinielaML - Predicciones de la 44ª jornada de la Quiniela
Por Luis Angel Pérez Ramos
Consulta de datos dinámicos usando ASQ
Por Alberto Fuentes
Consultas como %Query o consultas basadas en ObjectScript
Por Jose-Tomas Salvador
QuinielaML - Predicciones de la 46ª jornada de la Quiniela
Por Luis Angel Pérez Ramos
Desarrollo rápido de APIs usando las herramientas de Open Exchange
Por Ricardo Paiva
Tutorial: Añadiendo OpenAI a la Producción de Interoperabilidad
Por Maria Nesterenko
SOAP SII
Por Hansel Rudy Stange Gaete
QuinielaML - Predicciones de la 47ª jornada de la Quiniela
Por Luis Angel Pérez Ramos
Tasks & Tricks: El Fish & Chips de los Desarrolladores
Por Daniel Aguilar
Cómo extraer datos desde InterSystems IRIS CloudSQL usando xDBC
Por Jose-Tomas Salvador
Acelerando el reconocimiento facial con Vector Search
Por Luis Angel Pérez Ramos
QuinielaML - Predicciones de la 48ª jornada de la Quiniela
Por Luis Angel Pérez Ramos
 
#Otro
 
#Open Exchange
 
Todos los anuncios
#InterSystems IRIS
 
#Comunidad de Desarrolladores Oficial
 
#InterSystems Official
 
#InterSystems IRIS for Health
 
Todas las preguntas
#InterSystems IRIS
RestForms2 con triggers
Por Laura Blázquez García
Evento onPostDispatch %CSP.Rest o similar
Por Kurro Lopez
 
marzo, 2024Month at a GlanceInterSystems Developer Community
讨论 (0)1
登录或注册以继续
问题
· 四月 2, 2024

How configure GIT in LINUX

Hello!

Trying to configure tortoise GIT in Linux System

NAME="Red Hat Enterprise Linux Server"
VERSION="7.9 (Maipo)"

My steps

1. Enable [write-access](http://docs.intersystems.com/ens20151/csp/docbook/DocBook.UI.Page.cls?KE...) to CACHELIB database via the Management Portal. (This is required for csp-page with settings import.)
2. Import project in %SYS:

    %SYS> do $system.OBJ.ImportDir("/arch/cache-tort-git-master/","*.xml","ck",,1)

3. Now you can disable write-access to CACHELIB.
4. In Management Portal select the new %SourceControl.Git class as the desired Source Control class in all namespaces where you wish to use it. (System Administration >> Configuration >> Additional Settings >> Source Control)

 

But in cache studio there are no options to work with git.

12 Comments
讨论 (12)3
登录或注册以继续
问题
· 四月 1, 2024

Intersystems Reports - Logi Reports (23.2) - Parameters on the report - can they be populated to show choices from another query?

For one of the reports I need to produce through Logi, I need to create a parameter/filter and pre-populate it with items from a query.   Has anyone done that before?  And if so how did you do it?

Thanks,

Kris 

讨论 (0)1
登录或注册以继续
问题
· 四月 1, 2024

InterSystems Reports - Logi Report (23.2) - How to code a stored procedure that will return a result set to be used in a report

A report that I need to create - I need to write a class method that will execute a few queries and save the data to a class and then return the data in a result set that can be used in the Logi report as a Stored procedure.

I can create the class method that is a Stored procedure and do the queries and manipulate the data, however I am having an issue at the end of the method to return the fields back as a result set.

I have looked at the Intersystems' documentation for the stored procedures but not finding a good example for a class method that is a stored procedure which returns a result set (multiple rows and 8 columns)

If you have any examples or suggestions please let me know.

Thanks.

3 Comments
讨论 (3)3
登录或注册以继续