-
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…
-
EScape char in Memo field for SSL
Hello MBPM Guyzz, I have used Memo field in an form. That shows the data input in an action. Issue is: If the data has quotes in it, it shows escape " in the field instead of quotes. For eg: the text --- This is 'Metastorm' is rendered as This is "Metastorm" And the shocking thing is that this happens in HTTPS connection…
-
Deadlocks in Metastorm Database
Now that we've pushed our code to production and it's taking a sufficient beating, we've been seeing a lot of deadlocks in our process. I believe it stems from having Solution Tables with stored procs querying these tables during a flag action. All the deadlocks are related to the eWait row attempting to run a DELETE while…