-
Executing Oracle Procedure in Server Code in Metastorm BPM 9
Hi everyone, could anyone provide me a working sample of executing oracle sql procedure in server side code. I tried construction like this but i get execption ORA - 00900 (Incorrect syntax) QueryParameter[] _params = new QueryParameter[5]; _params[0] = new QueryParameter("@P_CLIENT",_frm.Local.txtClient); _params[1] =…
-
v9 Export grid to Excel
hi i know that telerik grid control have possibility to export data to excel or even word, we can use client side or server side functions which names gridObject.ExportToExcel(path); is it possible to fire this actions in Metastorm?
-
Check Box in Grid
Hi, i am new to Metastorm, I am using V9.1 and trying to implement check box in grid I have the following requirement.. * First column in grid should be a check box. * User clicks on check box to select a row in grid. * User can select multiple rows by clicking on checkbox corresponding to a row. * When user clicks on…
-
Custom Controls in Metastorm
Is there any way to create custom controls in metastorm?
-
Need suggestion on Implementation
Hi I need your suggestions in implementing following scenario in Metastorm. Requirement Statement: We need to select few records manually after fetching the data from database. Some thing like approve or reject for each row fetched. Scenario: On a click of a button i should get data from database. lets consider i have…
-
V9 Active Directory Services Integration & Directory Extraction Tool
Hi, Is it available an Directory Extraction Tool or something similar for BPM v9? Thanks Andrea
-
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…