go to post Evgeny Shvarov · Nov 30, 2017 This is similar documentation for mapping Routines. And one note: if you map routines, put the routine name without extension. E.g. if you want to map MyMacro.inc from USER to %ALL run the following in %SYS namespace: %SYS>s props("Database")="USER",sc=##Class(Config.MapRoutines).Create("%ALL","MyMacro",.props)
go to post Evgeny Shvarov · Nov 30, 2017 Nevermind, everything works fine!Just to be clear: your line of code shows how to create the mapping of PackageA in Database SAMPLES to Namespace USER.
go to post Evgeny Shvarov · Nov 30, 2017 Thanks, Dmitry!Though the parameter for a 'namespace-to-map' with a name "Database" looks weird.
go to post Evgeny Shvarov · Nov 27, 2017 Interesting about MANAGEDEXTENT. I'm curious, what are the typical use cases, when MANAGEDEXTENT can be helpful?
go to post Evgeny Shvarov · Nov 27, 2017 Interesting. Never knew about MANAGEDEXTENT parameter, mentioned by @Robert.Cemper. And yes, backup your globals. But in your case, @Nikita.Savchenko, I would go with the following. Consider you have class A and rename it to class B. 1 - is yours. 1a. When duplicating be SURE, that you take class storage definition from A, not generate it because of compile. Change places with global A to global B in storage definition and compile class B. It's MANDATORY to take class A storage def to B class definition and compile after that and not use generated storage definition in class B. 2. Merge data globals from class A to class B. E.g. USER> m ^BD=^AD 3-4 - yours. 5. Load new scripts and make global merges and test. 6. Is yours.
go to post Evgeny Shvarov · Nov 24, 2017 Hi, Guilherme!You are invited!Also you are able to join with your WRC account, as it is shown here.Welcome to the club!
go to post Evgeny Shvarov · Nov 24, 2017 Happy Black Friday!Check our new rewards and enjoy doubled points for Black Friday challenges!
go to post Evgeny Shvarov · Nov 21, 2017 Thanks, John, Jeff. It's a bug. We have this behaviour but only for Groups. But it seems it works for Tags as well.
go to post Evgeny Shvarov · Nov 20, 2017 Hi, Mike! Will do, but have you tried with WRC via this entrance?Click on it and you'll be redirected to InterSystems Login
go to post Evgeny Shvarov · Nov 16, 2017 Thanks, Konstantin!And here is the link to the demo.Do you want to add an option to share the search? E.g. introduce some share results button in UI which would provide an URL with added search option in URL? It would be very handy if you want to share search results with a colleague.
go to post Evgeny Shvarov · Nov 16, 2017 Thanks, Sergey!> What did you use for screen capture to GIFs?Google it and you'll get thousands. It's a really number of it. I'm using LICEcap.
go to post Evgeny Shvarov · Nov 15, 2017 Hi, Kevin!There is a good article by @Vitaliy.Serdtsev related to the topic (Russian to English translation).
go to post Evgeny Shvarov · Nov 14, 2017 Thanks, Danny!Actually, I raised already similar discussion but I still prefer object callbacks because of better code readability.BTW, if I have both unified Trigger and OnBeforSave callback would they fire both?And why don't we have unified ObjectScript callbacks?
go to post Evgeny Shvarov · Nov 14, 2017 Thanks for raising that, Udo! Sure it is helpful for a lot of people. And here is the full list of tags.