-
Issue Modeling Language
I have a small weird issue. I created a modeling Language but when I active it…. Not everything changes. I tried it couple times. I even closed PV and started again but nothing. I am working with 6.3 SR1 See the pic. Do you have an idea? Can you help.
-
Write To File Activity
I thought this was a simple request but it seems a struggle to get answers... can anybody show how the write to file activity parameters should be completed as I'm getting errors. Failing that an example of using c# to get data from a table to a file? Not used that much c# so having an example would help.
-
ECCN Number Has been Approved
We have received our ECCN number, so any customers outside of the US can download the PV Client. The PV client has been placed on an FTP site. Username = PVBeta9! Password = ~~!9ateBVP1 URL = Ftp://ftpsupport.metastorm.com The FTP site will expire in a few days. Keep in mind that most of the new functionality for this…
-
Beta Program is Winding Down
The Beta program will be winding down next Friday, June 22. Be sure to get any feedback that you have posted before then.
-
Workflow Validation-How to take control for "Forward" Button
Hello Friends In the Workflow Inbox task "I want to validate for few functionality while clicking "Forward" Button not with "Delegate" Button ". I was tried to validate in Taskprocessvariable.java file in the onCommitChanges(). But it validating for the delegate button also.. But i want only for "Forward" Button . Is there…
-
Email Inbound - Initiate with IMAP SSL Documentum 6.5
Hi friends! I know Process Builder 6.5 doesn't support SSL IMAP in Email Inbound activity. But we need to connect to exchange server with IMAP SSL protocol. Can you help us? Can anybody send my an activity template that perform this connection? Thanks!!
-
Using 'GetField' to get the value in a drop-down list of name-value pairs
I am trying to get the value of the dropdown field (with a list of name-value pairs) using GetField. However, I am getting the name instead of the value. According to /awd/forums/questions/3406366, this was fixed in version 9.1: DEF17949 Web Client getField returns the value from name/value drop-down rather than the name.…
-
Rename Project
Hello folks. I've been hitting my head against the wall and hope you all can help. I need to make copy of and then rename an existing v9 project. The problem is when I do this the Referenced Libraries fail to reference the namespace within those libraries. So everything bombs. I get "namespace name xxxxx could not be found…
-
Assign local variable through "Code Activity"
My end result is a bit more complex than this (that is why I am doing this in a code activity), but I am trying to pull data into a string variable and then assign the results to a local variable (see below). I have this running when a button is pressed. string FunctionList = SelectSql(new MetastormDefault(), "Select…