-
Dynamic SQL Builder Form
Has anyone out there built a form that builds dynamic SQL by allowing a user to specify conditions using different operators, parenthases using both AND & OR, and to store the criteria in a DB table? This is relatively straightforward work, so if someone has something to share, I'd appreciate the time savings. Rob
-
Listen For Text Files and import the data within
I am trying to find out in V9 if there is anything to "listen" out for a text file landing in a certain directory and once it has landed to extract the information into my process..... by the looks of it it all has to be scripted?? I was hoping like in some other BPM applications I have used you might be able to…
-
Metastorm BPM Protocols for Communication
The information in this article applies to: Product: Metastorm BPM Version: 9.x Issue * What protocols does Metastorm BPM use for communication? Resolution * Metastorm BPM's native web client connects to a Metastorm service using Metastorm's internal ECL. This can use either TCP or HTTP and is implemented via .NET…
-
two grids of different forms to share information
I have a main form with a grid that has a button control that brings forth an administration form with a grid. the administration form has an add button and fields used to insert data on the grid . But now i want the information on the administration form grid to populate the information on the main form's grid once the…
-
Creating our own front end for end users (Metastorm BPM)
Hi there, We would like to create our own front end for Metastorm BPM and not use the web interface at all. Does the ECL currently have enough functionality to accomplish this? Is there any specific approach you would recommend to doing this? Thanks, Heathesh
-
Any way to commit BO without submitting form?
I am working in v9.1 and I have an editable grid bound to a table business object. The grid is a small part of a large form with segments that show/hide depending on which form part is being worked. I have added a button next to the grid with a server side action to commit the BO but that does nothing. Is there any way to…