-
Need help with simple script - casting memo data to string.
I'm thinking of converting jscript.net scripts over to C# in metastorm... In 7.6 days I would do this: var myStr : String = ework.CustomVariable("myVar").ToString(); Now in 9.2, I'm having issues with the whole casting bit since my variable is a Memo type...
-
Database Connection String Locations
If you are moving/changing databases, there are a number of locations that contain connection strings that must be updated. Note the below strings contain sample data. Registry Key Location HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Metastorm\e-work\Engine\Database * Connection = ODBC;DSN=bpmsql;UID=metastorm;PWD=metastorm;…
-
Scripted Business Object demonstration
http://metastorm.processmapping.com.au/post/Scripted-Business-Object-demonstration-6126348 As several people have asked about this, and in particular how to prevent a refresh, we had a go at making this work. The result is in our Admin Tool procedure. Points to note, we have created an abstract class that does most of what…
-
Scripted Business Object help
Does anyone have a simple process using a scripted business object that can update a read only grid when a field is changed on a form using an Sql connection. I'm completely new to C# and an example would really help so I can see how this works. I've looked through the Metastorm examples but couldn't find anything with an…
-
BPMMobile 2.1
We have recently installed BPM9.2.1 - which works fine, however after installing BPMMobile 2.1 we are unable to open localhost\bpmmobile and receive the error: System.NullReferenceException: Object reference not set to an instance of an object. at Metastorm.EngineData Any assistance on how to resolve the problem would be…