-
Queue Management Push vs Pull
Metastorm BPM's standard way for managing queues is to assign work to a list, to have a user open the list and to pick work up off the the list to handle it. I'm curous if anyone out there has successfully handled the converse where when and item of work is completed by the user, a new work item is automatically assigned…
-
Maximize Form on Form Load
Yesterday at 02:31 PM #1 Hi guys, I try to maximize the form during form load. this is the jscript that i used on v7.6 var mainDoc = document; var Loaded = false; var curCursor = "default"; var bWaiting = false; var lastButtonClicked = null; var updateTimeout = null; var canSubmitID = null; var arFrameWindows = new…
-
Adding a custom ASP page
I need to add a custom ASP page (.Net 3.5) to a Metastorm BPM 9.1.2 solution. It would open by clicking a link on a report, and the query string would contain the parameters that the ASP page would use. This ASP page will not interact with the BPM engine. However, it will interact with the default Metastorm database. * How…
-
Adding a custom ASP.net page
I need to add a custom ASP page (.Net 3.5) to a Metastorm BPM 9.1.2 solution. It would open by clicking a link on a report, and the query string would contain the parameters that the ASP page would use. This ASP page will not interact with the BPM engine. However, it will interact with the default Metastorm database. * How…
-
"The maximum message size quota for incoming messages (65536) has been exceeded"
Hello, I am getting the following error message on the Metastorm Engine Log after my C# code tries to handle a web service response that is relatively long: <> If the web service response that I get is relatively short, the C# code runs successfully and no errors are produced. I have been investigating where exactly to…