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
go to post Muhammad Waseem · Sep 15, 2021 Hi, Are you using 32bit or 64bit ODBC and what is your operation system? Thanks
go to post Muhammad Waseem · Sep 14, 2021 Hi, Try to use table.refreshContents() function to clear selection.
go to post Muhammad Waseem · Sep 14, 2021 Please find below documentation: https://docs.intersystems.com/latest/csp/docbook/Doc.View.cls?KEY=GSQL_i...
go to post Muhammad Waseem · Sep 13, 2021 Thanks Kunshuk, Is there any docker image available containing both IRIS and web terminal OR how to install web terminal along with IRIS docker container? Thanks
go to post Muhammad Waseem · Sep 11, 2021 A push notification is a message that pops up on a mobile device
go to post Muhammad Waseem · Sep 8, 2021 Hi Omar Ateen You can create persistent class and store both gregorian and hijri dates. Once done you can create function to get hijri date by passing gregorian date. Thanks
go to post Muhammad Waseem · Sep 8, 2021 Hi Ben Spead, You can set priority by adding additional headers such as X-Priority and others. e.g: do msg.Headers.SetAt(1,"X-Priority") do msg.Headers.SetAt("High","X-MSMail-Priority") do msg.Headers.SetAt("High","Importance") Thanks
go to post Muhammad Waseem · Sep 8, 2021 Hi OMER ATEEN Can you please elaborate in which environment you are getting these characters ? Thanks
go to post Muhammad Waseem · Sep 6, 2021 Hi Virat Sharma Please read below documentations : http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=... Also there is a good introductory book in documentation: "Caché Programming Orientation Guide"http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=... Thanks
go to post Muhammad Waseem · Sep 3, 2021 Thanks Robert Cemper, What is the difference between Normal and SSO Account ?