Learning
Documentation
Community
Open Exchange
Ideas Portal
Global Masters
Certification
Partner Directory
Startup Hub
Developer Community
Ask DC AI
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
Ask AI
Language
EN
|
ES
PT
JP
CN
FR
EN
Search
All
Top posts
Latest posts
Tags
Type of post
Announcement
Article
Question
Discussion
Search by user posts
Tags
Caché
Developer Community Official
Documentation
Ensemble
Global Masters
Health Connect
HealthShare
InterSystems Data Studio
InterSystems Ideas Portal
InterSystems IntelliCare
InterSystems IRIS
InterSystems IRIS BI (DeepSee)
InterSystems IRIS for Health
InterSystems Kubernetes Operator (IKO)
InterSystems Natural Language Processing (NLP, iKnow)
InterSystems Official
InterSystems Reports (Logi)
IRIS contest
Job Opportunity
Job Wanted
Learning Portal
Open Exchange
Other
Partner Directory
Resource Library
Summit
Supply Chain Orchestrator
TrakCare
.NET
Access control
Adaptive Analytics
Alerts
Analytics
Analyzer
Angular
Angular2
API
Apple macOS
Application Server
Artificial Intelligence (AI)
Authentication
AWS
Azure
Backup
Beginner
Best Practices
Big Data
Business Operation
Business Process (BPL)
Business Rules
Business Service
C++
Callout
CaretDev
CCR
Certification
Change Management
ChatGPT
Cloud
Code Golf
Code Snippet
Coding Guidelines
Columnar Storage
Compatibility
Compiler
Containerization
Contest
Continuous Delivery
Continuous Integration
Convergent Analytics
CSP
CSS
CSV
Cubes
Dashboards
Databases
Database Transaction Processing
Data Import and Export
Data Model
DC Feedback
Debugging
Deployment
Developer Community FAQ
Development Environment
DevOps
Digest
Distributed Data Management
Docker
Document Data Model (NoSQL)
DTL
Early Access Program (EAP)
Eclipse
ECP
Embedded Git
Embedded Python
Encryption
Enterprise Message Bank
Error Handling
Events
Failover
FHIR
Field Tests
Framework
Frontend
FTP
Generative AI (GenAI)
George James Software
Git
GitHub
Globals
Global Summit 2016
Global Summit 2017
Global Summit 2018
Global Summit 2019
Global Summit 2022
Global Summit 2023
Global Summit 2024
Google Cloud Platform (GCP)
Graph
High Availability
HL7
HTML
iFind
Indexing
Innovatium
IntegratedML
integration-required
Interoperability
InterSystems API Manager (IAM)
InterSystems Business Solutions and Architectures
InterSystems Demo Games
InterSystems Package Manager (IPM)
IoT
isNewTech
ITvisors
J2 Interactive
Java
JavaScript
JDBC
Journaling
JSON
Key Question
Key Value
Kubernetes
Languages
Large Language Model (LLM)
LDAP
LEAD North, LLC
Listings
Localization
Machine Learning (ML)
Management Portal
Mapping
MDX
Meetup
Message Search
Microservices
Microsoft Windows
Microsoft Windows Server
Mirroring
Monitoring
Multi-model
MultiValue Basic
Namespace
Natural Language Processing
Node.js
OAuth2
Object Data Model
ObjectScript
ODBC
Open Source
OpenVMS
Perforce
Performance
PID^TOO||
Platforms
Podcast
Prompt Engineering
Python
React
READY 2025
Red Hat Enterprise Linux (RHEL)
Relational Tables
Release
REST API
Security
Sharding
SOAP
Source Control
SQL
SSL
Startup
Studio
SVN
Swagger
System Administration
System Alerting and Monitoring (SAM)
Terminal
Testing
Tips & Tricks
Tools
Tutorial
Ubuntu
UI Development
UIMA
Unstructured Data
Vector Search
Video
Virtual Summit 2020
Virtual Summit 2021
Visualization
VSCode
Vue.js
Web Gateway
Webinar
XML
ZEN
Apply
Clear filter
Question
Soufiane Amroun
· Nov 10, 2017
Oauth2 validate method
thank's You should be able to create a new class in whatever database you're doing this in, no
parent
class needed.Within that class define a ValidateUser class method as above.
Question
Sarvan Ibishov
· Jan 29, 2018
*Chapters,Test.Book
Inverse = bookid ]; } Class Test.Chapter Extends %Persistent { Property Name As %String; Property Page As %Integer; Relationship bookid As Test.Book [ Cardinality =
parent
Question
John Hotalen
· Jun 7, 2019
Issue with shortcuts on ZEN Page with PDF document
. - Then you need to monitor the PDF iframe, and once it is loaded, change the focus to the tablepane in the
parent
page. iframe.attachEvent("onload", function(){ }) is the way to do
Question
Token Ibragimov
· Jun 28, 2019
Send soap request
ELEMENT"Each item in the collection is projected as an element, without being wrapped in the
parent
property.
Question
Andrew Neilson
· Jan 8, 2020
Object Script equivalent to Studio "Find in Files"
each business rule class you can find the %Dictionary.XDataDefinition for the RuleDefinition XData block with a query like this: select ID from %Dictionary.XDataDefinition where
parent
Question
Yone Moreno
· Oct 17, 2023
Converting HL7 Message to Ens.Request: Best Practices
="http://extension-functions.intersystems.com"> <EventDescription>ORM_O01</EventDescription> <SendingFacility>12010410</SendingFacility> <
Patient
Article
Sergey Kamenev
· May 11, 2020
Entity-attribute-value model in relational databases. Should globals be emulated on tables? Part 1.
$row['
parent
']) $idRoot = $row ['id']; else $aTree [$row['
parent
']] ['sub'] [] = $row['id']; } In the future, we can simply draw the tree if we start from the root
Question
Timothy Leavitt
· Sep 12, 2023
Scoping OID / OREF map
Note that even if deep=0 when you clone a
parent
object in a
parent
child relationship or a one object of a one to many relationship then it will construct clones of all the child/many
Question
Mohamed Haneeq
· Sep 10, 2020
Requiring Information on CACHE and IRIS.
Well, answering to your question, Cache and IRIS are
indeed
the same but IRIS happens to be a better version of Cache.
Discussion
Jeffrey Drumm
· Jun 13, 2024
$ZTRAP vs Try/Throw/Catch
another stack level and it doesn't need extra indentation, it's just some code that you hope will never be executed, it isn't part of the main logic.Try-Catch can be very useful for
indeed
Article
Dmitry Maslennikov
· Apr 8, 2022
A new way to browse globals
Once it builds successfully it
indeed
goes with a random available port. But this is done intentionally to not force you to stop other docker images if they own the port.
Question
Scott Roth
· Jun 11
Base64Encode adding to SOAP Request
set CBORDRequest.encodedMessage = $Get(a)Why using $Get for a variable that is
indeed
/for sure defined?
Question
Fabio Goncalves
· Apr 29, 2016
%Library.GlobalCharacterStream deprecated
Unfortunately we don't know :( A quick test suggests that data migration is
indeed
required after changing the type of a property from %GlobalCharacterStream to %Stream.GlobalCharacter
Question
Kevin Furze
· May 23, 2016
nested json output using %Object's and %Array's (v2016.1)
capabilities, started with this method.the answers comments clearly show there are many ways to write the same thing.Stefan: I prefer legibility over brevity. and your solution does
indeed
Question
Murillo Braga
· Jan 26, 2017
Issue with encoding (special character) - Business service
</P> ... ]]></Value>Where you see the question mark, it is
indeed
the place the weird character is supposed to be.By opening the file with Notepad++ and checking the
first
previous
…
130
131
132
133
134
…
next
last
Log in or sign up
Log in or create a new account to continue
Log in
Sign up
Log in or sign up
Log in or create a new account to continue
Log in
Sign up
Log in or sign up
Log in or create a new account to continue
Log in
Sign up
Log in or sign up
Log in or create a new account to continue
Log in
Sign up