-
xCP 2.0 Dynamic Input Screen
Good Day, I have a requirement to create a dynamic input page similiar to to the Manage Application Parameters page. Is this at all possible or is there an alternative way to go about this. Joe
-
Using variables for list control / field
Hi All I'd like to use the contents a form variable to be the list options in a list control / field. On the list control under List Options I select from a business object, then select Local and then the variable name. However when the form is rendered the list options in the list control does not show as a list but as a…
-
Loop back and re-open folder issue
Our end users are experiencing an intermittent problem with a number of our processes that use either a look back and/or re-open folder from an action. There appear to be a number of fixes for a reverse proxy for Metastorm 9.0 is there a similar fix for 9.2? Any help would be appreciated on this one.
-
IDfFormatRecognizer gives old content type of documents
Hello , I have a method which gives content type of document public String getContentType (String strPath){ String format = ""; try{ IDfFormatRecognizer formatRec = clientX.getFormatRecognizer(idfSession, strPath, null); if(formatRec.getDefaultSuggestedFileFormat() != null) { format =…
-
BPM 7.6 form problem with IE8
Using IE8 I have a form with a dropdown that populates a text box upon selection of a dropdown item. After the dropdown is selected and the text box is populated an hour glass wait stays present on the screen. If the same process with the same publish is run in IE9 everything works correctly ( no hour glass wait ). Any…