-
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…
-
Grid Tabs issue
Does anyone have any experience with the following issue? within a grid the calculation the Grid has 3 columns where data is entered into two columns, cell values showing the result in third column cell. This feature works only user clicks with mouse on third cell after entering data in first two cells. Tabs are not working
-
Capture2.JPG
-
Capture1.JPG
-
Capture.JPG
-
How can I download BPM developer adition
Please helpme, I want to download BPM developer addition. The manager's edition is downloadable but I'm not able to find the developer addition.
-
Unable to Deploy process via Designer
Hi, I have just installed BPM 9 SR1. everything was ok until when i was trying to deploy a process. When i click Deploy. It prompted me to enter username and password. After entering it,it keep prompting me a warning message stating my username and password are invalid. May i know where is this username and password is…
-
v9.1 attachment clip value
Hi, Anyone knows how to do a check to an attachment clip whether it has value or empty? i tried it by assigning a form variable say local.attachment and built IF ELSE statement in a button server action to check whether the clip is empty or not by using local.attachment!="". But seems like it always go to the "else" part,…