-
how to liberate the workitem from being in 5(APaused) state?
hi, i looked up every sources. but there is not an exact solution when the workitem in 5(APaused) state and workflow is in 1(Running) state.anyone who knows which methods of workflow and workitem objects should be called in order to make the workitem out of 5(APaused) state and complete the workitem? my code to do this is…
-
Logging client script errros
Is there any way to log errors from client script onto the server log ? I know you can do this in custom code using AJAX and passing the error back to some aspx/jsp on server side. Wondering if there's some Metastorm aspx we can hook into (with the assumption that metastorm does capture clientside errors into the server…
-
eCallerID value
Is there a way to access (for reading) to EcallerID value... somenting like esessionID exposed by Legacysession type? Many thanks
-
Records menu items invisible in Webtop
hi Experts, Records menu items invisible in Webtop. But all menu items of Records menu are visible in da. Need suggestion how to make visible of menuitems in Records menu. Thank you, Srini
-
Rol preferences in webtop
Hi! I want to set the cluster tree definition in webtop. I have found out that I can do it at user level in DA at Cabinets/Resources/Preferences/Webtop directly modifying the content of the 'application.display.clusterTreeDefinition' field inside the username.preferences file. But I would like to do it at role level…
-
Text fields can now be up to 2000 characters in v9
I'm not sure it is documented anywhere, and it is certainly not highlighted as a significant feature, but text fields and variables can now be up to 2,000 characters long. A welcome addition.
-
v9 Java Portlets
Hi Do anyone know if java portlets are supported in MBPM v9? Regards
-
how to delimit attachments for SendEmail() ?
Looking at the SendEmail() function, there is no clear definition of what is required. It accepts a string, but how to delimit the string? OK, for email addresses we accept it could be either ; or , but what about attachments? Both are perfectly acceptable in a file name. In version 7 you wrapped the name and path in…