-
MBPM v9 Grids
An interesting observation on version 9 grids.... If the cell content of a grid contains xml or a fragment of xml it will be 'evaluated' and the display may not be what you expect. An example would be xml that contains nodes where the values only of those nodes are displayed, or it if turns out to be a string that happens…
-
Announcing Metastorm ProVision / Knowledge Exchange 6.3 Service Release 1
-
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…
-
How to open an external form from Action form and return to the same action form
Hi, I want to open a form ( Form2 ) on a click of button from the Action Form(Form 2). Post submitting Form 2 the control should return to Form1. Is it possible to do it in Metastorm. Please let me know if there are any such options. If not could you please let me know how can we acheive it. Thanks in advance Sundeep
-
How to access form fields in Server Side Script v9 - SET/GET
The example i've seen says to declare an object using the Form name, which shows me the list of fields in the designer, but gives me an error when I try to compile (Namespace name '' could not be found) if my Form name == Payments public static object ShowPayments (Payments.Declarations.Local FormFields) {…
-
V9 Libraries forms used in multiple processes
I've created a form in library and I would like to use this form in my multiple processes. Can someone describe the steps needed to have these forms working and what do I need to set up to save my form values. I need to know what kind of BO, variables(local, process, or other) I need to set up. Any link to any useful…
-
Change compatibility mode
Right now, when i open a form from ToDo or Administration Forms it is open default in IE 7 compatibility mode. Is there any way in changing this ?