-
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;…