InterSystemsDev via @like
Using InterSystems RESTful API for .NET Interoperabilty #NET #RESTServices #WebDevelopment
https://community.intersystems.com/post/does-restful-api-cach%C3%A9-remove-requirement-use-dll-and-generate-proxy-classes-net-web
https://community.intersystems.com/post/does-restful-api-cach%C3%A9-remove-requirement-use-dll-and-generate-proxy-classes-net-web
InterSystems Developer Community
Does a RESTful API in Caché remove the requirement to use a DLL and generate proxy classes for .NET web development?
Does developing a RESTful API in Caché remove the requirement to use the InterSystems.Data.CacheClient.dll and generate proxy classes using the Caché Object Binding Wizard for .NET web development? If
InterSystemsDev via @like
Health Connect on Solaris #Platforms #Solaris
https://community.intersystems.com/post/health-connect-solaris
https://community.intersystems.com/post/health-connect-solaris
InterSystems Developer Community
Health Connect on Solaris
Effective immediately InterSystems will no longer support Health Connect on Solaris. Previously released products starting with 2017.1 will also no longer offer this combination. This is in line with
InterSystemsDev via @like
🎞 New Video: Shared Development in the 21st Century #InterSystems #Atelier #GlobalSummit17
https://youtu.be/gOLC2gICEVQ
https://youtu.be/gOLC2gICEVQ
YouTube
Shared Development in the 21st Century
Task: Use Atelier for an existing shared development project. Approach: Combine Perforce source control hooks, Studio, and Atelier, with automated Unit Tests...
InterSystemsDev via @like
Class vs Routine in ObjectScript. What Do You Use And Why? #Caché #CodeSnippet #ObjectScript #TipsAndTrics
https://community.intersystems.com/post/class-vs-routine-objectscript-what-do-you-use-and-why
https://community.intersystems.com/post/class-vs-routine-objectscript-what-do-you-use-and-why
InterSystems Developer Community
Class vs Routine in ObjectScript. What Do You Use And Why?
Hi, Community!
Have a question for general discussion.
In ObjectScript we have cls for classes and mac code, which both compile into int code.
Is there any reason when you use mac inste
Have a question for general discussion.
In ObjectScript we have cls for classes and mac code, which both compile into int code.
Is there any reason when you use mac inste
InterSystemsDev via @like
EDIFACT Scheme or SEF #Ensemble #EDIFACT #SEF #Intergration
https://community.intersystems.com/post/edifact-scheme-or-sef
https://community.intersystems.com/post/edifact-scheme-or-sef
InterSystems Developer Community
EDIFACT SCHEME OR SEF
We need to process 01B edifact files, INVOICE / CREDIT NOTE / DEBIT NOTE, ORDER, MESSAGE STATUSDoes anyone have SEF files or scheme to import , this EDIFACT version or other to use it at E
InterSystemsDev via @like
How to see the ACK in Visual TRACE page as like HL7 ACK message for custom TCP Operation? #HowTo #Ensemble #TCP #HL7 #Integration
https://community.intersystems.com/post/it-possible-see-ack-visual-trace-page-hl7-ack-message-custom-tcp-operation
https://community.intersystems.com/post/it-possible-see-ack-visual-trace-page-hl7-ack-message-custom-tcp-operation
InterSystems Developer Community
Is it possible to see the ACK in Visual TRACE page as like HL7 ACK message for custom TCP Operation
Hi All,I have created custom TCP service and custom TCP Operation in ensemble.The custom TCP operation sending some data to Cutom TCP service and received ACK from TCP service.My Custom TCP Opeartion
InterSystemsDev via @like
DNI functions #ObjectScript #CodeSnippet #TipsAndTricks
https://community.intersystems.com/post/dni-functions
https://community.intersystems.com/post/dni-functions
InterSystems Developer Community
DNI functions
Hi everyone!
I want to share four functions with you. I hope that you can use it at some time.
DNI: the initials of the type of national identity document, is composed of different series of nu
I want to share four functions with you. I hope that you can use it at some time.
DNI: the initials of the type of national identity document, is composed of different series of nu
InterSystemsDev via @like
Sending Alerts from Ensemble via Telegram #Ensemble #InterSystemsIRIS #Alerts #Telegram
https://community.intersystems.com/post/sending-alerts-ensemble-telegram
https://community.intersystems.com/post/sending-alerts-ensemble-telegram
InterSystems Developer Community
Sending Alerts from Ensemble via Telegram
"Telegram" is a well-known instant messenger, which provides an API for creating bots. The features of this API allow you to create bots with a wide range of functionality including receiving payments
InterSystemsDev via @like
How to insert a new record through the SMP but not through code? #HowTo #Caché #SQL #SMP
https://community.intersystems.com/post/i-can-insert-new-record-through-smp-not-through-code
https://community.intersystems.com/post/i-can-insert-new-record-through-smp-not-through-code
InterSystems Developer Community
I can insert a new record through the SMP but not through code
Hi,
The following sql statement is working through the SMP but couldn't make it work through the code.
The table is a linked table to oracle db.
Tried to change the date property in the linked tabl
The following sql statement is working through the SMP but couldn't make it work through the code.
The table is a linked table to oracle db.
Tried to change the date property in the linked tabl
InterSystemsDev via @like
Managing Many Environments and Protecting Production #Caché #CodeSnippet #DevelopmentEnvironment #Studio #TipsAndTricks
https://community.intersystems.com/post/managing-many-environments-and-protecting-production
https://community.intersystems.com/post/managing-many-environments-and-protecting-production
InterSystems Developer Community
Managing Many Environments and Protecting Production
NOTE: This content was originally presented at the InterSystems Global Summit in 2014, however related topics often come up on the Developer Community so I have decided to turn this into an arti
InterSystemsDev via @like
🎞 New Webinar: Developing Highly Efficient Real Time Analytic Applications #InterSystemsIRIS #Webinar
https://www.youtube.com/watch?v=cNE21iTJBbU&t=0s&index=8&list=PLKb2cBVphNQRALY3Xhhf5QVwxv3znXfGu
https://www.youtube.com/watch?v=cNE21iTJBbU&t=0s&index=8&list=PLKb2cBVphNQRALY3Xhhf5QVwxv3znXfGu
YouTube
Developing Highly Efficient Real Time Analytic Applications
Massive scalability is a requirement for today’s applications, particularly applications that must handle high workloads and large data volumes simultaneousl...
InterSystemsDev via @like
Customizing Management Portal Header #HowTo #DevelopmentEnvironment
https://community.intersystems.com/post/customizing-management-portal-header
https://community.intersystems.com/post/customizing-management-portal-header
InterSystems Developer Community
Customizing Management Portal Header
Good day,Is there a way to change the theme in management portal? or at least the color of the header.Issue is, some users have access to Development and Testing and Production environments. I would l
InterSystemsDev via @like
Serialize and Deserialize objects to JSON (or whatever) format #InterSystemsIRIS #Ensemble #CachéObjects #CodeSnippet #JSON #RESTServices
https://community.intersystems.com/post/serialize-and-deserialize-objects-json-or-whatever-format
https://community.intersystems.com/post/serialize-and-deserialize-objects-json-or-whatever-format
InterSystems Developer Community
Serialize and Deserialize objects to JSON (or whatever) format
What if you could serialize/deserialize objects in whatever format: JSON, XML, CSV,...; attending different criteria: export/import some properties and not others, transform values in this or that way
InterSystemsDev via @like
Call method just after a service has started #Caché #Services #Production
https://community.intersystems.com/post/call-method-just-after-service-has-started
https://community.intersystems.com/post/call-method-just-after-service-has-started
InterSystems Developer Community
Call method just after a service has started
Hi,I have a service that I need to receive notifications from when the service has started. Usually this service will be off, but when started a need a method to be called so I can email an
InterSystemsDev via @like
🎞 New Video: Sizing and Capacity Planning #GlobalSummit17 #Video #Caché #TrakCare #HealthShare
https://youtu.be/3dNBEzdB5W4
https://youtu.be/3dNBEzdB5W4
YouTube
Sizing and Capacity Planning
Task: Avoid bottlenecks caused by scaling up, before they become a problem. Approach: Discuss metrics (operating system, InterSystems product, and applicatio...
InterSystemsDev via @like
🎞 New Video: Sizing and Capacity Planning #GlobalSummit17 #Video #Caché #TrakCare #HealthShare
https://youtu.be/3dNBEzdB5W4
https://youtu.be/3dNBEzdB5W4
YouTube
Sizing and Capacity Planning
Task: Avoid bottlenecks caused by scaling up, before they become a problem. Approach: Discuss metrics (operating system, InterSystems product, and applicatio...
InterSystemsDev via @like
InterSystems Developer Community April 2018 Digest #DeveloperCommunity #Digest #Content
https://community.intersystems.com/post/intersystems-developer-community-april-2018-digest
https://community.intersystems.com/post/intersystems-developer-community-april-2018-digest
InterSystemsDev via @like
Introducing InterSystems Cloud Manager Webinar, May 17th 2018 #Webinar #InterSystemsIRIS #Cloud
https://community.intersystems.com/post/webinar-may-17-introducing-intersystems-cloud-manager
https://community.intersystems.com/post/webinar-may-17-introducing-intersystems-cloud-manager
InterSystemsDev via @like
How to set dynamic variable names? #HowTo #Caché #ObjectScript
https://community.intersystems.com/post/how-set-dynamic-variable-names
https://community.intersystems.com/post/how-set-dynamic-variable-names
InterSystems Developer Community
How to set dynamic variable names ?
Hi ,Does anyone know how to dynamically set a variable, for example set Counter = 1set x_Counter ="test" in Cache Object script. I tried with EXECUTE XECUTE ("set x"_Counter "="
InterSystemsDev via @like
DeepSee Dashboards #InterSystems #DeepSee #Dashboards
https://community.intersystems.com/post/deepsee-dashboards-0
https://community.intersystems.com/post/deepsee-dashboards-0
InterSystems Developer Community
DeepSee Dashboards
Hi everybody, I like to know how Ican determine the same colors of Series Detail of a graph that applies to all widjets. I created a theme based on a specific widjet and apply to others, but didi