Evgeny Shvarov · Jul 1, 2019 go to post

Hi Masilu! Could you please submit a new question with the description of the problem?

Evgeny Shvarov · Jun 29, 2019 go to post

Actually didn't get what the below method does. 

Method PropertySetObjectId(id)

Do you have an example?

Evgeny Shvarov · Jun 29, 2019 go to post

Interesting.

SQLComputed property stores the calculated data on disk by default so GetStored works in this case.

And doesn't store if Calculated or Transient flags are defined for the property and GetStored throws an error.

Evgeny Shvarov · Jun 29, 2019 go to post

Marked this approach as a preferred for Object access if the property is not Calculated and not Transient.

Evgeny Shvarov · Jun 29, 2019 go to post

Do we have two types of getters?

I mean the one which you code a method like Class.PropertyGet()

Evgeny Shvarov · Jun 29, 2019 go to post

Thanks, Danny!

good point on slow opening an instance with 100 properties and maybe lot more got swizzled.

Evgeny Shvarov · Jun 29, 2019 go to post

Maybe getters could be considered as bad practice in general cause its not called with get stored and not called via  SQL

Evgeny Shvarov · Jun 29, 2019 go to post

Thanks, Ed! This is nice!

But this will approach will not execute getter method if any, right?

Evgeny Shvarov · Jun 19, 2019 go to post

Thanks, Anastasia!

Very helpful! 

I believe we also have a series upon the number of accepted answers, like 10,25,50,100 accepted answers. Do we?

Evgeny Shvarov · Jun 19, 2019 go to post

Raising this again.

Suppose I changed how dimension A works. 

How do I sure that none of the pivots were broken because of the change?

Yes, I can manually run all the pivots I have. But maybe somebody did a class for that?

Evgeny Shvarov · Jun 17, 2019 go to post

Hi Jimmy!

401 means that Authenticated user is not authorized to reach the server.

To prove the fact you could grant the application a %ALL role (the second tab) and this should work then.

Evgeny Shvarov · Jun 11, 2019 go to post

You are welcome, Nikita! This was pretty random but must admit that WebTerminal is a really popular app. And looking forward to seeing the commit to make the repo considered as InterSystems ObjectScript application ;)

Evgeny Shvarov · Jun 6, 2019 go to post

I'd go with one namespace for one project approach. It's much more manageable in the long term.

Take a look at this video where I show the example of starting new ObjectScript project with Github, VSCode, and Docker, and which has an installer for a new namespace.

Evgeny Shvarov · Jun 5, 2019 go to post

Good point, John!

Could be a good feature request. But do you want to add an extra option for “Results are hidden until you vote?”

And I think results are visible for everyone when the voting period is over, right?