-
Scripted Business Objects with custom data
In this episode of our Metastorm BPM Version 9 Hints & Tips, we create a Scripted Business Object to populate a grid with custom data. In this case, it is a grid showing all variables and their values for a Folder: http://metastorm.processmapping.com.au/post/Scripted-Business-Objects-with-custom-data-6144800
-
Set action behavior based on another control.
I'm trying to set up a data entry form with the following: I have a radio group with two options. Organization Person Underneath I have five text boxes Organization Name First Name Middle Name Last Name Suffix If Organization is selected the textbox Organization should be required - all other textboxes disabled (not…
-
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...