-
v9 How to enable toggle button
Hi In Designer User Guide documentation in chapter 27.8 is described that we can enable toggle feature changing ColumnViewOptionsFilter.UseNewCustomFilterDialog property to true. How can I do that?
-
v9 Delete data from DataSet which belongs to Business Object
Hi, I have table in database with columns(ID int autoincrement primary key, Name nvarchar, Value nvarchar). I have a form and on form load in code activity I have: DataSet ds = dummyTableBo1.Read(); DataTable dt = ds.Tables[0]; DataRow dr = dt.NewRow(); dr[1] = "name1"; dr[2] = "value1"; dt.Rows.Add(dr);…
-
Help: Home > Metastorm M3 Help > Welcome to Metastorm M3
I am trying to look at the help inside of the modeler. I see the contents on the left side of the help window, but the right side of the help window stays on "Welcome to Metastorm M3" when I click, one-by-one, on most of the sections in the table of contents. When I try to use the search, it is similar. I can search, and…
-
Web client blank screen
Hi, I am using Metastrom 7.5 and I have managed to display the metastorm client view but it is not operative. I see the layout with the Metastorm logo but none of the buttons work and the items such as the procedures are not displayed. I think only the static items on that page are being displayed and nothing else. Anyone…
-
BPM v9 SR1 - Problem with TODO, Watch lists
Hi everyone, I am new to BPM v9, working on SR1. I made a simple process that leads a user action to a user stage. The role assigned to the stage is 'Everybody'. Then I log onto Metastorm web client using sysadmin. When I start the process from Metastorm web client, I can't see it in my TODO list. In SQL database, I can…
-
v9 problem with intellisence
intellisence does not prompt properly when using indexers. We have to create create instance of an object to see intellisence prompts. I hope that it will be fixed in next release
-
using eRaiseFlag to raise a Flag from outside of metastorm
I have gone through all the notes I can find on settings this up, but whatever I do, it does not work! I have setup the Flag, put it into the correct Map, set it as a Loopback Flag. Set all the values of the data i want to pass, giving names that relate to the Fields. Set the value in the 'Do This' Function. But nothing…
-
Knowledge Base
Can someone tell me where I can find all the old Knowledge Base stuff? The new search only searches documentation which is not what I want. Thanks.
-
Metastorm Knowledge Exchange 6.2 SR2 (6.2.2)
New Capabilities Metastorm is proud to include the following new capabilities in Metastorm Knowledge Exchange 6.2.2: * Reuse of reused content – Reusing objects is a way to maintain “common” content that typically would be used in a number of notebooks across your enterprise. Now, you can extend the definition of a reused…