go to post Muhammad Waseem · Sep 28, 2021 Hi David! Please review below documentation: https://docs.intersystems.com/irisforhealthlatest/csp/docbook/DocBook.UI... Thanks
go to post Muhammad Waseem · Sep 26, 2021 Can you please verify before inserting that if :remarks has value?
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 25, 2021 try this function Write $zdate($zdateh("2021-09-24",3),19),!
go to post Muhammad Waseem · Sep 24, 2021 Also please check below link as well:https://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY...
go to post Muhammad Waseem · Sep 24, 2021 Hi Jose Jaime Please check the below links:https://docs.intersystems.com/irislatest/csp/documatic/%25CSP.Documatic.... https://cedocs.intersystems.com/cache20081j/csp/documatic/%25CSP.Documat... Thanks
go to post Muhammad Waseem · Sep 21, 2021 Hi @Evgeny Shvarov Can you please guide me to translate the Article as I could not found translation tab in article page? 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
go to post Muhammad Waseem · Sep 19, 2021 Can you please share the URL and the Message Body in order to test from my end as the issue might be from API as well ?
go to post Muhammad Waseem · Sep 19, 2021 Thanks all. Issue is resolved and I am able to process CSV files.
go to post Muhammad Waseem · Sep 16, 2021 But how can I confirm while I am not able to access %ALL namespace?
go to post Muhammad Waseem · Sep 16, 2021 I am selecting by clicking switch namespace option from management portal
go to post Muhammad Waseem · Sep 16, 2021 Your version does not support his service. This service is available from IRIS for Windows (x86-64) 2021.1
go to post Muhammad Waseem · Sep 16, 2021 which charset are you using while calling in your request OR can you send me the request header?
go to post Muhammad Waseem · Sep 15, 2021 Along with docs intersystem Learning section is very helpfull: https://learning.intersystems.com Also articles in developers community
go to post Muhammad Waseem · Sep 15, 2021 Hi @Davidson Espindola First date of every month will be 1 which you can concat with current month and year however for last month you can use LAST_DAY cache function by passing any date of desire month.SELECT LAST_DAY('2004-02-25') For details check below documentations: https://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY...https://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY... Thanks