-
V9 Engine Operation Logging
To log the engine's operations rolex replicasedit the engine's application.config file (in ...\Program Files\Metastorm\BPM\Engine) and add the following key to the appsettings section: <appSettings> ... <add key="OperationLogLocation" value="c:\logs"/> </appSettings> Restart the engine to start logging (the folder…
-
v9 web form bug
Hi On the form which have Download Free Programsscrollbars when we click on datetime control picker or checkbox which is located on the bottom of the form, form autmatically scroll to the top of the form, just like we set target="_top" in a href tag.
-
MIYTA5.jpg
-
Re: Canceling a checkout in Provision / KE
We also had the same problem and opened a known error with MetaStorm. We have just installed the 6.3 upgrade and have been testing this functionality. So far so good. We have not had any issues yet. Since this issue was sporadic and did not occur with all canceled check outs, we are waiting to say if it is completely fixed…
-
Using "SearchDirectory" formula with Active Directory for dynamic roles BPM 9.02
Hi all, I'm trying to use the "SearchDirectory" formula in BPM 9 to populate dynamic roles. I have created a role and the formula I'm using toFreewarepopulate it is "SearchDirectory(new ADConnection(),"LDAP://vmMetastorm.local","","","Base")" This is causing errors in the Metastorm web client when the role is assigned to…
-
ECL Webservice Metastorm BPM v9
Hi everyone! Anyone who has any documentation orSkype downloadsample code about how to use the ECL Webservice in version 9. I need to be able to start and submit a blank form action with c# code. Appreciate any help,
-
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 whenedutalentcommitting the form. Description of the Probelm: On commit action, the Button gets disabled permanently, but i need the button to remain enabled in some…
-
Re: V9 For each loop - access element problem
Regarding activities not working, I noted this in May 2010. I only tried with 'if/else' activities. It is much worse if none work: http://metastorm.processmapping.com.au/post/If-Activities-do-not-work-inside-a-ForEach-loop-4725191
-
Re: V9 For each loop - access element problem
Yes, sorry, I forgot to mention that I was assuming the eFolderId record would be the only field returned. I believe it would work as I expect if that were the case. I have never had the [] syntax work with SQL returns, but that may be an old issue that is now resolved.
-
Create a custom MASK
How do you create a MASK for a BPM 7.6 text field that will accept only numbers in the format of: 9 99 999 9,999 99,999 999,999 9,999,999 99,999,999 999,999,999 I have been trying to reverse engineer the Masks that are displayed for SSN, TIME, etc., with no positive results. Thanks.