-
Replace Standard Cancel with a Confirm Cancel
The code below was provided by Metastorm (back in v6 and early v7) which we use on most of our action forms. Its purpose is to replace the standard (non prompt) cancel text with a confirmation box (which happens to include the action name). However, I cannot seem to identify the v9 (9.2.1 in particular) equivalent…
-
Metastorm 9.2 - Integration with Opentext Content Server
I want to browse Content Server and select a document to be used as an attachment to my form. In Designer, I've added a connection to Content Server ( which tests OK) , and a Business Object for the connection. I've added a multiclip to my form, and set the appropriate properties ( DMS, Business Object name etc ) The…
-
Customisation Control Panel
Hi We are having problems creating custom properties in the customisation control panel. We are able to make changes in the local notebooks however these are not saving so when you go back in they have disappeared. Has anyone come across this problem before? Also, how do you move the changes to the master repository…
-
Link labels and client scripts
I'm porting a large v7 map into a v9 solution. We have several "help" links built using references which basically build the URL and options to do a ShowModalDialog or window.open. However, it doesn't seem V9.2.1 supports calling client side scripts from . I have been able to get direct showmodaldialog/etc. to work…
-
Hovering over action displays folder url
Whenever I hover over any action (or tab for that matter), I'm seeing the url of the folder show up like a popup hint, but I don't have anything specified in the "Description" property for any of the actions. Has anyone witnessed this? Does anyone know how to prevent that popup url from displaying? (It's partially covering…
-
No of search results
Hi , I want to change the number of search results , For which i have already changed the dfcfull.properties in WEB-INF/classes folder current chantes look like below: # Maximum number of results to retrieve by a query search. # min value: 1, max value: 10000000 # dfc.search.max_results = 30000 # Maximum number of results…