-
Renaming a variable
Hoping someone here has done something of this sort before, and can provide some sanity check or advice Usecase: I need to rename 2 variables in a procedure. They have values, and are currently used on timers (and have corresponding eWait entries). Problem: Metastorm doesn’t let you “rename”. If you rename a variable in…
-
Recurring Timed Events
Are timed events recurring? I want to set a timed event to repeat until a condition is met for a stage. Is it possible to do that in Metastorm?
-
Repository Migration with Sub Processes
I have a migrator map file to migrate data from V7 to V9. (A) Since "true" sub-processes are implemented in V9 now (such that sub-process data is stored in its own table), is there a way to map the data which should be placed into this sub-process table while using the migrate assistant tool? The variables are no longer in…
-
Mobile On Exit
Within the MBPM Mobile solution, I found a means where I can automatically open an admin form. At the moment, when I either submit or cancel, it goes to the To Do (or whichever I last had open) list. Is it possible, perhaps via URL parameters, to have the form close and not go to the To Do (etc.) list? When closing out an…
-
HTML Tags in Form/Stage/Action captions
if i write in caption e.g. Stage name, Action name or Form name the text will be italic in user interface. is it a bug, or maybe a feature? it is quite simple example but I also used font tag to change font color and img tag to place image into action button.
-
Can Drop Down Automatically be "open"
I've developed an admin to do some name lookups with passed-in parameters, which ultimately get returned to the calling form. This works well. The form uses a drop down box to allow the users to select a name. I'd use a list box, but only one name can be selected / returned and since a list box allows multiple values to be…