Ben Spead · Aug 20, 2025 go to post

its been a pleasure working with you and learning from you all of these John!!

Ben Spead · Aug 4, 2025 go to post

got it -  I reached out to the Docs team to better understand why the button isn't there

Ben Spead · Aug 4, 2025 go to post

I completely agree!  Doc offers a direct channel to them for feedback, and they are very responsive to that.

Every documentation page has a Feedback button on the right, which will capture the page from which the feedback originates, making it even faster for the Docs team to know where a tweak is needed:

Ben Spead · Aug 1, 2025 go to post

@Vachan C Rannore - 

The DC answer is right. You may log in at login.intersystems.com and go to Options > Change Email.

You will need to input a code to verify your new email and a notification gets sent to the old email.

(credit for answer @Pravin Barton )

Ben Spead · Aug 1, 2025 go to post

excellent work!!  thank you for the time you took to put this together 

Ben Spead · Jul 11, 2025 go to post

This is coming from the Source Control class set up in this Namespace.  If you search for "Source Control" in the SMP, and look at the settings for that Namespace you will see that a class is selected.  Change to None if you don't wish to have Serverside (embedded) Source Control active.  If you do wish to use embedded source control, then you will need to provided item type mappings in the ^Sources global in order for it to work (at least to allow the one you currently have active to work - different hooks work differently in terms of configuration)

Ben Spead · Jul 2, 2025 go to post

excellent article!  thank you for taking the time to compose and share!

Ben Spead · Jun 26, 2025 go to post

I really like that idea, having them close together is extremely helpful. We always use the created and updated properties as well, with %OnAddToSaveSet() triggers for both

Ben Spead · Jun 21, 2025 go to post

Ben Spead

I am originally from NH, but have lived in Lancaster, Pennsylvania for the past 21 years.

I am the head of Application Services at InterSystems, where I focus on delighting our prospects, customers and fellow employees with software that saves them time and frustration.

My main areas of focus include enterprise architecture, change control, source control, and process improvement.

I have been attending the InterSystems conference for almost 20 years (DevCon, Global Summit and now READY), and I look forward to connecting with many of you this coming week in Orlando.  Make sure to check out my session on how we are pursuing the use of RAG and AI within InterSystems!

Fun Fact or Hobbies – I love doing outside activities ... hiking, camping, swimming and exploring historical and natural wonders (I am currently writing this from an overnight camping trip with my son).  I am an Eagle Scout, as are my two oldest sons and my third son is well on his way!

Ben Spead · Jun 4, 2025 go to post

So the question ultimately is - is the AI Bot a member of Global Masters and can it get a pair of socks with the points it earns providing correct responses?  ;) 

Ben Spead · May 30, 2025 go to post

Really great article!  Awesome to see how different platforms can be source controlled for better change control

Ben Spead · Apr 17, 2025 go to post

@Evgeny Shvarov - see Tim's comment that prototyping is an exception to Rule #3.  But prototype code as a rule should never go into production :)

Ben Spead · Apr 8, 2025 go to post

@Alex Efa   - I recommend that you take a look at using the Embedded Git open source package, which makes the power of Git available from within an IRIS instance (rather than using it client side which has shortcomings when it comes to things controlled in the SMP like Interop).  

This article may be of interest: https://community.intersystems.com/post/new-and-upcoming-embedded-git-f…

Here is a helpful branching discussion on options for Embedded Git in our Health Connect Cloud product (the concepts would apply to any application of Embedded Git): https://github.com/intersystems/git-source-control/blob/main/docs/hcc.md.  You will see that it is quite common for developers to work in their own Namespaces on feature branches and then merge them in.  But this is only one of many models.

@Timothy Leavitt, @Pravin Barton  and @Nick Petrocelli can answer specific questions that you may have.