-
Digitized Signature field.
Has anyone been able to create a digitized signature field within BPM 7.6 designed form?
-
How to view contents of a nested workflow right in the parent workflow model.
I'm interested in the capability to expose the contents of a nested workflow directly in the parent workflow. For an example, see attached image taken from the KE sign in page. Is this capability still available in 6.3.1? How is it accessed?
-
ESP_UPDATE_ACTION errors
Hi, we have a lot of eventlog messages: An error occured in the [ESP_UPDATE_ACTION] stored procedure. Where can i see, at wich point and with wich parameters this errors ocours? At second the engine does not execute every timed action (1 minute after entry time we are sending emails at every stage). I wrote a log-trigger…
-
Browser settings admin form from 76?
We are in the process of moving to v76 and v91 side by side. Previously (it works as late as v76) we had a browser settings admin form that users could control date/time formatting, number of rows per page, etc... Is there an example of this working in v9? I've tried using it as a 76 form in side by side and it isn't…
-
How can I move all versions of a document from source to destination folder using "Link to Folder" a
Hi, Using "Link to Folder" activity in Process Builder (xCP) I could move only the final version of a document from source folder to destination folder. How can I move all versions of the document? Please share your knowledge and experience. Thanks. ta
-
date error alert
i want my date to indicate an error msg to indicaite if an end date is in the past this is the java script i have and it dont seem to work var ErrorCount = 0; var dteStartDate = GetField("dteStartDate", ""); var dteEndDate = GetField("dteEndDate", ""); while (ErrorCount == 0) { if (dteStartDate < dteEndDate) { //alerting…