Announcement Evgeny Shvarov · Jul 23, 2017 Community Members' Analytics Hi, Community!We introduced the new dashboard which shows the stats on members' articles, questions, and answers.Hope it would help you to find the authors you would like to follow and find interesting posts you could miss. #Analytics #Developer Community Official 3 0 0 289
Announcement Evgeny Shvarov · Jul 19, 2017 Developers Meetup 8th of August Hi, Community! I'm pleased to invite you to InterSystems Community Meetup we would have in Cambridge on 8th of August. #Events #Meetup #Other 1 9 0 675
Question Evgeny Shvarov · Jul 9, 2017 How to Get the Source Code of a Class on Remote Server? Hi, folks!I need to get the source code of a class installed on a remote server. I have no Studio or Atelier access to it but I can manage REST and Web terminal access.What is the easiest way for me to make it? #Debugging #Development Environment #Object Data Model #Terminal #Caché 0 4 0 427
Announcement Evgeny Shvarov · Jul 5, 2017 Get your Global Summit Registration with $200 or $300 off! Hi, Community!We've just introduced 2 new rewards for members of the Global Masters - $200 (3,000 points) and $300 (5,000 points) discounts for Global Summit 2017.Limit one Global Masters discount code per member. Code is non-transferable. #Global Summit 2017 #Global Masters #Global Summit 2 3 0 435
Announcement Evgeny Shvarov · Jul 1, 2017 Developer Community June 2017 Digest Hi, Community!This post is a digest of the Developer Community postings in June 2017.Most viewedOutput 9876543210 without using numbers 314Atelier 1.1 Roadmap 313Is Caché SQL essential to Caché Objects? 227Virtualizing large databases - VMware CPU capacity planning 223 #Digest #Developer Community Official 0 0 0 314
Announcement Evgeny Shvarov · Jun 30, 2017 Get Your Free Registration on InterSystems Global Summit 2017! Hi, Community!Hope you have already put in your schedule the visit to InterSystems Global Summit 2017 which will take place on 10-13 of September in remarkable JW Marriott Desert Springs Resort and Spa.This year we have Experience Lab, The Unconference, and 50 more other sessions, regarding performance, cloud, scalability, FHIR, high availability and other solutions and best practices. #Global Summit 2017 #Global Masters #Global Summit 4 1 0 502
Announcement Evgeny Shvarov · Jun 26, 2017 Trusted Advisor - New Badge on Global Masters! Hi, Community! A few months ago we introduced votes for postings. #Global Masters 1 0 0 338
Announcement Evgeny Shvarov · Jun 21, 2017 June 2017 DC Release: better notifications, permalinks, bug fixes Hi, Community!Today we deployed new DC release which delivers.Better subscriptionsAll subscription settings now placed in one page, unified and simplified. You can subscribe to Posts, Tags, Groups and Members and you can view it all, or filter by category on one page. #Release #Developer Community Official 2 2 0 269
Question Evgeny Shvarov · Jun 20, 2017 InterSystems Caché Project Files and Folders Hi, Community! How do you store the source files of your Caché project? What is the directories structure? What are the benefits? I prefer the following structure: /cls/package/subpackage/class.cls /mac/package/routine.mac /int/package/routine.int /inc/macro.inc /dfi/folder/sample.pivot.dfi Example Benefits: folders are packages. easy to understand what type of sources are in the project. What is your approach? #Change Management #Caché 2 4 1 1.2K
Announcement Evgeny Shvarov · Jun 15, 2017 Meet John Murray, InterSystems Developer Community Moderator Hi, Community!I'm pleased to introduce John Murray as a new Developer Community moderator.John is constantly posting helpful articles and answering questions showing the great knowledge and experience in InterSystems technology.Recently John kindly agreed to become InterSystems Developer Community moderator and joined InterSystems moderators team! #Developer Community Official 10 8 0 528
Announcement Evgeny Shvarov · Jun 9, 2017 Meet InterSystems Developer Community Telegram! Hi, Community!We are introducing Telegram Channel for Developer Community most interesting articles, discussions, events and announcements! If you already use this messenger, join the DC Channel so you can easily follow what's new on Developer Community.See how it looks:Join! #Developer Community Official 1 2 0 445
Question Evgeny Shvarov · Jun 9, 2017 Caché Classes: How to Make a View on a Class to Manage Property Level Security? Hi, Community!Suppose I have class A with properties P1 and P2.I want to introduce class B, which would have same records as Class A, but only one property - P2.What is the easiest way to manage it assuming that I would like to use Class A to add records and be available for any operations to Users with Role A.And I would like to introduce class B for Users with role B for read-only access. Preferably they shouldn't even be aware of Class A and P1 existence .What is the easiest way to introduce it and manage it? #Data Model #Object Data Model #Security #Caché 0 10 0 713
Announcement Evgeny Shvarov · Jun 1, 2017 Developer Video of the Week: Human Decision as a Part of Workflow Hi, Community!Please find the Developer Community video of the week: Human Decision as a Part of Workflow.This video is a session from Global Summit 2016 which describes:The needs of human decision in workflowHuman workflow and InterSystems EnsembleEnsemble Workflow APIEnjoy and stay tuned with Developer Community YouTube Channel. #Video #Ensemble #Global Summit 0 1 0 286
Announcement Evgeny Shvarov · Jun 1, 2017 Developer Community May 2017 Digest Hi, Community!This post is a digest of the Developer Community postings in May 2017.Most viewedHacking into Caché 302Cogs Library 191Building a QEWD / Node.js / Cache REST Back-end 190The COS Faker 173Security Alerts 168 #Digest #Developer Community Official 0 0 0 312
Question Evgeny Shvarov · May 29, 2017 Globals vs Locals: What Is Faster? Hi, colleagues!Consider you need to put some (less than 1GB) data to an indexed array and do some data manipulations and calculations with it.Should I prefer global or local for it?Is there any general rule when local is faster than global and vice-versa? #Globals #Performance #Caché 4 5 0 1.4K
Announcement Evgeny Shvarov · May 26, 2017 New Video: Mirroring - Architecting for Throughput Check the new video on Developer Community YouTube Channel:Mirroring - Architecting for Throughput In this video, learn how to provide high availability (HA) and disaster recovery (DR) in diverse architectures that demand high performance, including replication over long distances.Enjoy! #High Availability #Mirroring #Video #Caché 0 0 0 275
Question Evgeny Shvarov · May 26, 2017 What Is the Best Object Callback for Insert Operations: %OnBeforSave(), %OnAddToSaveSet(), %OnAfterSave() Hi!I'm saving object instance using RestForms.RESTFormsUI calls %Save() for me, which is great. But I want to set the property CreationDate with the current date for every new record being inserted.So object callback implementation seems as a reasonable option. I did the following: #Code Snippet #Object Data Model #ObjectScript #Caché 0 15 0 890
Question Evgeny Shvarov · May 24, 2017 Storage Schema in VCS: to Store Or Not to Store? Hi, colleagues!When you export the Caché ObjectScript code to VCS (Git, SVN, Perforce, etc) do you export the Storage schema for persistent classes? If so, what are the Pro/Contra?Thanks! #Beginner #Change Management #Git #Object Data Model #ObjectScript #Caché 0 20 0 2K
Article Evgeny Shvarov · May 21, 2017 1m read How to Search Developer Community Better Hi, Community!We have a lot of good articles posted on Community to the date. Even more questions with great answers (see the stats). Thank you for your contribution!So sometimes it worth to use search to find an answer or the best practices or the post you remember was posted but cannot find. #Developer Community Official 4 6 0 437
Question Evgeny Shvarov · May 18, 2017 How to Automatically Test DeepSee Pivots and Dashboards? Hi, colleagues!Suppose you have large set of cubes, pivots and dashboards in your DeepSee solution.Then you change the level, measure or dimension in the cube and is there any way to test that your new input didn't break current pivots, dashboards, etc?How to test this?How do you test your DeepSee solutions? #Change Management #InterSystems IRIS BI (DeepSee) #Testing 2 4 0 364