Question Evgeny Shvarov · Aug 7, 2017 %Status vs Other Return Values in Caché ObjectScript Methods Hi, folks!There is an interesting discussion in the neighboring topic which raises a question for me: is there any reason to have %Status as a return value for COS method? #Object Data Model #ObjectScript #Caché 1 16 0 2.8K
Announcement Evgeny Shvarov · Aug 7, 2017 New tags introduced: Containerization, Docker, Microservices Hi, Community!Due to increasing number of new questions and articles regarding containerization, docker, microservices we've introduced certain tags. Subscribe and use it in your postings.If you have any ideas for new tags to be introduced, please add your ideas in comments. #DC Feedback 1 0 0 183
Announcement Evgeny Shvarov · Aug 2, 2017 InterSystems Developer Meetup: Who are the Presenters? Hi, Community! You know we would have a meetup in Boston on the 8th of July August with the following agenda: Time Topic Presenter 5-30pm Registration and welcome coffee #Events #Meetup #Other 2 6 0 445
Announcement Evgeny Shvarov · Aug 1, 2017 InterSystems Articles and Questions Digest, July 2017 Hi, Community!This post is a digest of the Developer Community postings in July 2017.Most viewedMonCaché - Caché as MongoDB 236Developer Community Meetup in Cambridge 197Need variable number of query parameters in dynamic query 190how to release memory for process? 180 #Digest #Developer Community Official 0 0 0 258
Question Evgeny Shvarov · Jul 31, 2017 How to programmatically obtain the URL for CSP application on a given server? Hi, folks!Suppose I have a CSP app, which provides some service.And the code of my App knows the name of the CSP App in form: /myappnameHow can I programmatically obtain the URL for CSP apps to send the full qualified link to the users(e.g. via email) of my app?E.g. https://productionserver.com/myappname #ObjectScript #CSP #Caché 1 6 0 555
Announcement Evgeny Shvarov · Jul 24, 2017 Come to the 1st InterSystems Community Meetup in Cambridge! Hi, Community! Recently we announced Developer Community Meetup in Cambridge, MA. Let me describe what is it. Meetup it's a one evening event where you can enjoy some sessions by presenters (today InterSystems engineers, tomorrow you can be a presenter) and chat with local developers and InterSystems developers, engineers and product managers (depends on who is in town) and discuss your problems, experience, and success with InterSystems technologies. #Events #Meetup #Other 1 0 0 301
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 310
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 718
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 488
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 #Summit 2 3 0 469
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 330
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 #Summit 4 1 0 525
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 360
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 301
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.3K
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 568
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 483
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 776
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 #Summit 0 1 0 316
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 326