Question Coty Embry · Jul 15, 2020 HealthShare - importing xml after exporting as xml from Studio on a different server is double importing my .csp file(s) Im exporting our xml project from a QA server that has NOT upgraded to a production server that has been upgraded to HealthShare. We are importing the exported xml over to this production server that is on HealthShare. Now I havent been able to find the document link today, but I remember reading HealthShare puts all of the imports under a csp/healthshare/ directory. We are able to view our .csp pages after importing them as xml into Studio on the production server running on HealthShare #Studio #HealthShare 0 2 0 206
Question Coty Embry · Oct 29, 2018 redirect stdout to a variable in M and NOT to a file I'm trying to execute a nodejs process to perform some work on a string from Cache/Mumps over to nodejs, then return the result from nodejs as a string back to the code in Cache and I was looking at the `$ZF` logic - it will let me output the results to a file (i.e. temp.txt) but I dont see a way to just get the output set back to an M variable like (and I know this is not the correct syntax, but just for example)S myOutput=$ZF(-100, "echo something") ;; wrong syntax but just for exampleW myOutput ;; want to write out "something" but of course this doenst work #Caché 0 4 0 1K
Question Coty Embry · Aug 19, 2017 Get user info on file change of .js and .* files I was wondering if there was a way to if the user is using Studio and changes a file to get the users name and have a function run when the file is changed. Ive got this working for .int files but not for .csp or .js or .css or any other kinds of files. When we edit code we are logged in to the Cache backend’s server through Studio by using an iPaddress (which is on our network). I know now there are concepts of file locks and logs for when certain tasks are ran or when a user maybe edits a file #Git #Compatibility #Caché 0 5 0 390
Question Coty Embry · Jun 18, 2017 How to export the whole project How would I export the WHOLE PROJECT rather than just a single class file out to an XML file?I would like to, on every file change export the whole project to XMLThanks for your time #Caché #Studio 0 14 0 2.4K