Thanks for sharing! Keep up the good work
- Log in to post comments
Thanks for sharing! Keep up the good work
Thanks for spotting this, @Esther Sanchez - the documentation for the 2021.2 version is probably not available anymore. I edited the link to lead to the latest version.
We've updated the tutorial on how to add videos to your posts with the new way to do it thanks to the new functionality introduced with the release here.
Just click a button Youtube
.png)
and fill in the form
.png)
Hey Community,
The recording of this webinar is already available on DC YouTube:
⏯️ Introducing VS Code, and Moving from InterSystems Studio
Enjoy!
Mark all as read is the best thing ever!!!
Love the new filters!
Only InterSystems employees may take part in the surveys?
As far as I know, the slides are available in the descriptions of sessions in Cvent app. Also, in a couple of weeks, the videos from sessions will start to appear on Community and their YouTube channel.
It was really great to meet people in person during Global Summit!
You're very welcome! It was as mindblowing as it was tiring 😁
Thank you @Robert Cemper, it is a shame you couldn't come to Hollywood.
Video added: Query as %Query or Query based on ObjectScript
My heartfelt congratulation to all the contributors! Especially to the French ones 😘 You guys rock!
Check your application's roles. I had to add %DB_USER to mine for it to work. But it's not a production service so it doesn't matter
.png)
Since you're using IRIS 2022.2 I would really suggest you use %DynamicObject:
https://docs.intersystems.com/iris20222/csp/docbook/Doc.View.cls?KEY=GJ…
set dynObject1 = ##class(%DynamicObject).%New()
set dynObject1.dynamicLinkInfo = ##class(%DynamicObject).%New()
set dynObject1.dynamicLinkInfo.domainUriPrefix = "link.example.com"set dynObject1.dynamicLinkInfo.link = "https://www.examplelink.com"set dynObject1.suffix = = ##class(%DynamicObject).%New()
set dynObject1.suffix.option = "SHORT"Well, if we're doing the regional community recaps as well, here is mine:
.png)
Linguistic expert, though intrepid newsmaker is not far behind ![]()
Really looking forward to the Hacking Health Camp this year!
Welcome to the moderators' family!
Happy New Year!
This is why I like Studio, right click and you're good to go :)
As usual, lots of things are going on in the Community!
This is a really awesome improvement!
Have you joined Global Masters already? Can you access any other challenge?
This sounds interesting!
It's high time we delved deeper into this topic!
Thanks for giving us this opportunity to share our ideas!
You have to pass a super difficult test that a lot of people fail ![]()
It's been a bit more than a month since the start of this activity. Visit the original announcement to check out all 16 cool articles we've chosen so far!
For me, it's encountering a tough problem and finally finding a solution. The first part is what I enjoy the least, the second is what I get a kick of :)
Hi guys! Check out the comments under the original announcement to see what articles and activities are up so far!
To follow the activities of "Back to school on FHIR with DC FR" go to the comment of the original announcement!
Now it says that you don't have %Process in your request. Since "request" is the variable that you pass and it has a property "Age" you should probably check whether you specify that your request should contain %Process.