-
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…
-
sub form on click of a button on a form
Hi Metastorm experts, I have a requirement where for a given folder (incident in a incident management process) i need to add email addresses of users who need to be aware of any updates on the folder(incident) based on my understanding of the logic behind this there should be a possibility to pop up subforms on click of a…
-
Linking two dropdown lists
I want to link two dropdown selections which are populated from a solution table. I am using two columns "Division" and "Position held" from the table. The first dropdown shows a distinct selection of all divisions, the second dropdown should show a filtered list of all positions for the selected division. This isnt a…