go to post Neerav Adam Verma · Jul 16, 2021 Yes of course. Pass them as a request property and on the operation do ..Adapter.FilePath = request.FP ..Adapter.FileName = request.FN
go to post Neerav Adam Verma · Jul 13, 2021 Keep the second version and build that List of objects with - As list of MyPackage.MyClass list.insert(obj1) list.insert(obj2)and so on..Please feel free to send me sample code and I can make it for you too.
go to post Neerav Adam Verma · Aug 14, 2020 Export import globals can work too. If you need some help doing it, feel free to ping me on LinkedIn.
go to post Neerav Adam Verma · Aug 5, 2020 Added you on LinkedIn. Will help you out. Too much to write on here.
go to post Neerav Adam Verma · Feb 17, 2020 May be call WRC. I do not have a version here currently that supports soap and also don't have rights to do any configurations and also can't download community version else would have made a sample example and sent over.
go to post Neerav Adam Verma · Feb 12, 2020 From a sql inbound adapter, if you call a hl7 routing engine, it will get the request message you set it up in your service, but not hl7 which has DocType. As marc said ,you need to user the general routing engine and check for properties of your request class there.
go to post Neerav Adam Verma · Feb 4, 2020 Hi Henrique, Does jasper reports run one time or is it real time. What I intend to have is a real time report embedded in the zen page. not a pdf. i mean a downloaded pdf may be a plus, but not the endpoint Any thoughts?
go to post Neerav Adam Verma · Nov 15, 2019 ClassMethod LogException(tAbsException As %Exception.AbstractException) As %Status{ Do $System.Status.DecomposeStatus(tAbsException.AsStatus(), .errorList) For i=1:1:errorList { Set fullError = errorlist(i) Set tErrorCode = errorList(i, "code") You can get caller, domain, params etc from it too, Just print one errorList and you will see the values of your own error Let me know if you need any help } }
go to post Neerav Adam Verma · Nov 14, 2019 HI, I implemented this logic but my LAST code is getting executed on all rows. Set sc = ##super()i $$$ISOK(sc) {// Logic for last -}