-
BPM9 Webclient Themes
Can I suggest creating a 'themes' repository somewhere inside the community to which people can upload their themes similar to skins used by Firefox and others? It would save everybody considerable time creating their own designs if a reasonable selection of colour schemes and button designs was available.
-
Generating an interpretation of a model directly to a docx template
There is an open source tool enabling report generation out of a model created in Provision. It enables one to create a word document with whatever structure and put there a reference marks to model resource. It is possible to report properties, follow the links (e.g so you have all the performers within all the processes…
-
PMLogo.jpg
-
index_img1.gif
-
using the form.GetField("fieldName") to access fields
Hi I am writing a form where depending ion the type, different fields are valid. I have a List of field names that must have a value. I'd like to write a script something like below to vaildate the form public static bool ValidateForm( ClientForm form) { List required = getRequiredFieldlist(form.Local.memrequiredFields);…
-
v9 Raise Flag
Hi How to raise Flag from v9 process in v7.6 process in side-by-side configuration? Regards
-
Custom List URLs
Hi I found new URLs direct to reports in chapter 4 of Web Client Configuration Guide. I have two questions: 1) is there any option to pass report parameters via URL? 2) is there any URL to open directly custom list? Regards
-
Archiving Metastorm Tables
Is there a facility to archive Metastorm system tables to a different tables for archiving purposes and improving performance. For example, we want to move all records that have reached the arcchived stage to a separate table.
-
How to clear the grid data
Hi Everybody, i am a new bee to metastorm. Can anybody tell me that how should i clear the data from a grid bound to a BO with a dataset. I have a button named "Add Rows" on it's click i add some rows into my Grid. for which i have written the code as follows which is working fine: DataSet ds =…
-
Label bottom anchor not working...
Hi, I'm attempting to embed a web-page in the Metastorm form by using a calculated label: " " This all works fine, the next step is to get the control to resize automatically using the anchor properties. Top, left and right all work fine. Bottom, however, is completely ignored. Has anyone else noticed this? Is this a bug?…