-
Security Error in Workspace
-
V9 attachEvent in Jscript
Does anyone know if attachEvent works in V9? I haven't been able to get it to work. I know in 7.6 we would have code like this which would work: function test{ obj1 = document.getElementById(fieldName); obj1.attachEvent('onkeydown', testfunction); obj1.attachEvent('onkeyup', testfunction2); } We would call this function on…
-
What is the Metastorm recommended way for extending text field size in 7.5 ...
without losing data in a production app? Thanks!
-
Dynamic grid business object connection?
Hi All, Just looking into the best options for converting a V7 form to V9 and I'm not sure on what the best approach, if at all there is one... I suspect it's no longer "supported" which could end up being a big big headache! I need to dynamically assign a connection for a grid source. In V7 we used a %SelectSQL statement…
-
Reasons to love Metastorm BPM 9 - Part 2: Loose Coupling
The Metastorm BPM 9 architecture has changed dramatically from previous versions. Apart from being built on a .Net platform with C# code, there has been a significant change in abstracting the database access layer into Business Objects, and code and Visual Script modules are far more easily shared through libraries. This…
-
Metastorm BPM 9.0 SR3
Metastorm BPM version 9.0 Service Release 3 (9.0.3) is now available. Some of the new features, changes, and fixes are listed below. Read the Release Notes for complete information. UPDATED FEATURES Password Obfuscation in the Administrative Tools The passwords for Project Connections are encrypted for security reasons by…