-
(Untitled)
-
Metastorm BPM SDK
Hello, Is there an SDK avaialble for BPM v9, or does anyone know of when it might be available ? Thanks
-
Single Sign On (SSO) vs. Automatic Authentication Script
We have been experiencing difficulties with our Single Sign On setup for a long time now. We are using the Metastorm web client with Internet Explorer, but we don't use the client portal to give our users their lists of BPM folders. Instead, they access their folders via external links, for example, from an email. To the…
-
Internet Explorer: The webpage you are viewing is trying to close the window.
Good afternoon, Our BPM users are not using the default metastorm web portal; instead, we give them external URLs to access their folders. Recently, it came to our attention that whenever they click an action on a folder that causes the folder to close (like an action that moves a folder to another user), they are getting…
-
How do you create a mapping file?
The repository migration assistant says it's 'highly recommended' that we use a mapping file when migrating the data. How do we do this? I can't find any way within the metastorm products to create one, nor any instructions or examples on how to do this. I could write one myself if only I knew what format it needed to be…
-
Default Action Behavior on Form Fields
There has always been a need in our company to occasionally change field behavior on the fly, based on other selections made on the same form. For example, if the user says a deal on the pipeline is going to be serviced in house the provided Loan Number field on the same field would become required. If it is going to be…
-
V9 Side by Side issue
I've installed and configured V9 SideBySide and when I login I see the error "Unable to process database connector /'eExecuteSQL/' request" If I highlight my To Do list or Watch List, log out and log back in again, it authenticates and displays the alert list. I only seem to encounter the problem when trying to display…
-
Calling ScriptEval from another procedure
I just discovered, in V7.6, that we can call a script from one procedure (ProcA) that actually exists in a separate procedure (ProcB). I was trying this instead of using libraries. A normal / wizard built call is normally along the lines of (in ProcA): Calling a remote (ProcB) function from ProcA appears to work well (I…
-
v9 dropdown and KeyValuePair
Hi I have function which returns metastorm List object. I assign to this object list of keyvaluepair objects: KeyValuePair<string, string>[] objects = new KeyValuePairObjects<string, string>[...]; objects[0] = new KeyValuePair<string, string>("1", "value1"); objects[1] = new KeyValuePair<string, string>("2", "value"); List…
-
Print Button question
How do you set up the PRINT BUTTON code so that the form is printed in landscape? The process code that we are currently using in the Print Button is (OnClick=print();&Language=Jscript). It currently prints in portrait.