Evgeny Shvarov · Nov 10, 2018 go to post

Hi Yaniv!

I think if your class is mapped to globals the only way to have “last update” field is to store it in a global during update and map then into the appropriate field.

Another approach I see here is to parse transaction journals seeking particular “row” in a particular global to have a “Last update” moment.

Evgeny Shvarov · Nov 8, 2018 go to post

Alexey, sorry for disturbing with GM notifications.

You can turn it off in Profile settings. See the gif:

Evgeny Shvarov · Oct 24, 2018 go to post

Hi, David!

Thanks for the question!

Today the procedure is the following: Unpublish, Edit, Send for Approval again.

Evgeny Shvarov · Oct 24, 2018 go to post

Hi, Steve!

Thanks for your feedback! 

Does it have to be a Github repo or can I use BitBucket ?

It can be any public repository: Github, BitBucket or Gitlab. But today we have the embedded support only for Github. E.g. if you submit Github repo in the application OE will use README.md as description, LICENSE.md as license and we plan to introduce more support in the near future.

You can add the request for BitBucket support in Open Exchange issues.

Also - if we find an error  (eg WebTerminal on IRIS), can we leave a comment generally or for the developer ?

Every application has either repo with issues or the support link which are intended to receive feedback, bug reports, and feature requests.

If you find an error on Open Exchange, please submit it here! )

Evgeny Shvarov · Oct 20, 2018 go to post

Hi, Stefan!

In this situation, I would suggest using RELEASES approach for different InterSystems Data Platforms. E.g. you can generate XML release package from the code base in git and then replace all the specific places for a given version on a build release phase. As a result you will have different XML packages for Ensemble and for InterSystems IRIS and have one code base, say in IRIS.

For example, you can see that approach @Eduard Lebedyuk used for RESTForms distribution. There are 2016.1 and 2016.2 release packages which can be installed in 2016.1 and 2016.2+ Caché or Ensemble versions respectfully.

To simplify release building I can recommend ISC.DEV utility which can export a release or patch file(upon git commits) for a given mask of classes.

HTH

Evgeny Shvarov · Oct 17, 2018 go to post

Hi, Robert!

Just want let you know that we finally introduced one (ONE!) button for ObjectScript highlighting.  E.g. your code:

set %ref="obj."_prop,key="" for  set key=$order(@%ref@(key),1,val) quit:key=""  write key,?5,val,!

Can be highlighted like this:

Evgeny Shvarov · Oct 10, 2018 go to post

Hi, Mike!

I believe it’s because HealthShare has different URL for web-apps vs Caché/Ensemble.

Pinging @Nikita.Savchenko7047 for more help.

Evgeny Shvarov · Oct 8, 2018 go to post

Community license is a free license for a limited configuration - up to 8 cores.

Express license is a cloud server license without configuration limitations (but maybe with some other usage limitations, will be announced later) for a fix price of $200 per month or $2,000 per year.

But let's wait for an official announcement and availability in November.

Evgeny Shvarov · Oct 5, 2018 go to post

Hi, Edward!

Here is the post about using Twilio

It’s about phone calls but Twilio provides services for SMS too.

HTH

Evgeny Shvarov · Oct 2, 2018 go to post

Today is the second InterSystem Global Summit KeyNotes day! Don't miss breaking news!

Evgeny Shvarov · Oct 1, 2018 go to post

And one more topic from me: 

InterSystems Open Exchange -  marketplace of Solutions, Tools and Adapters for InterSystems Data Platforms!

The updated the agenda is here and in the topic:

Tuesday 10/02, at Tech Exchange Global Summit 2018!

2 pm Open source approaches to work with Documents @Eduard Lebedyuk, InterSystems

2-15 InterSystems IRIS on Kubernetes by @Dmitry Konnov Maslennikov, 

2-30 Visual Studio Code IDE for InterSystems Data Platforms by @John Murray, GeorgeJames Software

2-45 Static Analysis for ObjectScript with CacheQuality by @Daniel Tamajon, Lite Solutions

3-00 InterSystems Open Exchange by @Evgeny Shvarov, InterSystems

3-15 Q&A Session on Developer Community, Global Masters and Open Exchange

Evgeny Shvarov · Sep 30, 2018 go to post

And, we have another flash talk topic - "Visual Studio Code IDE for InterSystems Data Platforms" from @John Murray!

So many exciting topics! Looking forward! 

Evgeny Shvarov · Sep 27, 2018 go to post

Nice!

USER>s rc=p.AddItem("TestPackage.Test.cls")

Can one use a wildcard in this method to add 1,000+ classes?