-
Calculating a Role from Another Role
I have a dynamic role whose members will be based on a condition; if the condition is true, the members will come from another role (defined in a library that I have, but that's not important); if the condition is false, there will be no members. So I'm trying to accomplish this in the role formula using a ternary "if"…
-
Email periodically failing to send
Hi, I was wondering if anyone else has faced a periodic issue with email simply failing to send from Metastorm? It's not limited to one process, but across all of our processes we occasionally (starting to be more frequent though - we had 7 occurrences last week) get an error in the log "Service not available, closing…
-
Default / Opening Window Width on Reports
I have created a few landscape reports -- one quite wide, but one in common paper size. However, when the viewer opens, it is too narrow. I have been unable to figure out which settings to change to make the window open bigger. The attachment shows how it is opening (left side) verses the width I'd prefer it to open as…
-
How to specify the ToDoList in the "To" field of the Email template?
I am trying to use the Email Manager library (from ProcessMapping.com.au) on my v9.2 BPM platform. I have managed to get it all plumbed in and working ok (with some minor adjustments here and there) but I now want to create an email template that sends to all those who are on the ToDoList of the stage that is invoking the…
-
Passing data between Admin Forms
Hi all, I have an admin form "A" with a command button "CB" and a second form "B". I want that when users press the button "CB" the second admin form is displayed and relevant data is passed on form "B". My situation is the following: * I set the "CB" to initiate a process, specified the Process Name and Action correctly,…
-
Metastorm If statement issues
I am having issues with using the metastorm If statement. The If(conditon, case for true, case for false) is used to assign a variable. The code has been working but recently, when the project was opened on another machine with the same metastorm version or when a library is updated I would get this error: Cannot…
-
How to dynamically configure a web service connection endpoint?
Hi, We have a segregated development and live environment, which is pretty standard. I am looking at implementing web services using the Web Service 'Connection' type from within Metastorm, exposing the relevant methods. This web service has a specific endpoint from within our development environment, which I can use to…