-
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…
-
Double click on list box
Is there any way to attach an event on the double click of a list object in metastorm 7.6. I tried doing it through javascript and it wouldn't work either.