Question Yuri Marx · Mar 21 How Can I get user details by email property? I know it is possible get the user using ##class(Security.Users).Get("username"), but I need to get a user by your email. How Can I get a user by email? #Security #InterSystems IRIS 0 1 0 156
Question Yuri Marx · Mar 17 Custom %CSP.Login for app /csp/sys Hi guys, I defined a subclass to %CSP.Login and assigned csp/sys login page to this subclass: But did not work, I get this error: And more, the default %CSP.Login continues to be called to login when the user not logged yetSo, how can I do to replace the default %CSP.Login by my subclass? #Authentication #Security #InterSystems IRIS 0 8 0 200
Question Yuri Marx · Jul 27, 2022 How to convert from internal date format to web format How to convert from internal date format to JSON/Web date format: YYYY-MM-DDTHH:mm:ss (example: 2012-04-23T18:25:43)? #InterSystems IRIS 0 3 0 277
Question Yuri Marx · Jun 13, 2022 How to transform json to SDA and write to a file? I have a proprietary JSON and a need to transform to SDA and save to a sda file. How to transform json to SDA and write to a file? Thanks #Interoperability #InterSystems IRIS for Health 0 1 0 198
Question Yuri Marx · Jun 6, 2022 How I can get current date/time on format YYYYMMDDhhmmss How I can get current date/time on format YYYYMMDDhhmmss? I tried $ZDATETIME($HOROLOG,8), but I got 20220606 17:59:56 and I want 20220606175956 Thanks #ObjectScript #InterSystems IRIS 0 2 0 250
Question Yuri Marx · May 25, 2022 Is it possible train an IntegratedML model on docker build or docker up? Is it possible train an IntegratedML model on docker build or docker up? #IntegratedML #InterSystems IRIS 1 1 0 127
Question Yuri Marx · May 13, 2022 Do you have cases using datadog to monitor intersystems products? Do you have cases using datadog to monitor intersystems products? #Monitoring #InterSystems IRIS 0 1 0 215
Question Yuri Marx · Jan 17, 2022 IRIS supports SMB protocol for remote folders? Intersystems IRIS supports SMB protocol to connect and read files from remote folders (//foldername)? #ObjectScript #InterSystems IRIS 0 7 0 253
Question Yuri Marx · Jan 4, 2022 Persistent Class Property Data type for decimal values precision 5 What is the correct data type for decimal numbers precision 5? I tried %Numeric with Scale 5, but not worked, see: #SQL #InterSystems IRIS 1 2 0 133
Question Yuri Marx · Jan 3, 2022 Call java programs from sql instructions (like new load data) Is it possible to call java programs inside SQL statements, like the new LOAD Data, or is this just internal? #Java #SQL #InterSystems IRIS 1 3 0 141