-
Conditional Timed Action - when is the condition checked?
Hi there, I've created a timed action to send an email five days after a stage starts. But I only want the email sent if a certain condition is met. Does the condition ("only start action if"), get checked when the action first starts? Or once it reaches it's timer mark? I tested this previously and thought that it checked…
-
Could not connect to deployment dervice. TCP Error Code 10060.
Hi All, Requesting a little help... Its been a little while since I've done any metastorm development. However, in the last few weeks I was trying a few things out and I now have problems deploying (any) solution to our build server (which previously worked fine for us). If I try to deploy to my local machine it works…
-
WCF Web Services Error
I'm getting the error "Could not find default endpoint element that references contract ' Metastorm.Runtime.Models.MyProject.WCF.MySvcWS.MyInterface' in the ServiceModel client configuration section. This happens anytime I try to use the service. It is a valid service that I can successfully access from a regular c#…
-
How to update data in the database table?
Hi, I'm very new with Metastorm. I try to create solution that allow originator to update his own data only in the database table by clicking button using Update Row(s) command function in Visual Script Event-Handler, how can we allow the data that already stored in the database table can be updated? can we use the grids…
-
Role Scope in Library
Just a confirmation question here. If you maintain your roles in a library can you not scope them to a process once attached to your solution? thanks ...aaron
-
Event Manager doesn't process eWait records
We're setting up several new environments for our first live deployment, and are experiencing a frustrating issue in several of them. These show up in both version 9.2.0.0 and 9.2.1.1. These are both completely fresh environment installations, with split engine and web servers. All things are working fine (deployment, user…
-
Replace Standard Cancel with a Confirm Cancel
The code below was provided by Metastorm (back in v6 and early v7) which we use on most of our action forms. Its purpose is to replace the standard (non prompt) cancel text with a confirmation box (which happens to include the action name). However, I cannot seem to identify the v9 (9.2.1 in particular) equivalent…