-
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 =…