-
Map segments - reusability
This might be a noob question - I've never used map segments, and documentation on it is almost non-existent. Usecase: --------- We have 3-4 procedures that have a form segment that basically show the same information, and the same variables. While reading up on map segments, it seemed like a good candidate for using map…
-
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…