Hi, Tani!
Very good snippet! Would you, please upload the sample to the Github repo?
Thank you in advance!
- Log in to post comments
Hi, Tani!
Very good snippet! Would you, please upload the sample to the Github repo?
Thank you in advance!
Hi, Scott!
You got this message because somebody changed the post.
Two things about that:
First turn off please the Digest mode - it doesn't work properly and sends senseless messages :/
Second: turn off the Update trigger for notifications. The checkboxes should be off as on the screenshot:
After that you'll get reasonable notifications and only for the reasonable causes.
Missed the question from John Murray - now it owns the top of "Most viewed" list.
Patience, Fab! Tomorrow will be the Top 20 articles list ;)
BTW, here is the article for the complimentary UI module for the mentioned here Ensemble Workflow REST API
Off-topic: tried now google who is mister "Roger Kovalev" and found this article on DC in top-10 results :)

Hi, Joel!
Thanks for the nice sample! Would you please upload the code to a Github repo too to let it be forked and pull-requested?
Thanks!
Hi, Mack! Here is the closer link to the chapter in this article, which describes the topic.
And it leads also to another article, which describes how you can manage the global subscripts mapping.
Hi, Mack!
Have you looked into Subscript Level Mapping(SLM) feature?
Ed!
Consider you have another Github repo in which you want to use REST Forms repo. What is the best way to achieve this?
Download and import from latest release on release page 20161.xml (for Caché 2016.1) or 201162.xml (for Caché 2016.2+) into any namespace
If you have 2016.2+ Forms would not be compiled, $-methods should be renamed.
You can do it with the following:
Import and compile in NameSpace classes from SystemMethodsRemover
Run in terminal:

And it works.
Or if you have CacheUpdater installed, import and compile from the Github repo can be reached with this one command:
d ##class(CacheUpdater.Task).Update("intersystems-ru","SystemMethodsRemover")
Thanks! The wheel)
Good point, Mike! Thank you! We'll do soon.
This is fixed now. Topics=Tags
This is fixed.
I don't think we have any timeout there. At least it keeps me logged forever.
Good point, Peter. Maybe we should add "InterSystems Caché" button which will paste two words?
According to my experience if you want to find Caché you should search for "InterSystems Caché".
It is the bug ) Thank you, Timothy!
This is filed.
Hi, Alessandro!
Thank you for the valuable post!
One question: should we consider using %TIMERANGE or %OR instead of AGGREGATE just because of better query performance?
Hi, Derrek!
Take a look at the DeepSee REST API and DeepSeeWeb library which provides you the way to customize js widgets in the way you want or add any 3rd party widgets.
Use $translate?
e.g.
ClassMethod NoAccents(stringWithAccents as %String) as %String
{
w "before: ",stringWithAccents
set accent="Áêã",usual="Aea",!
set val=$translate(stringWithAccents,accent,usual)
w "after: ",val
return val
}Eduard, thanks for the very promising article!
If I decide to use your framework, how can I deploy the library in my solution? What are the best practices for that?
I believe this is fixed now. See the other updates too.
Somebody downvoted this post. Would you please comment, what is wrong? We can make it better, that's why this post is here.
Yes. It's not the optimal tool. Any ideas what editor would be the better option?
Thanks Andreas, that's interesting!
It's getting even more interesting with Web Terminal where is the sql mode enabled:

But "CREATE DATABASE" SQL expression creates only the Namespace and Database, but it doesn't create the default web app and the CSP/Namespace folder in case if you need it too.