-
Using Conditional Expressions vs Roles for Form and Actions
Long-time users of Metastorm BPM are probably very familiar with building dynamic roles containing such business logic such as “If Form XYZ is Complete Then return User Y”. In fact, that our roles were this flexible was a testament to the power of Metastorm BPM, but the problem with this is that this could end up being a…
-
Only Show Action If Property.PNG
-
V9.png
-
Only one model type per subject?
Forgive me if this question has already been answered and I've overlooked it but it seems there can only be one model of any given type for a particular subject. Is this correct? Say I have a Payroll application and I build a system interaction model showing the interfaces to other systems. But then I also need to create a…
-
Capability Modeller - help please!
Hi, I am a new user of PV, so this may be a trivial question... I have a capability model that I am importing from Visio. The capabilities are drawn as rectangles. There are large rectangles for parent capabilities. Inside these are smaller rectangles for child capabilities. The model seems to import OK into a PV…
-
6.22 Translator issues - is it it even fit for purpose?
The translator interface is simply NASTY. First issue: We have attempted to use the translator to add a ownership link between some person objects (existing) and some system objects (existing). This appeared intially to work well but upon checking every system that had the link established had all properties, description,…
-
When will I typically have to convert my data in KE/PV?
On Service Releases you don’t need to convert data but on a ‘point release’ or a ‘version release’ you usually do. Version release being v5, v6, v7, etc. Point release being v6.0, v6.1, v6.2, v6.3, etc. Service release being v6.2.0, v6.2.1, v6.2.2, v6.2.3, v6.2.4, etc. For Example: Going from v5.1.2 to v6.0.0 would require…
-
V9 SR2 Select a row in read-only grid with null date
I have a readonly grid with several columns. Two columns are DateTime type. When the user selects a row I set a local variable using ProcessContext.UserInput[1]. When either of the date fields are null it doesnt set the local variable. If both dates are not null it sets the local variable as expected. Has anyone seen this?