-
ECL Web Service
Does anyone have an example using the ECL web service from a .Net form? What I am trying to do is go from a Metastorm form to a .Net form where I want to update the database and return to the next action in the process map.
-
How to run a Refill request using v7 ECL?
I am using Metastorm BPM v7.6 SR2. I’ve created an ASP.NET page that incorporates the ECL. I’ve followed the partial sample code to run an action refill given in section 5.7.2 of the Enterprise Component Library for .NET Usage Guide. I can perform an action Submit and action Cancel without problems. My scenario: 1) Open my…
-
Number of BPM processes submitted
We are using BPM 7.6. How many BPM process submissions will BPM 7.6 support? Will it be able to handle 25 submissions per hour? thanks.
-
Default Action Behavior on Form Fields
There has always been a need in our company to occasionally change field behavior on the fly, based on other selections made on the same form. For example, if the user says a deal on the pipeline is going to be serviced in house the provided Loan Number field on the same field would become required. If it is going to be…
-
eCallerID value
Is there a way to access (for reading) to EcallerID value... somenting like esessionID exposed by Legacysession type? Many thanks
-
Executing multiple DQL-s or UTF-8 in IDQL
Hi Experts, Is there any way to execute multiple dql queries? I know that we can create a script file and execute using IDQL but this stuff did not properly set UTF-8 characters. Today I had to execute a dql script for updating some data and it was urgent, but I could solve it only by writing a custom DFC program. Please…