InterSystemsDev via @like
How to pass #JSON body as part of a #HTTP Status 404 Response message #HowTo #CachéObjects #RESTAPI #WebDevelopment #ErrorHandling
http://ow.ly/5VN730mqVSM
http://ow.ly/5VN730mqVSM
InterSystems Developer Community
How to pass JSON body as part of a HTTP Status 404 Response message
404 Not Found
{
"error": {
"errors": [
{
"domain": "global",
"reason": "notFound",
"message": "Not Found"
}
],
"code": 404,
"message": "Not Found"
}
}
I want to do
{
"error": {
"errors": [
{
"domain": "global",
"reason": "notFound",
"message": "Not Found"
}
],
"code": 404,
"message": "Not Found"
}
}
I want to do
InterSystemsDev via @like
Caché Simple Rule Engine Example on InterSystems #OpenExchange ☑️ #CodeSnippet #Caché #CachéObjects
http://ow.ly/NPug30mqWg1
http://ow.ly/NPug30mqWg1
InterSystemsDev via @like
How to compile a class without using worker jobs? #HowTo #CachéObjects #Compiler #Debugging
http://ow.ly/Cltm30mrSJo
http://ow.ly/Cltm30mrSJo
InterSystems Developer Community
Can I compile a class without using worker jobs?
Using our cool new debugging extension for Visual Studio Code I'm trying to debug a CreateProjection method of a class, but when I compile it the work apparently gets done in one of the worker jobs, s
InterSystemsDev via @like
How to make an #HTTP adapter wait a certain number of seconds? #HowTo #CachéObjects #Ensemble
http://ow.ly/vedV30mwVd5
http://ow.ly/vedV30mwVd5
InterSystems Developer Community
Is their a way to make an http adapter wait a certain number of seconds?
I have an http adapter that calls out to a web service and is looking for a "Completed" response. I want the adapter to wait a certain number of seconds before calling out again to get a response
InterSystemsDev via @like
How to check for a null property when reading an object? #HowTo #Caché #CachéObjects
http://ow.ly/Plpu30mxZqR
http://ow.ly/Plpu30mxZqR
InterSystems Developer Community
Cache Objects -How to check for a null property when reading an object?
You have a global ^CODE("TNO","BIO",291,"AKI") that may or may not exist. On the data side of the global ref it can have a boolean value of 0 (false) or 1 (true) and this global is wrapped up in
InterSystemsDev via @like
Can you perform Kills or Sets directly on #Globals within .NET without #ObjectScript classes or generated proxy classes? #Caché #CachéObjects
http://ow.ly/wUwH30mCdDb
http://ow.ly/wUwH30mCdDb
InterSystems Developer Community
Can you perform Kills or Sets directly on globals within .NET without ObjectScript classes or generated proxy classes ?
I think I already know the answer to this but I thought I'd ask anyway. So the Node.js adapter allows you to perform operations directly on Globals. Does the InterSystems.Data.CacheClient.dll or
InterSystemsDev via @like
Backing up/Exporting created Roles #CachéObjects #Ensemble #Security #Roles #Backup
http://ow.ly/Z6xb30mCRoo
http://ow.ly/Z6xb30mCRoo
InterSystems Developer Community
Backing up/Exporting created Roles
I have created some roles, and would like to know if there is a way to export the Roles and save them off to a file? I want to create a backup file of these roles for DR purpose, and in case I ever ge
InterSystemsDev via @like
InterSystems Developer Community
Indirectly traversing MultiDimensional properties
I can directly order over a MultiDimensional property, e.g.set key=$order(obj.prop(key))However I have a generic method that has to use the $property method, if I know the keys then I can just fetch a
InterSystemsDev via @like
How to convert #HTML code symbols to readable format? #HowTo #Caché #CachéObjects
http://ow.ly/B0j230mIpJG
http://ow.ly/B0j230mIpJG
InterSystems Developer Community
Convert to readable format
Hello!How I can convert html code symbols to readable format:Керимбай Нури&#