Search

Clear filter
Question
Tarek Sinno · Apr 25, 2018

Customizing Management Portal Header

If you find it helpful, I'd really appreciate it if you voted for it in the Intersystems Grand Prix competition * I actually came across this post when I was first trying to sort this
Article
Gevorg Arutiunian · Mar 7, 2019

CSP: Dynamically Generated Table

} &sql(close TEST) </script> </BODY> </HTML> Here's a link to the code on GitHub: https://github.com/intersystems-community/code-snippets/blob
Article
Julio Francisco · Mar 31, 2019

Bash script to create csv files for every global contained in a %GOGEN exported file from Cache

Also, have you tried to craft an export for others tools of exporting globals from InterSystems IRIS?
Question
Eamonn Fox · Oct 8, 2019

Electronic signature capture

I have already been in contact with Intersystems, and we have tried to get it to work using the ActiveX component supplied by the vendor.
Question
John Kumpf · Dec 6, 2018

Are there issues with $$$OK on Cache 2010?

-- Have database for code --><Database Name="CCRTOOLS-CODE" Dir="c:\intersystems\cache\mgr\ccrtools-code\" Create="overwrite" InitialSize="200" ExpansionSize="60" /></Configuration
Question
Oliver Wilms · Jun 5, 2020

Running multiple containers - File sharing

persistent instance because you can freely stop a container, and then start a new one with the same ISC_DATA_DIRECTORY and have a new container - possibly with a newer version of InterSystems
Question
Akshat Vora · Feb 22, 2020

Convert an array to a JSON string

%Set(key,subJSON) set key = $order(array(key)) } return JSON } See:JSON Representation of a global structureCogs LibraryIntroducing InterSystems IRIS Document Database (DocDB)
Question
Michael Lei · Jun 15, 2021

Any interesting apps on Raspberry Pi with IRIS?

If you use V S Code then there are a number of Objectscript Extensions available and they are all useful https://openexchange.intersystems.com/package/intersystems-iris-dev-template
Article
Julian Matthews · Jul 21, 2021

Splitting ORU Messages using ObjectScript and DTL

little light to be something for Open Exchange, but if there is any interest in me uploading it there or somewhere else, please let me know) 💡 This article is considered as InterSystems
Question
Marcio Coelho · Dec 15, 2021

Validate XML signature

I talked to intersystems support. he asked me to break validation into two steps. one for each Tag. I'm trying to follow the support tips. But without success so far.
Question
Justin Richter · Jan 3, 2022

JSON - NULL Properties

So I've been reviewing a lot of questions posted in the InterSystems community regarding NULL properties in JSON. I've also been reviewing the JSON documentation.
Question
Michael Hellemans · Aug 31, 2022

Using JOB to run a process in the background

I found the JOB command in the documentation.JOB | ObjectScript Reference | InterSystems IRIS Data Platform 2022.1When I try it, it doesn't seem to be doing much.
Article
Laura Blázquez García · Feb 23

Creating FHIR responses with IRIS Interoperability production

test it passing no document ID), we will see 404 response: In summary, connecting our FHIR endpoint with interoperability we can do whatever we want, with all the capabilities of InterSystems
Question
Evgeny Shvarov · Jun 5

$Name from a parameter

$NAME (ObjectScript) | ObjectScript Reference | InterSystems IRIS Data Platform 2025.12.Variables in Global Name Thank you, @DCAI.Bot - but your answer is not super relevant to the
Question
Stephane Devin · May 17, 2024

How are Stream saved?

(StoreFile) = "zKc2m8v1.stream"(NormalizedDirectory) = "C:\InterSystems\Community\mgr\user\stream\"I figured it was maybe because I used a relative path while using LinkToFile.