go to post Michel Bruyère · Oct 1, 2021 Thank you for your answer. But what I want to have as a result is: by giving a class name (..%ClassName()) or package name ($CLASSNAME()), the name of the portal category is provided to me. How to know the ID?
go to post Michel Bruyère · Oct 1, 2021 Thank you for your answer. But what I want to have as a result is: by giving a class name (..%ClassName()) or package name ($CLASSNAME()), the name of the portal category is provided to me.How to know the ID?
go to post Michel Bruyère · Dec 17, 2019 OS/Shell specific wildcard characters such as * and ? for fetching files. Is not possible!!!
go to post Michel Bruyère · Dec 16, 2019 I don't think it's a CSV limit. Device's limit : yes; CSV's limit : no.
go to post Michel Bruyère · Dec 2, 2019 The glitch is related with the browser and probably also the Ensemble's version. If I use another browser, I got : If I read the HTML source, I can see my data. So, I have a solution.
go to post Michel Bruyère · Nov 29, 2019 How to do the close ? I don't see any method for that. Snippet of the code: SET lineStream = ##class(%Stream.FileCharacter).%New() ... SET streamCont=##class(Ens.StreamContainer).%New(lineStream)$$$TOE(sc,..SendRequestSync(..TargetConfigName, streamCont))
go to post Michel Bruyère · Nov 29, 2019 In the process for example: Prod environment: SET date = hl7.GetValueAt("MSH:DateTimeOfMessage.Time") Dev environment: SET date = hl7.GetValueAt("MSH:DateTimeOfMessage.timeofanevent")
go to post Michel Bruyère · Nov 29, 2019 I modified the process to:Class ??? Extends (Ens.BusinessProcess, %XML.Adaptor) Unfortunately, it does not work.
go to post Michel Bruyère · Oct 3, 2019 Maybe a "stupid" answer But You need perhaps to specify "/directorya/directoryb" without the slash. I have checked where I am working with have around 10 ftp connections and all specifications without the slash.
go to post Michel Bruyère · Sep 30, 2019 1) $replace(pRequest.GetValueAt("MSH::MessageType.MessageType),"^","") instead of pRequest.GetValueAt("MSH::MessageType.MessageStructure",,tSC) 2) $e($zdt($h,8),1,8) instead of $tr($zdt($h,3),"-: ","")
go to post Michel Bruyère · Sep 12, 2019 Case sensitive.Where Ucase(FirstName||' '||LastName) Like '%PRAJA%'
go to post Michel Bruyère · Sep 12, 2019 SELECT TOP ALL FirstName||' '||LastName AS DisplayName, UserType, IsActive, RoleName, DOB FROM LISDB.ExternalUsersWhere FirstName||' '||LastName Like '%Praja%'
go to post Michel Bruyère · Sep 10, 2019 I didn't notice that you have your "personal" schema category : ORUBeakerLAB