-
Posting back to Metastorm 9 from an external ASP.NET page hosted in an iFrame
In version 7.6 I was able to use the following code from an external page to post data back into Metastorm parent.top.frames('eFormContents').document.getElementById('FIELDNAME).value = NEWVALUE; In version 9 when I test this with an alert it shows me the value being updated, but I do not see it update on the form and am…
-
Process Builder Invoke Process
Hello, In process builder, I would like the invoke activity to reuse the same packages that are specified in the parent process. However, when the process runs, it shows the standard screen for importing packages and asks me to upload them again. Here is what I have done so far: In the parent process invoke process…
-
Questions on creating a Method and a Job using Composer
Hi, Using Composer I created a Java class with a method to run as a job on schedule. As per the Composer User guide, I see one can create both method (method object) and a job too. My Java method name is "sendEmail". I have a couple of questions while creating a method and Job using Composer. I think we can use only…
-
Customizing to-do list/watch list with additional columns
This may be a noob question - can I customize to-do/watch-list on portal with new columns ? Right now if I go into the to-do list I see "Folder/Subject/Updated/Stage/Priorty/Deadline/Message". What if I want to add another column, with dare say even a value from the folder itself. Is that even possible ? I did see this…
-
DDL Import - SQL server
I am trying to reverse engineer an existing SQL server database into Provision models. The Database uses RI (foreign keys). The tables and attributes import correctly however none of the relationships do, so I end up with a bunch of disconnected business classes. Would anyone know if it is feasible to reverse engineer the…