go to post PILAR GUERRERO · Feb 6, 2019 Hello,Can I see how to make the call?I need to make a similar call and I can not find how to do it.Thanks!
go to post PILAR GUERRERO · Jul 24, 2018 Hello, I restarted the instance and then compile the class producction. And now It's working.
go to post PILAR GUERRERO · Jul 23, 2018 Hi, I have the same problem. Could you solve it? If so, could you tell me how?
go to post PILAR GUERRERO · May 14, 2018 Hi, You can do it as in any CSP page/class. With %request, which is object of class %CSP.Request And headers available in property CgiEnvs, where every http header appear with a prefix HTTP_ try that better set login = %request.GetCgiEnv("HTTP_LOGIN")
go to post PILAR GUERRERO · May 3, 2018 Hi!I think that this course is great for you.https://learning.intersystems.com/course/view.php?id=83You can also start reading this documentationhttp://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=EREST_operation
go to post PILAR GUERRERO · Apr 27, 2018 Thanks!!Instead of using $LENGTH(pDni) '= 8 I can use $GET(pDni)?8N
go to post PILAR GUERRERO · Apr 25, 2018 Hi,I tried to explain a bit that is the DNI updating the post.
go to post PILAR GUERRERO · Mar 21, 2018 Hello,I have the same problem and I can't resolve this... I try the solutions but it's not working.
go to post PILAR GUERRERO · Feb 19, 2018 If you have:set json = "{""name"":""Sara""}"You can get the data stored :set dynObj = ##class(%DynamicObject).%FromJSON(json)write dynObj.name