-
Who is my child?
Has anyone come up with an elegant way to raise a flag to start a child process and retrieve the child process folder id that was created? As it stands I have a method I use that queries the database looking for parent folder Id's and returns an object of all children. It would be nice if the raise flag event either had a…
-
Grids columns no longer filling the width of the grid
In versions 6.x and 7.x,whatever you set the column widths to, the columns would fill the grid (albeit somewhat awkwardly at times if there was a scroll bar too). Basically the settings were relative, not absolute. In 9.0, this was translated to an absolute pixel value, which is one of the main reasons we elected not to…
-
SaveAttachment
I tried using the SaveAttachment(*folder**id,* *filename*, *filecontent*) built-in function earlier. In this case the *filecontent* was a simple text string ... less than 80 characters. An attachment gets created just fine, but when I try to open it form the multiclip once added, I'm getting an "Invalid character in a…
-
Lock Time Out
I'm not sure this is a flaw, or just a "feature". The automatic lock time-out is set to 60 minutes (the default) on our systems. I thought -- though I've been unable to reproduce in V7 nor V9 -- that if the lock timed out during an action (folder action, or in our particular case an admin form) the user get a "folder is no…
-
No engines available error on invalid user id or password in 9.3
In version 9.3.0.1, if you type in an incorrect user id or password, the error displayed is "No Engines Available in the Metastorm BPM Server Service". This makes it extremely difficult to diagnose the reason, and causes an unusually large number of support calls from our customers claiming that their system is down, which…
-
Command Button Not Working For Some
We have a form with some fields, a button and a read only grid (simply put). When the user fills in the fields and clicks the button the information from the fields is added to a database and then is reflected in the read only grid. This works perfectly fine for most. But we have encountered a few machines in our…
-
Field Read Event
We are working on a process in which we want to ensure that users have read a piece of content. I have a memo field and a button that allows them to mark as read but there is no obvious way to ensure that the user actually reads before hitting the button. I would like to disable the button until at least the user scrolls…