Search

Clear filter
Question
Samantha Forish · Jun 16, 2023

JSON Import a List of Integers to Custom Message Class

the field. But I am able to access my field and was able to test it was available with the following in studio console: set msg=##class
Question
Evgeny Shvarov · Mar 15, 2018

Deployment Strategies: Do You Compile ObjectScript on a Production Site

Hi, Community!Please share your experience on code deployment on production site. Do you compile ObjectScript on Production? Is it OK? Or you only compile on Test site and copy
Article
Cristiano Silva · May 27, 2023

Interopway REST. Consuming REST Services in a Simple Way

The project has a Test Production cjs.interopway.rest.samples.InteropProducion and a class with unit tests cjs.interopway.rest.tests.InteropProduction. Only the Business Operation
Article
Dmitry Maslennikov · Jun 2, 2017

What you could miss about Unicode and how it is stored in Caché

and ASCII encoding, and up to four bytes for other characters. Well, but what does it mean in practice according to Caché? Let's try simple ASCII text USER>set string="Test
Question
Arya S · Jan 5, 2018

UPS - SOAP WebServices Not Working

and finish the process to get the Package implemeted in my studio.Now the SOAP method contains a URL which is for their live system so i manually changed the URL with their Testing URL.They
Article
Mark Bolinsky · Jul 10, 2018

Storage Performance Series - NetApp All-Flash FAS (AFF) A300

with all InterSystems products to provide the lowest latency and predictable IOPS capabilities. The first in the series was the most recently tested Netapp AFF A300 storage array
Article
Mark Bolinsky · Sep 7, 2018

Storage Performance Series - Samsung PM1725a NVMe SSD

Configuration and Linux LVM Setup The configuration tested included the following details: 2 x Samsung 3.2TB PM1725a NVMe drives (internal to server) 1 x HPE Cloudline 3150 Gen10
Question
David Reche · Feb 16, 2016

Manage data types with %ZEN.proxyObject and Ens.Util.JSON.ObjectToJSONStream

types in versions before 2016.1. Everything else is a hack. Stefan. I used a registered class with typed properties and doesn't works I made this test class: Class
Article
Aya Heshmat · Oct 11, 2022

Global Summit 2022: Health Connect Tips & Tricks Session Summary

boolean statements available! 3. Rule Editor Testing New tab in the Rule Editor "test" to test input data iterating through the transformation! The test will provide
Question
Mario Sanchez Macias · Mar 17, 2020

Store property coming from a json array

is a dynamic array like ["green","yellow","blue"], you can test this code : Set valueRecived = ["green","yellow","blue"] Set array = ##class(%ArrayOfDataTypes).%New() Do ##class
Article
Eduard Lebedyuk · May 10, 2018

Continuous Delivery of your InterSystems solution using GitLab - Part VII: CD using containers

hooks and test code. As a preferable alternative, you can use git submodules to include this project or something similar into your repository. Submodules are better because it's
Article
Robert Cemper · Jun 12, 2021

Running reviews on Open Exchange

- Is there a description of how to test/verify the package All these points can be covered explicitly or by a link to an article in Developer Community. Only Empty is not accepted
Question
Paco Cadenas · Dec 16, 2022

Dot cleaning

If $Test {Use 0 Write !!!,"One character read"Quit } Else {Use 0 Write !!!,"Expired time." } Thanks! Is NOT the same. You can it prove by adding a label to the line
Question
Christine Nyamu · May 12, 2023

HOW TO SEARCH IF A STRING EXISTS IN A LOOKUP TABLE

Hello, I am quite new to the InterSystems world. I have one of my OBX 5 fields having this value "blood work was done<>tested positive for anemia<>tested negative
Question
David Baran · Mar 26, 2017

How to split an xml into 3 xml

; <doc> <header></header> <product><test>1</test></product> <market><test2>2</test2></market> </doc>