-
Close (X) and minimise button on the browser form
hi, pls help. on metastorm, is it possible to diable Close (X) and minimise button on the form browser itself? i want to disable those button and set the fixed size of the form and let the user use Cancel button that comes on the form instead of closing it on the browser. if its possible, how do i do that? i have attached…
-
After installing SR1,SR2 ,unable to deploy process.Please help
Hi, Unable to deploy after installing SR1,SR2.Following process engine error pops up whenever i try to deploy solution/project.Please help. Failed to execute deployed method 'GetMap', using entity 'Process1'. Method 'get_MapMBO' in type 'Metastorm.Runtime.Models.AMS_ProductDelivery.Process1' from assembly…
-
Bulk Operations - How to?
I am in a situation when cooperation within one notebook is necessary. Obvious case is that there is one or two business domains assigned for elaboration. Each domain has at least process modeler with processes and those processes are modeled by Workflow Modeler and performed activity usages are modeled by Use Case…
-
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?