Question Scott Beeson · Jan 14, 2016 Pass path from EnsLib.HL7.Service.FTPService to EnsLib.HL7.MsgRouter.RoutingEngine? I have a service named FTP_In that is of class EnsLib.HL7.Service.FTPService. It picks up files from multiple subfolders and sends them to an EnsLib.HL7.MsgRouter.RoutingEngine. What I want to do is somehow capture the subfolder as a variable for use in the routing rules. Is this possible?Let's say I have the following files and directory structure on my FTP Server #Ensemble #HL7 #FTP 0 6 0 586
Question Scott Beeson · Jan 13, 2016 How to create content for child pages of a template? I created a Zen page with a header. All is good. I then created a new Zen page and during the wizard specified that it was a "subclass of a template page". So now I have Class Custom.App.HomePage Extends Custom.App.TemplateMaster. If I visit HomePage.cls I see the header from the template. However, the HomePage class has no XData Contents section so I have no idea how to actually add content. I tried adding the section but once I do then I don't see the template content anymore. #Frontend #ZEN #Caché 0 2 0 304
Question Scott Beeson · Jan 13, 2016 Best way to retrieve specific record? New to CSP and Zen. I've been going through tutorials and have made some progress. Using the "Contacts" tutorial as an example, I'm trying to create a "ViewContact" page. I want this to be linkable so I'm using URI Parameters, which I understand. However, what I'm not sure about is how to retrieve a specific record. Should I use a SQL statement? If so, how? #SQL #Tutorial #Frontend #CSP #ZEN #Caché 0 5 0 302