-
Reading multiple columns in one request
Hi All Whats the best way to read multiple columns in one SelectSQL call and assign them to different variables? Say i have variables v1, v2, v3 - that correspond to columns col1, col2, col3 Instead of writing v1 = %selectSQL("select col1 from table") v2 = %selectSQL("select col2 from table") v3 = %selectSQL("select col3…
-
To do list not sorting properly
Good Afternoon, I am currently working on upgrading my Metastorm instance from 7.5 to 7.6. I have found that the To Do and Watch lists are not sorting by the various process or stages. Does anyone have an idea as to why this would happen? I appreciate any assistance. Thanks. Rupe
-
List/Array ??
Does metastorm have a list/array type ? Here's my problem. I have a form that brings back a long list of static values. Right now, every time this form is reloaded, it hits the DB to pull that whole list again. It makes perfect sense to pull back that list from the DB before the form loads (serverside) and store that list…
-
Metastorm BPM 9.0.2 SDK Hotfix 3 (9.0.2.3)
Product: Metastorm BPM® SDK Release: 9****.****0 SR2 Hotfix: 9.0.2.3 Affected Components: Metastorm ECL for Web Services, SDK Samples Purpose of the hotfix: This hotfix addresses the following issues: * In the ECL for Java, the setCulture method is not implemented in the MetastormOperation class. (Metastorm\#…
-
Metastorm SBW KE widget error
I recently installed Smart Business Workspace with KE widget. Now when I open the object inventory and try to configure the KE server URL, I am getting the below error. Security Exception: Check the client access policy file. The SBW is hosted in IIS7 and KE in WebLogic. How can I resolve this issue?
-
Syntax to check when %todolist is empty
I have a loop back action to a group stage. The loop back is set to "remove from todolist when action taken". Intent is to have all members on todolist take action and then move folder to next stage. I thought I would try to use conditional action "if todolist is empty()", to start action to move to next stage. What is the…
-
Screen Shot 2011-10-06 at 3.46.18 PM.png