-
sub form on click of a button on a form
Hi Metastorm experts, I have a requirement where for a given folder (incident in a incident management process) i need to add email addresses of users who need to be aware of any updates on the folder(incident) based on my understanding of the logic behind this there should be a possibility to pop up subforms on click of a…
-
Linking two dropdown lists
I want to link two dropdown selections which are populated from a solution table. I am using two columns "Division" and "Position held" from the table. The first dropdown shows a distinct selection of all divisions, the second dropdown should show a filtered list of all positions for the selected division. This isnt a…
-
External Connections username password problem
Using Metastorm 9.0.2.4 Created an external connection through the designer (i.e., connTest). Within a C# script, we accessed the connection using: Metastorm.Runtime.Contracts.Mbo.MboConnectionInfo connSHARED = new Metastorm.Runtime.Models.MBPMUserSyncProject.connTEST(); It worked for about 2 months then it stopped…
-
Report.png
-
Report.png
-
Error - Could not load file or assembly 'eWork.Designer.ScriptHost' or one of its dependencies
Hi, I am getting the following error when attempting to publish a Metastorm 7.6 process to our server: Error - Could not load file or assembly 'eWork.Designer.ScriptHost' or one of its dependencies. The system cannot find the file specified The publisher works ok for other processes where there are no JScript.Net scripts.…
-
Can't Install Migration Assistant 9
The error message says "Migration Assistant requires the Metastorm BPM version 9 Designer be installed. Please install and rerun this setup..." I do have the Metastorm BPM version 9 Designer installed. However I did not install it with the installer because it says in the Installation and Configuration Guide, Overview,…
-
error
I have been working on a workflow process, and after a few hours of work I have attempted to deploy the process to test and the deployment is failing with 27 errors with most of the errors being "; expected" and "Invalid expression term '=' ". In the messages pane, the Component, Identifier, and other columns are all empty…
-
Concatenate strings in DQL
Hi, I'm trying to edit a property in bulk by making it equal to a literal string, followed by another property value (e.g. set property_a = 'string' & property_b). I'm pretty certain in can't be done in DQL, but I wanted to make sure. Thanks! Raph