Changing connection details through the Metastorm Administration utility does not work and it appears that the only way of changing connection details is by modifying the project. This is recognised as a defect (DEF18486) but there is no timeframe for a fix. The defect (apparently) applies to all versions of the product. I…
I am using Metastorm 9.1 and want to use Process events library.
I want to obtain the Network Username for Users in a form as a Metastorm Guest. I have tried a few SQL statements, but am getting nowhere. It must be get able! anyone got any ideas, ideally need to get the info as the form opens
Hi, I need to be able to attach a PDF from within my server-side script. I have the following already written Mstm.SaveAttachment( new ProcessContext().FolderId, _fileName, Convert. but not sure what is required after the Convert. Should it be ToBase64String or ToBase64CharArray as I believe 64bit encoding is required? But…