Learning Documentation Community Open Exchange Global Masters Certification Partner Directory Ideas Portal
Developer Community
  • Posts
    • InterSystems Official
    • Articles
    • Questions
    • Announcements
    • Discussions
    • Tags
  • Events
    • Tech Article Contest
    • Programming Contest
    • InterSystems Ideas Contest
    • Event Calendar
  • Products
    • InterSystems IRIS
    • InterSystems IRIS for Health
    • HealthShare
    • TrakCare
    • Caché
    • Ensemble
    • InterSystems Analytics (DeepSee)
    • InterSystems Text Analytics (iKnow)
  • Jobs
    • Job Opportunity
    • Job Wanted
  • Members
  • About
    • About Us
    • FAQ
    • Feedback
    • Report an Issue
    • Share an Idea
    • Code of Conduct
    • Contact Us

EN

Search by posts, members, tags
Language
EN|
ESPTJPCNFREN
New post
  • Profile page
  • Posts (574)
  • Replies (3,143)
  • Mentions (562)
  • Official certification & Credly badges (4)
  • Global Masters badges (15)
  • Followers (62)
  • Following (38)
AllAccepted answers
    go to post
Evgeny Shvarov · Jun 18, 2017

You can use $System.OBJ.Export() for it.

For every project where I need it I have a project cheatsheet file, where I have:

s list="MyPackage*.INC,MyPackage*.CLS,Folder*.DFI"
D $System.OBJ.Export(list,"release"_$tr($zd($h,3),"-","")_".xml")

So when I need to export the whole project into importable xml file I call these two lines in terminal.

1 1 https://community.intersystems.com/post/how-export-whole-project?page=126#comment-95386
    go to post
Evgeny Shvarov · Jun 16, 2017

We can change the email in Global Masters to make it compatible with DC to let us count points in GM for your DC contributions. Would it work?

0 0 https://community.intersystems.com/post/change-login?page=126#comment-29041
    go to post
Evgeny Shvarov · Jun 15, 2017

Sure. Also Caché Terminal doesn't work over SSH (AFAIK)

0 0 https://community.intersystems.com/post/webterminal-over-telnet-possible-should-it-born-v5-open-discussion?page=126#comment-28966
    go to post
Evgeny Shvarov · Jun 15, 2017

Caché Terminal is only for Windows.

0 0 https://community.intersystems.com/post/webterminal-over-telnet-possible-should-it-born-v5-open-discussion?page=126#comment-28956
    go to post
Evgeny Shvarov · Jun 15, 2017

At least you can have the benefits of Caché Web terminal itself: 

Code completion (methods, classes, properties, etc), code highlighting, nice SQL shell, endless history, etc.

1 0 https://community.intersystems.com/post/webterminal-over-telnet-possible-should-it-born-v5-open-discussion?page=126#comment-28951
    go to post
Evgeny Shvarov · Jun 15, 2017

I think it would be a great thing. 

So in case you have open ssh port, you would be able to work in a handy, good looking, fool functional terminal with class code completion, code highlighting and SQL shell.

Definitely, makes sense to me. 

0 0 https://community.intersystems.com/post/webterminal-over-telnet-possible-should-it-born-v5-open-discussion?page=126#comment-28921
    go to post
Evgeny Shvarov · Jun 14, 2017

Hi, Francisco!

I'm not sure we can modify the email.

But you can register as a new member with another email. Would it work for you?

0 0 https://community.intersystems.com/post/change-login?page=126#comment-95216
    go to post
Evgeny Shvarov · Jun 14, 2017

Iterating over indexed value can be very helpful. 

We have IndexOpen and IndexExists autogenerated methods (article on autogenerated methods) for persistent classes. I'm using these very handy methods a lot.

It would be great if somebody introduce Next/Prev autogenerated methods too e.g. via some NavigationAdapter class to derive from.

0 0 https://community.intersystems.com/post/cach%C3%A9-sql-essential-cach%C3%A9-objects?page=126#comment-28816
    go to post
Evgeny Shvarov · Jun 14, 2017

Hi, Josef!

You are invited!

0 0 https://community.intersystems.com/post/join-intersystems-global-masters-gamification-platform?page=126#comment-28806
    go to post
Evgeny Shvarov · Jun 10, 2017

