-
Debugging???????
Has anybody been able to get any value out of the new debugger? For me, it seems like trying to debug metastorm instead of debuggin my app. I can't recognize any of my code, my forms, my process, etc. I will be very grateful for any help or insight!
-
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…
-
Failed to execute deployed method 'DataValue', using entity
Hello All, I am trying to add db2 database connection from designer and i am sucessfully able to connect it to db2 database using IBM OLE DB Data provider for DB2. But now when i am deploying the process on Metastrom Server and i am trying to do Blank forms for that process and its giving me this error: Failed to execute…
-
Add Control To a Form at runtime
Hi I am new to Metastorm and I am using 9.0 Version. I have a requirement in which I need to add rows/Controls (3 dropdowns and 1 text box) to a form on a button click at run time, similarly I need to delete the rows on button press. Attached the screen shot of the sample page. Can some one please help me out in achieving…
-
How to make a Grid editable that is bound to Query type Business Object
Hi I have a requirement in which I have to give a search Form in which the End User will have options to input his own filter criteria, and based on his filter criteria I need to build the WHERE clause and populate the grid with the values fetched from database. Post which he should have an option to select few records and…
-
Integration with Sharepoint
Hi, I want to create forms which requires more features than metastorm offers. Example : I want the total form to be in a table with all the fields in each cell. Could any one suggest how to do this in Metastorm ? i am thinking about using Sharepoint forms, i dont know the complexity involved in the integration. Can any…
-
Server operation on enter key
I have a search form with several fields for filter and a command button for SEARCH which executes the search against the entries in the filter fields. The tendency with the users is to enter some and press ENTER which causes an error when the search executes ("The given key was not present in the dictionary"). What I…
-
Opening Word documents in a client script
I am converting a V7 process that creates word documents to V9.1. I have created a server script that uses openXML which is working well. The documents are saved to the file system rather than being attached to the folder. There is a requirement for the documents to be available to the user for final amendment. In the V7…
-
Bulk archive folders
Hi All We are running BPM v9 SR2. We have a whole bunch of folders that are at a user stage and need to be archived. We (the IS dept) have been asked if there is anyway that these folders can be bulk archived by us rather than the users having to open each one individually and click the archive button. We've had a look at…
-
Business Object - page size - Non Grids
If I set the BO default to a page size of 25 and set the List Options to pull from that BO, 25 records will be shown. How can I cycle through to the next 25 set of records? Or is the page size really for use with a grid use only and I should always set page size to None for non-grids?