-
Announcing Metastorm BPM version 7.6 SR4
We are pleased to announce the availability of Metastorm BPM version 7.6 service release 4. This is provided as an incremental update and may be applied to any previous 7.6.x release. This is now available to Partners and Customers with active maintenance agreements for Metastorm BPM. In addition to defect fixes release…
-
Best Practices Guide
Hello Few years ago there was some best practices guide document available on Metastorm partner site. Is there any possibility to have something similar with MBPM v9?
-
'Error in deserializing body of reply message for operation '****' when calling a web service
Hello, I am getting the following error message in the Metastorm Log when I try to call a specific web service (called 'get_estimate') in my C# code: <> As per /awd/forums/questions/3407957, I think this is related to the fact that the XML response message that I am receiving is too big. Also, as in…
-
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…