-
Integer field not saving decimal values
I have a strange issue where an integer form field will not save the decimal values when submitting the form. I am able to type in a decimal figure (such as 1.34) but when submitting the form only the whole value (1) will save. The field has been setup to show two decimal places. Has anyone encountered this type of issue…
-
VBScript doesn't work in v9!!!
Not even the simplest script, like: MsgBox "Test" or call MsgBox ("Test") or showSubmit false or call showSubmit (false) or or eworkShowSubmit false...... etc...
-
ChangePassword.gif
-
Deleting multiple attachments
Hi, Does anyone know of a neat way of deleting all attachments from a folder in a single script (server side jScript.Net)? Is there a function to return an array of filenames? That way you could at least loop through this list and delete each attachment one at a time. I'm developing a process that needs to remove all…
-
EMAIL Link Issue
Recently, I created a new staging server (Windows 2003 VM) running: Install Build - 7.6.3.5 Web Build - 7.6.3.1618 In our environment, we have multiple instances of Metastorm running on test boxes all set up the same way but the problem is only occurring on this one staging box. Since I only am in charge of setting up the…
-
Metastorm 9 - Filtering Grid from ECL?
Hi, in Metastorm 9, is there any possibility to Filter GRID by external Custom Client or by WebService? What we need is to access all data in Grid, which can be paged, sorted, but also FILTERED by any column. This would be added dynamically. Is there any possibility to access programatically Business Object or Grid and…
-
How will Metastorm create a case?
Hi, i want to know the total process of how metastorm will create a case after one submit the details in First Action. (Request to create a new case for the process) I know about the procedure (esp_creation_action) it calls when some one performs first action, but i dont know how it calls that particular procedure. Can any…