-
Runtime Logging
Any recommendation for adding logging to a server script to produce output when running a web service generated via the Process Activator.
-
Metastorm Administrator
A few last questions this week on Metastorm Administrator and logs How do I delete the logs? Are the logs saved to a file? Where is it and can I change the location?
-
iPad- Error when submitting/cancelling a form
We are trying to access an existing Metastorm module through an iPad. After updating a form we receive the following error messages when either Submitting or Cancelling the form: The server method 'Submit' failed The server method 'Cancel' failed The solution works fine in IE and Safari through a laptop but errors when…
-
ProVision 9.0 and Floating License Server
Will there be a new floating license server for 9.0 or does it work with floating server 6.2?
-
Setting a text field from a server script
public class MyClass{publicstatic BusinessObject1 bo1;publicstatic Form1 form1;[Promote(PromotionTargets.ExpressionBuilder)][Category("UserCategory")] public static string sGetNextInSequence() { bo1.Refresh(); string sValue=bo1.NextSequenceFormatted.ToString();// trying to set the Text1 value…
-
Error when validating script
I am trying to create a server script something like the code below: using System;using System.Data;using System.Collections.Generic;using Metastorm.Ide.Extensibility;using Metastorm.Runtime.Core;using Metastorm.Runtime.Types;using System.ComponentModel;using Metastorm.Runtime.Models.TESTSQLPROJECT;namespace…
-
Open In Edit Mode
I presume/believe this is still the case in V9, but thought I'd ask anyway ... just in case. Is it possible to open an existing folder (not a blank form / new folder) in edit mode directly from a URL? I don't mean from the To Do list, but from a link in an email message for instance? Also, for the moment, not using a 3rd…