-
Command Button Not Working For Some
We have a form with some fields, a button and a read only grid (simply put). When the user fills in the fields and clicks the button the information from the fields is added to a database and then is reflected in the read only grid. This works perfectly fine for most. But we have encountered a few machines in our…
-
Field Read Event
We are working on a process in which we want to ensure that users have read a piece of content. I have a memo field and a button that allows them to mark as read but there is no obvious way to ensure that the user actually reads before hitting the button. I would like to disable the button until at least the user scrolls…
-
"Help url" ?
What does the "Help url" on stages/actions do? Where's it supposed to show on the client ? I dont see anything that indicates a "help" icon/ "?" icon like one article suggested - is this a web config maybe ?
-
ESP_UPDATE Failed
Is there any way to pull a little more info out of these failures in the logs? Details:Stored procedure 'esp_update_action' failed. What exactly is the esp_update_aciton supposed to do and when it says it fails does that mean the entire transaction is roled back? thanks, ...aaron
-
User Management Solution
We have released our User Management Solution. You can download it and see demos here: http://processmapping.com.au/Products_User_Management.html The main purpose of the User Management system is to manage users in the system without the need to go through the Metastorm Administration tools. Our goal was to remove the need…
-
Setting up Public Access - Issues
Hi, I want to set-up public access and have followed the guidance in the Administration Guide but unfortunately this is not working. I've added the following code to the web.config file http://ourServer/escripts/EngineServiceConfig.xml" defaultEngineService="Metastorm BPM Server" description="Retrieves membership data from…
-
Action notes
We have a common form to show the notes added during the process. But they're displayed in chronologic order via a "AllNotes(ProcessContext.Folderid)" command. Is there any way to display them in reverse? (ie newest on top). Thanks!