-
Error When Trying to Start a New Project for the Metastorm Code Behind Template in Visual Studio
The information in this article applies to: Product: Metastorm BPM Version: 7.6.2 Issue Trying to start a new project for the Metastorm Code Behind template in Visual Studio generates the following error(s): The operation could not be completed. The device is not ready. The operation could not be completed. The system…
-
Error opening solution files generated from ProVision
I generated a solution file from ProVision 6.2.1 using the ProVision to BPM Connector. When I try to open the solution file in BPM Designer V9 it generates the error message below. Is this a problem with BPM Designer installation or some file format issue with the solution file? TITLE: Designer Error…
-
Strange bug: date bug in readonly grid?
Hi, we have a very strange bug in our environment V9.1.1. When you select a date column in readonly grid(Always refresh) we populate a local form date variable with the processcontext.userinput[x] method. Every time the date is decreased with exactly 1 day. Example date in grid 20100825. Date in local variable 20100824.…
-
Metastorm BPM 9.0.2 Hotfix 1 (9.0.2.1)
Product: Metastorm BPM® Release: 9.0 SR2 Hotfix: 9.0.2.1 Affected Components: Metastorm Process Designer, Metastorm Deployment Service, Metastorm Web Client, Metastorm Admin Tools, Metastorm Process Engine, Enterprise Component Library (ECL.WS) Purpose of the hotfix: This hotfix addresses the following issues: * In some…
-
On commit action, the Button gets disabled permanently
Hi, Context of the problem: I have a Command button with Button action set to "Commit Action". I have a server side script to be executed at action completed when committing the form. Description of the Probelm: On commit action, the Button gets disabled permanently, but i need the button to remain enabled in some…
-
populating a column in the grid depending on the selection of another column value
I have to select a value from the column(which of type dropdown) in a grid,on selction of which another column value need to be populated which is also a dropdown. Columns values are coming from two different tables.Does metastorm support this.And will it be possible to use two bussiness object for a single grid?
-
Navigator naming
Hi, im a new metastorm developer. im a trying to rename the user interface. i want to change the naming in the navigator which in "Metastorm BPM Server" to something else. how do i do change that naming? pls help. its my first assignment. i have attached a pic of what im talking about. Thanx
-
On commit action, the Button gets disabled permanently
Hi, Context of the problem: I have a Command button with Button action set to "Commit Action". I have a server side script to be executed at action completed when committing the form. Description of the Probelm: On commit action, the Button gets disabled permanently, but i need the button to remain enabled in some…
-
Ensure you name BO parameters carefully
Just a quick tip from my v9 experiences so far. You should be careful when creating a name for your parameters while creating Business Objects, as this can catch you unaware when using the intellisense for BO instances later on in your code. As the parameters and the column names show up in intellisense, it can become easy…