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 ?
go to post Muhammad Waseem · Aug 26, 2021 Congratulations!. It was my first experience and I learned a lot. Thanks
go to post Muhammad Waseem · Aug 26, 2021 Hi @Vivek Nayak Try calling the CleanProduction() method in class Ens.Director: Do ##class(Ens.Director).CleanProduction() This is strongly discouraged for PROD environments ... be forewarned. Would recommend you contact the WRC if you're getting this error in a PROD environment.
go to post Muhammad Waseem · Aug 26, 2021 Thanks @Heloisa Ramalho I found that issue is with "HS.FHIRServer.Interop.Service". How to fix the class not found issue?
go to post Muhammad Waseem · Aug 23, 2021 Please share your table structure along with cache class structure