go to post Ben Spead · May 6, 2022 Check out %Dictionary.CompiledClass: https://docs.intersystems.com/irislatest/csp/documatic/%25CSP.Documatic.... This is probably a good starting point for what you are looking to do. Also, other tables in the %Dictionary package may be useful to you as well.
go to post Ben Spead · May 5, 2022 avoid loading anything into %SYS unless it is a class / routine that starts with a "z" ... everything else will be overwritten when you upgrade InterSystems IRIS. If you ever want to class to be available to all namespaces, you can call it %z<some name> and load it into %SYS and then you can call it from all namespaces and it should survive an upgrade. Let us know if you got it working!
go to post Ben Spead · May 5, 2022 if you import this class into IRIS you will then be able to run the methods. Look up the docs for $system.OBJ.Load() .. you will load and compile the class and the. you can call the methods like this: Do ##class(User.Ready.ConvertCSV).ConvertN() (I assume you cut out the actual logic of the methods when you pastes it above as what you pasted is incomplete)
go to post Ben Spead · May 4, 2022 This is a great opportunity for people to prep for Professional Certification as a CCR Technical Implementation Specialist!!
go to post Ben Spead · May 4, 2022 cool! we're always happy to talk about how we streamline things so prevent manual tasks amd crises for our developers and maximize their actual time writing clean and effective code :)
go to post Ben Spead · May 4, 2022 thanks @Matthew Giesmann for getting this pushed through!! For any non beta CCR users, we'd love to hear your feedback on these pages
go to post Ben Spead · May 3, 2022 Okay - we'd be happy to discuss the progression and tools we use to do this within AppServices! Stop by the table and we can dig into as much as you'd like to know :)
go to post Ben Spead · May 3, 2022 love it!! I have previously said that I believe the most useful benefit of python for IRIS would be opening the gateway to python based libraries which do cool things. this is an awesome example of that concept!!
go to post Ben Spead · May 3, 2022 Yuri ... can you be more specific please? that is a pretty broad topic which can mean a lot of different things to different people. What specifically would you be interested in discussing?
go to post Ben Spead · May 3, 2022 Thanks Robert! Are you referring to how we use CCR for global dev collaboration and deployment? or do you have something else in mind when you say you experienced it?
go to post Ben Spead · May 3, 2022 (CC: @Timothy Leavitt , @Pravin Barton , @Matthew Giesmann , @Sarmishta Velury , @Harry Huang )
go to post Ben Spead · May 3, 2022 Server-side projects are a great enhancement!! Thank you @Raj Singh :)
go to post Ben Spead · May 2, 2022 @Robert Cemper - thank you very much for this time investment in making the community better!!!
go to post Ben Spead · Apr 28, 2022 Great job to all of the contributors!!! Thank you for making the Community better :)
go to post Ben Spead · Apr 25, 2022 Great to know about!! Thank you for your work to make this happen :) (this ties into recent discussions I had about cloud initiatives with browser-based IDEs).