Search

Clear filter
Question
Flávio Lúcio Naves Júnior · Jun 22, 2021

How verify if a attribute exists in a object

I create a object. SET nlsoref=##class(%SYS.NLS.Locale).%New() So I want to verify if the attribute 'test' exists in the object, I tryied use $data write $data(nlsoref.test
Question
Rubens Silva · Jul 27, 2017

REST: How to pass query parameters

Hello.I'm having difficulties trying to figure (if possible) how to create an URL that also matches query parameters.I tried: <Route Url="/:namespace/test(\?id\=):id" Method
Article
José Pereira · Apr 5, 2022

Serializing Python objects in globals

example: ```python >>> class Test: ... def __init(self, prop1): ... self.prop1 = prop1 ... def __setattr__(self, name, value
Question
prashanth ponugoti · Feb 28, 2022

How to make my webpage (csp page ) unauthenticated

have crated new web application as /csp/test. only change is selected unauthenticated http://localhost:52773/csp/test/person.csp it should open same webpage , but showing
Question
Tiago Pereira · Nov 18, 2022

Upgrade Caché version

/developers, and test the upgrade by copying the server to a test server and do the upgrade there. 2016.1 to anything System Methods! Search your codebase for ".$from
Question
Erum Ahsan · Jun 6, 2023

JavaScript is not working as expected

; </div> <h1 containerStyle="">Testing </h1> </html> <spacer height="20" /> <button onclick="zenPage.displayData()" containerStyle="padding
Question
alex chang · Sep 13, 2020

How to handlle Variable Number of Parameters in Macro

Common macro def as following #def AnyNumber(%args) for i=1:1:$listlength(%args) { Write $listget(%args, i)} Using this marcro in objectscript code: ClassMethod Test
Question
diba · Jun 12, 2023

Performed API Automation on IRIS Dataplatform

API performed API Automation on IRIS Dataplatform? What do you mean with "API Automation"? API management? API Test Automation. basically API are working as designed using Test
Question
Aleksandar Kovacevic · Dec 24, 2021

How do you create $listbuild using java native api

= IRIS.createIRIS(connection); IRISList list = new IRISList(); list.add("this is a string"); list.add(100); iris.set(list, "test",1); USER>zw
Article
Lydia Huang · Mar 14, 2016

Get your MDX query plan, MDX Query Trace and more from the DeepSee Shell

-------------- Query Plan --------------------- **WITH MEMBER [MEASURES].[MEDIAN TEST SCORE] AS '%KPI("%DeepSee.Median","MEDIAN",1,"%measure","Test Score","%CONTEXT")',FORMAT_STRING
Question
Karl Kirk · Mar 1, 2018

Cucumber / Gherkin integration

Are there any BDD testing automation implementations within Mumps/Cache Objects already in existence?We are looking at using Cucumber for our Java regression test automation
Question
Laura Cavanaugh · Jun 12, 2017

Possible to view the contents of a process private global

I know the process ID< and I know the global name: ^||testing(index). From the terminal (and therefore, and different process ID), how do I view the contents of ^||testing
Question
Eduard Lebedyuk · Aug 10, 2016

How do I invoke Ensemble testing service for requests with %ArrayOfDataTypes property from SMP

I have the following Ensemble request: Class MyApp.MyRequest Extends (%Persistent, Ens.Request) { Property idToTokenArray As %ArrayOfDataTypes; } On SMP Testing service
Article
Evgeny Shvarov · Mar 9, 2016

How to make posts with code on Developer Community

with language. Open the post's HTML ("disable rich-text" button below the Editor) and put class=COS parameter into the code tag. Example: #dim test as %Library.Integer SET test
Question
Evgeny Shvarov · Jun 19, 2023

How Can I use Job Command in Embedded Python

() USER>zw ^ABC ^ABC=123 For example Jobbing a Routine. Routine (Test.mac) source code: Test Set ^ABC=345 Quit Use legacy Task to Job it off: USER>zw ^ABC ^ABC=123