-
Metastorm Community Central - Flashing Banner
Although it can be useful to have the MCC web page displayed each time you open the MBPM designer, the flashing banner (telling me something "will be" happening on a date over four months ago!) is irritating beyond belief! Please can we have something more relevent, up-to-date and above all non-flashing on this page!
-
V9 SR1 - AJAX controls on forms
Hi, Is there any way to add AJAX Toolkit controls on the V9 forms? I noticed that AjaxControlToolkit is already added to the controls tag in the Web.config that the web client is using? "< addtagPrefix="ajaxToolkit"assembly="AjaxControlToolkit"namespace="AjaxControlToolkit">" Thanks a lot your advice in advance Regards…
-
Export report from SSO Web Client not starting
Hi all, anybody knows how to solve this problem? Export report functions (save and open) from SSO Web Client do not start at all But if I try from a "log in" web client all is ok... I think some permission... but where? My BPM Version is 9.1.3 Many thanks in advance Andrea C.
-
Display attachment on Form
This seems like it should be a no-brainer. Perhaps that is why I'm struggling. I have a requirement that the user be able to upload an image to a folder, and then have that image display on the form. So I add the Attachment Clip to the form, and the user is able to upload an image file. So far so good. Now they want that…
-
1
-
Calls the server API Apply method. in IDFCollection
Hi , Can any one guide me how to implemet apply methode in DFS using C# below is the equivalent methode in DFC . public IDfCollection Apply(string objID,string methodName,ArrayList args, ArrayList types, ArrayList val) Regards, biswal
-
Amend Data Options within Knowledge Exchange Notebooks
Hi We would like to amend the following information within our Knowledge Exchange notebooks: Priority - High, High Medium, Medium, Low Medium, Low to Priority - Must Have, Should Have, Could Have, Would Have Current Gap to Rationale Category - Business, System to Category - Functional, Non-Functional We think it is…
-
Update Datagrid without page refresh
I am doing a Import operation in modal popup. After import operation the document which which got imported should be visible in datagrid. I tried refreshing the datagrid but no output. But refresh the page then is showing in the datagrid. I want that datagrid should be updated without refreshing the page. Thanks.