InterSystemsDev via @like
  
📢 Take part in the International Summer School in Russia! #InterSystems #Events #SummerSchool
https://community.intersystems.com/post/join-international-summer-school
  https://community.intersystems.com/post/join-international-summer-school
InterSystemsDev via @like
  
📣 Join InterSystems on DeveloperWeek in NYC, June 18-20 #InterSystems #Events #DeveloperWeekNY
https://community.intersystems.com/post/intersystems-developerweek-nyc-june-18-20
  https://community.intersystems.com/post/intersystems-developerweek-nyc-june-18-20
InterSystemsDev via @like
Atelier 1.2 Stable Release #Atelier #Eclipse #DevelopmentEnvironment #Releases 
https://community.intersystems.com/post/atelier-12-stable-release
  
  https://community.intersystems.com/post/atelier-12-stable-release
InterSystems Developer Community
  
  Atelier 1.2 Stable Release
  The Stable channel has been updated to 1.2.119. This build contains all of the new features and enhancements the 1.2.118 beta build has as well as a number of bug fixes. Additionally, we have document
  InterSystemsDev via @like
  
📢 (Webinar June 22) It's Just Machine Learning, Not Quantum Physics! #Webinar #Events #InterSystemsIRIS
http://ow.ly/SiSs30kykbA
  http://ow.ly/SiSs30kykbA
InterSystemsDev via @like
Datatype class for global reference #CachéObjects #DataType #Globals
https://community.intersystems.com/post/datatype-class-global-reference
  
  https://community.intersystems.com/post/datatype-class-global-reference
InterSystems Developer Community
  
  Datatype class for global reference
  Is there a datatype class with validation for global references? I can't find one in a brief scan of the documentation / class reference.
  InterSystemsDev via @like
Display Global sizes using DeepSee KPI, a little contribution to SYSMON Dashboards project #Analytics #DeepSee #KPI #Monitoring #Globals
https://community.intersystems.com/post/display-global-sizes-using-deepsee-kpi-little-contribution-sysmon-dashboards-project
  
  https://community.intersystems.com/post/display-global-sizes-using-deepsee-kpi-little-contribution-sysmon-dashboards-project
InterSystems Developer Community
  
  Display Global sizes using DeepSee KPI, a little contribution to SYSMON Dashboards project
  I was approached recently by and end use who wanted to perform analysis of their databases and see how they could save some space by picking data good for deletion without harming the application. As
  InterSystemsDev via @like
Extending method keywords #Compiler #Studio
https://community.intersystems.com/post/extending-method-keywords
  
  https://community.intersystems.com/post/extending-method-keywords
InterSystems Developer Community
  
  Extending method keywords
  Hi community!Is there any way to create new method keywords?For example: 
ClassMethod TestOne() [ MyKeyword = MyValue ]
{
// Implementation
}
 
 
Another doubt (maybe another topic)How can I g
  ClassMethod TestOne() [ MyKeyword = MyValue ]
{
// Implementation
}
Another doubt (maybe another topic)How can I g
InterSystemsDev via @like
How to splice a segment with a DTL? (in a BPL) #HowTo #Ensemble #HealthShare #HL7 #Interoperability
https://community.intersystems.com/post/how-splice-segment-dtl-bpl
  
  https://community.intersystems.com/post/how-splice-segment-dtl-bpl
InterSystems Developer Community
  
  How to splice a segment with a DTL? (in a BPL)
  Hi, I want to splice a PID segement returned from a query, so I can use it in a DTL: I n
  InterSystemsDev via @like
🎞 New Video: Treating Patients with REST and iKnow #InterSystems #iKnow #RESTServices #Video
https://youtu.be/HDTij5GS_qQ
  
  https://youtu.be/HDTij5GS_qQ
YouTube
  
  Treating Patients with REST and iKnow
  Task: Leverage unstructured data through iKnow’s REST APIs and other productivity-enhancing capabilities. Approach: Highlight a real-world deployment from Ne...
  InterSystemsDev via @like
Extending and compiling with XMLEnable issue #CachéObjects #XML #Compiler
https://community.intersystems.com/post/extending-and-compiling-xmlenable-issue
  
  https://community.intersystems.com/post/extending-and-compiling-xmlenable-issue
InterSystems Developer Community
  
  Extending and compiling with XMLEnable issue
  Hello All,I hope it's not a silly question. Here is my issue:I have 3 simple classes:Parent class, let's say:Class ParentClass Extends %RegisteredObject{ Property a As %String;} and two
  InterSystemsDev via @like
How to navigate to parent of Serial Object? #HowTo #CachéObjects #DataModel #ObjectScript #SQL
https://community.intersystems.com/post/how-navigate-parent-serial-object
  
  https://community.intersystems.com/post/how-navigate-parent-serial-object
