go to post Muhammad Waseem · Jan 24 Please check the below documentations: https://docs.intersystems.com/irislatest/csp/documatic/%25CSP.Documatic.... Thanks
go to post Muhammad Waseem · May 19, 2022 Hi @Christina Dykhouse Please read the below documentations :https://docs.intersystems.com/iris20212/csp/docbook/Doc.View.cls?KEY=PAG... QuickStart Learning material :https://learning.intersystems.com/course/view.php?name=Interop%20QSand following Online Course:https://learning.intersystems.com/course/view.php?id=1350Thanks
go to post Muhammad Waseem · Feb 10, 2022 Please check this article of @Yuri Marx https://community.intersystems.com/post/learning-path-beginners
go to post Muhammad Waseem · Jan 22, 2022 from local installation, follow below steps- From Menu select Terminal > New Terminal- Run irissession from installation directory (In my case its C:\InterSystems\IRISHealth\bin\) with instance name ("C:\InterSystems\IRISHealth\bin\irissession <instance name> ")e.g C:\InterSystems\IRISHealth\bin\irissession irishealth Thanks
go to post Muhammad Waseem · Jan 8, 2022 Hi Modify date format in your CSV to yyyy-mm-dd and then try. Thanks
go to post Muhammad Waseem · Dec 15, 2021 Hi @CROCKETT HOPE Values saved in database are not case sensitive.Thanks
go to post Muhammad Waseem · Oct 5, 2021 Please verify that the class is present in the list by clicking select new class magnifier Thanks
go to post Muhammad Waseem · Sep 25, 2021 Hi Mr. Omer Kindly try $ZCONVERT function to read the response: $ZCONVERT(dataObj.ErrorMessage,"I","UTF8") Thanks Thanks
go to post Muhammad Waseem · Sep 19, 2021 Hi, Have a look at the learning site: https://learning.intersystems.comPlease review below documentations as well:https://cedocs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=GCOS https://cedocs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=GORIENT Check this learning path:learning paths for what you want such as Building Your First Application with Caché and Learn Caché for Developers. Also check the video on how to start coding InterSystems Object Script with GitHub and VSCode on IRIS Community Edition. Thanks