HI, Mike!

You don't have to. DC Telegram Channel is introduced for those who loves Telegram  mobile app as a way to communicate.

It is yet another channel to deliver DC content which is already posted on DC or DC YouTube.

But, we plan to introduce DC bot which can be interesting and unique for DC Telegram Channel.

0 0 https://community.intersystems.com/post/meet-intersystems-developer-community-telegram?page=126#comment-28591
    go to post
Evgeny Shvarov · Jun 9, 2017

Thanks, Vitaly!

That looks exactly like what I want. I'll give it a try. Except with not very clear magic with SQLStorage. 

Is there any way to "generate" compatible storage? And why SQLStorage? Why not default CachéStorage, but copy-pasted from Class A?

0 0 https://community.intersystems.com/post/cach%C3%A9-classes-how-make-view-class-manage-property-level-security?page=126#comment-28516
    go to post
Evgeny Shvarov · Jun 9, 2017

VIews work for SQL access. I really need a kind of view, but for classes paradigm: so I could have access to Class B property P2 with Caché object access.

0 0 https://community.intersystems.com/post/cach%C3%A9-classes-how-make-view-class-manage-property-level-security?page=126#comment-28511
    go to post
Evgeny Shvarov · Jun 7, 2017

Hi, Sean!

Check Cache-udl tool by [@Oleg Dmitrovich]. It does UDL import/export nicely in following manner:

path/cls/package/class

path/mac/package/routine

path/inc/package/include

path/DFI/Folder/dashboard

1 0 https://community.intersystems.com/post/cogsjsonclass-10?page=126#comment-28431
    go to post
Evgeny Shvarov · Jun 7, 2017

This question is solved.

0 0 https://community.intersystems.com/post/zen-tablepane-always-selects-bottom-row-why?page=126#comment-94966
    go to post
Evgeny Shvarov · Jun 7, 2017

When can we expect the Atelier 1.1 release?

0 0 https://community.intersystems.com/post/atelier-11-roadmap?page=126#comment-28381
    go to post
Evgeny Shvarov · Jun 5, 2017

Hi, Charles!

You are invited!

0 0 https://community.intersystems.com/post/join-intersystems-global-masters-gamification-platform?page=126#comment-28261
    go to post
Evgeny Shvarov · Jun 5, 2017

Hi, Ed! Thank you! We'll try to fix the problem.

0 0 https://community.intersystems.com/post/lets-write-angular-1x-app-cach%C3%A9-rest-backend-part-9?page=126#comment-28256
    go to post
Evgeny Shvarov · May 31, 2017

When I've seen "ORM javascript" in the feature list I remembered yet another very interesting approach which is in fact the result of Hachathon took place in  Moscow two years ago: CNDO (Caché Node Data Object), project made by [@Nikita.Savchenko], Anton Gnibeda and [@Irene.Mikhaylova].

0 0 https://community.intersystems.com/post/cogs-library?page=126#comment-27941
    go to post
Evgeny Shvarov · May 31, 2017

Thanks! The issue is filed and it would be fixed.

0 0 https://community.intersystems.com/post/broken-font-back?page=126#comment-94706
    go to post
Evgeny Shvarov · May 31, 2017

Inviting @Rob Tweed to conversation

1 0 https://community.intersystems.com/post/globals-are-magic-swords-managing-data-part-1?page=126#comment-27871
  • first
  • ‹ previous
  • …
  • 125
  • 126
  • 127
  • 128
  • 129
  • …
  • next ›
  • last
Evgeny Shvarov
@Evgeny.Shvarov
Senior Startups and Community Programs Manager at InterSystems Corporation
TEAM
Follow
Open Exchange profile

User statistics

Posts
574
Replies
3.1K
Likes
2K
Applications
54
Badges
15
Followers
62
People reached
334.2K
Accepted answers
230
  • Privacy & Terms
  • Guarantee
  • Section 508
  • Contest Terms
  • Cookies Settings
© 2025 InterSystems Corporation, Cambridge, MA. All rights reserved.

Log in or sign up

Log in or create a new account to continue

Log inSign up

Log in or sign up

Log in or create a new account to continue

Log inSign up

Log in or sign up

Log in or create a new account to continue

Log inSign up

Log in or sign up

Log in or create a new account to continue

Log inSign up