InterSystems Developer Community
  
  How to navigate to parent of Serial Object?
  I have a serial object:Class EmbedObj Extends %SerialObjectwhich is stored as a  property of another objectClass ContainerObj Extends %PersistentProperty InnerObj As EmbedObj;Property Foobar
  InterSystemsDev via @like
Access the setting values within Business Process #BPL #Interoperability
https://community.intersystems.com/post/access-setting-values-within-bp
  
  https://community.intersystems.com/post/access-setting-values-within-bp
InterSystems Developer Community
  
  Access the setting values within BP
  Hello,I need to access the value of a setting I created (ex: name_BO) within the logic of my BP. 
Property name_BO As %String(MAXLEN = "");
 
/// Additional Settings
Parameter SETTINGS = "name_BO:B
  Property name_BO As %String(MAXLEN = "");
/// Additional Settings
Parameter SETTINGS = "name_BO:B
InterSystemsDev via @like
"IF THEN - $SELECT - $CASE" – What is the best way? #Caché #CodingGuidelines
https://community.intersystems.com/post/if-then-select-case-what-best-way
  
  https://community.intersystems.com/post/if-then-select-case-what-best-way
InterSystems Developer Community
  
  "IF THEN - $SELECT - $CASE" - What is the best way?
  Hi all,I'm wonder what could be the best way convert the sentence "Switch" C# into Cache code. 
int caseSwitch = 1;
 
switch (caseSwitch)
{
case 1:
Console.WriteLine("Case 1");
b
  int caseSwitch = 1;
switch (caseSwitch)
{
case 1:
Console.WriteLine("Case 1");
b
InterSystemsDev via @like
  
📢 Please watch the live stream of InterSystems Developers Meetup in the UK! #InterSystems #Events #Developers #Meetup #LiveStream 
https://youtu.be/Ong3qjpyACg
  https://youtu.be/Ong3qjpyACg
InterSystemsDev via @like
How to refresh object in memory from data on disk? #HowTo #CachéObjects
https://community.intersystems.com/post/refresh-object-memory-data-disk
  
  https://community.intersystems.com/post/refresh-object-memory-data-disk
InterSystems Developer Community
  
  Refresh object in memory from data on disk?
  1) I have an oref pointing to an object on disk2) I save the object which causes an UPDATE / AFTER Trigger to fire, and updates a value in an embedded object property3)  I would like to see that
  InterSystemsDev via @like
Using iKnow metadata to get aggregate metadata values #iKnow #Metadata #TextAnalytics
https://community.intersystems.com/post/using-iknow-metadata-get-aggregate-metadata-values
  
  https://community.intersystems.com/post/using-iknow-metadata-get-aggregate-metadata-values
InterSystems Developer Community
  
  Using iKnow metadata to get aggregate metadata values
  I have iKnow domain of forum posts, their full text is an iKnow data, and each post also has a number of views as a metadata field.I want to get a sum of views by concept. Let's say I have a concept c
  InterSystemsDev via @like
How to syncronize/update iKnow domain? #HowTo #iKnow
https://community.intersystems.com/post/how-do-i-syncronizeupdate-iknow-domain
  
  https://community.intersystems.com/post/how-do-i-syncronizeupdate-iknow-domain
InterSystems Developer Community
  
  How do I syncronize/update iKnow domain
  I have iKnow domain with 1 source, 1 data and 1 metadata fields. Source is a table.Let's say individual rows are immutable, but new rows are added after the domain is built.How do I add them to domain
  InterSystemsDev via @like
🎞 New Video: We Want More! – Solving Scalability #InterSystems #GlobalSummit17 #Video #Scalability 
https://youtu.be/yf-pj3EOSzo
  
  https://youtu.be/yf-pj3EOSzo
YouTube
  
  We Want More! - Solving Scalability
  Task: Learn about our comprehensive set of capabilities for effectively scaling your applications to meet your specific workload requirements. Approach: Give...
  InterSystemsDev via @like
  
Translate a Number to Text #Caché #Git #Tools #TipsAndTricks
https://community.intersystems.com/post/translate-number-text
  https://community.intersystems.com/post/translate-number-text
InterSystemsDev via @like
Alert: Outer Join Query Results #Caché #DeepSee #Ensemble #InterSystemsIRIS #SQL
https://community.intersystems.com/post/alert-outer-join-query-results
  
  https://community.intersystems.com/post/alert-outer-join-query-results
InterSystems Developer Community
  
  Alert: Outer Join Query Results
  June 25, 2018 – Alert: Outer Join Query ResultsInterSystems has corrected two defects that can cause SQL outer joins to return incorrect results. These defects can also impact DeepSee in Cac
  InterSystemsDev via @like