Question Laura Cavanaugh · Aug 30, 2016 web applications and group-by ID Hi, I have a question about web applications.First, I know that my ZEN application is using a web application called /OurAppName, but I honestly don't know why it's choosing that web application over the default of /csp/default-namespace, so if you can give me a hint as to how else the web application is set, please do let me know. I'd also love to see the web application's properties programmatically, if possible (such as the physical files path).Our other web applications are called /OurAppName/NAMESPACE rather than /csp/namespace. #Frontend #ZEN #Caché 0 3 0 391
Question Laura Cavanaugh · Aug 15, 2016 Inheriteing a zen page from another custom zen page -- best practices Hello,Has anyone encountered or done this: inherit a zen page from another custom zen page?e.g. EditPage extends %ZEN.Component.page///base code, some abstract methodsProperty id;UserEditPage extends EditPage//user edit codeProperty id As %String [ZENURL = "ID]; #ZEN #Caché 0 4 0 370
Question Laura Cavanaugh · Aug 11, 2016 Calling javascript method from Zen method, with parameters I'm running into difficulty calling a javascript method from a Zenmethod. I pass in a parameter, but in the javascript method the parameter is undefined. Here is the code:... #JavaScript #ZEN #Caché 0 9 0 1.6K
Question Laura Cavanaugh · Aug 9, 2016 Credentials in Ensemble - working in other namespaces Hello community, I have productions running in several different namespaces. They all use a common credentials ID for sending email, which is set up in only one of the namespaces. The documentation says that credentials are entered by namespace. When I ran a production in a second namespace, the error log said that credentials were not found (expected), but later attempts to send a file thorugh the production did successfully send an email. I'm wondering if Ensemble is able to look in other namespaces for the same credentials ID? #Authentication #Business Operation #Ensemble 0 2 0 806
Question Laura Cavanaugh · Jul 29, 2016 Ever get Error #5001:Attempt to call non-ZENMethod? I'm getting the above error. My zen page calls other javascript methods and other server methods just fine. But when I call my method, I get the error. Yes, I've tried making it look exactly like the methods that work. But for some reason, it doesn't seem to know that DoLogout is a zen method. Anyone ever get this error?THanksLfor exampleClientMethod logout() [ Language = javascript ] { zenPage.DoLogout(); }Method DoLogout() [ZenMethod] { //blah blah } #ZEN #Caché 0 3 0 944
Question Laura Cavanaugh · Jul 26, 2016 Need a table or schema API i'm looking for a way to display a list of tables in an application. I need a Table or Schema API, and I can't find one. I found this:http://docs.intersystems.com/latest/csp/docbook/%25CSP.Documatic.cls?PAG...with a google search, but I'm not sure if I can even use this (it says that SQL name is "TABLES"), or how to use it.Is there a way to get at the table names available in a namespace? #SQL #Caché 0 10 0 1.3K
Question Laura Cavanaugh · Jun 28, 2016 simplest 835 transform returns "unrecognized segment IAS found after segment 0" Hello Community,I am trying to create a simple Ensemble DTL transform using the GUI. In order to test something very simple, I have created a transform that does nothing. I'm using test data from here: https://www.emedny.org/HIPAA/5010/5010_sample_files/835%20Sample%20(Institutional%20Claims%20only).2014.txt It's a very small test 835 file.My transform looks like this in the compiled class: #DTL #Ensemble 0 7 0 995
Question Laura Cavanaugh · Jun 16, 2016 How to use <radioSet> and set its value Hello,I have a question about how to set the value of a radioSet. Yes, I know -- the documentation says that setValue can be used "client side", but gives no example. Plus, I'm trying to set the value of a radioSet in %onAfterCreatePage, which is a Zen method? Server side method? I'm not sure.In my Zen page I create a radioSet like this: #ZEN #Caché 0 4 0 622
Question Laura Cavanaugh · May 31, 2016 How to attach a studio debugger to a Zen class running on Ensemble server (via IIS) Hi all - I'm running a Zen page that inherits from %Zen.Component.page, and I'd like to step through code and debug it. Is this possible, and how?I've tried to attach to a process that I think is mine (it has my internal IP address) but is using "Unknown User". Any ideas on where to start debugging the page -- this page calls lots of other pages. I'd thought I'd start at the home page. Perhaps I need to navigate to my page that I want to debug, and attach at that point.Any info on the debugger in this atypical use is appreciated. #Development Environment #Ensemble 0 10 0 958
Question Laura Cavanaugh · May 5, 2016 Production Tables - where and what are they? Hello, I'm new to Ensemble, and my first task is to become familiar with the Production and create a basic outline of it for the users to view (which servers, where are the input files, where are the output files, how many records...). What are the Production tables? I'd like to start there.Thanks,Laura #Ensemble 0 10 0 527