Question Sebastian Thiele · Dec 2, 2016 Looking for implementation idea with display of webservice data Hi all, I am looking for an implementation idea for displaying a large amount of data received from a webservice. This data are essentialy HL7-Message as a GlobalCharacter Stream and some metadata (status,processed,timecreated etc.). Since I need sorting functionalities for those metadata a tablepane in a zen page seems to be suitable. i know there are different ways to provide data for the table but in this case it´s complicated to get them data fetched. Consider the following steps #ZEN #Caché 0 1 0 320
Question Sebastian Thiele · Nov 11, 2016 Adding parameter to ZEN dataCombo at runtime from server Hi,I try to programmatically create a parameter for a dataCombo ZEN Component (which is in turn created on the server side at runtime).Set tParm = ##class(%ZEN.Auxiliary.parameter).%New()Set tParm.id = "pRegion#"_pExamContainerCount, tParm.name = "pRegion#"_pExamContainerCount #ZEN #Caché 0 2 0 283
Question Sebastian Thiele · Feb 21, 2016 How to Properly setting up CSP-Application (Security)? Hi,posted some weeks ago in the "old" ZEN Google Group, maybe someone here can help to understand how to properly setting up a csp applications and contributing from the build-in caché security mechanism.I´ve created a webapplication and wan´t to add further security to it using the smp. But... first things first.I have two Databases let´s say DB1-LOGIN and DB2-Application. Each of this DBs has a resource assigned. DB1-LOGIN has a resource %DB1-LOGIN which has a public permission of 'read'. DB2 has a resource as well %DB2-Application with no public access. #Frontend #Caché 1 7 0 526