-
MBPM 9 Code Activity Raise Flag Syntax
Hi Developers, I'm struggling with bit of code. I guess the answer is obvious for many. In code activity, I just want to send a variable content to an other process using a flag, here is my code. string strVMaxActions="aaa"; List FlagListV = strVMaxActions.Split(',').ToList();…
-
Session Parameter not carrying values to Content UI
Hi I am assigning values to session parameters in a application UI page and trying to retrieve those values in a content UI page. But the values in Session parameters are null when I checked it in Content UI. Is this the product limitations or is there a way to achieve this. Thanks in advance -Dwaraka
-
How to use one DFC transaction for whole form submission including: pre, itself and post submission
We have xCP apllication with TaskSpace and Form Build, all in 67SP2 versions We need to use one DFC transaction to control whole form template submission process, including pre, itself and post submission. We can override WDK or TaskSpace class if we need. Thanks.
-
Error while connecting to the repository from the Composer
Hi, I am getting an error while trying to establish a connection to my repository from Composer. The error says "[DM_SESSION_E_AUTH_FAIL]error: "Authentication failed for user "username"with docbase "docbase name". I am keying in the right credentials and the dfc.properties file seems to be fine. Can anyone please help…
-
Alter type help - update attribute to unique
Hello, I need some (hopefully) quick help to update one of my attributes as unique. This way when a user is creating, importing, or updating a document via Webtop, the field will be checked as unique. The attribute is part of a custom type that is a subtype of dm_document. I have found in the DQL reference guide how to…
-
Not able to access Process Suite web services.
Hi, I'm making an application to consume the Process Suite Web Services. The steps I have done are as follows * Installed AppWorks. * Installed Process Platform (10.7) * Deployed Process Suite REST Client into AppWorks(Copied the BPMService.war extract into TOMCAT_INSTALL_DIR/webapps). * Updated rest.properties pointing to…
-
D2 DocListWidget Columns/Workspace
Good Day All, I would like to know is it possible to force the D2 default columns based on the widget configuration within the workspace. For example I have to DocListWidgets the one works as per the default viewing all the contents of the selected folder and I have a second widget with supporting documents which are…