-
Incorrect Engine Select query on eWait that locks the eWait table
Has anyone reported or noticed that the engine makes a select query on the eWait table which is suppose to use locking hints NOLOCK but because there is a mistake in the syntax the NOLOCK has not been enclosed in brackets or WITH (NOLOCK) it in fact just acts as a table alias name. This Query does a full table lock on the…
-
7.6 Multiple Lines for Alert Message
Is it possible for me to have multiple lines for my alert message? I am trying to show it like so: My message here %ToDoList(%FolderID) Thanks in advance.
-
SR3: Form OnSubmit Function
The form OnSubmit function is documented for SR1 (pg 206), but it is missing (and I can't get it to work) in SR3 31.8 OnSubmit and OnCancel Functions You can specify a script function to be called when a form's OnSubmit or OnCancel event handler is used. To do this: 1. In the Designer, use the Scripts dialog to create a…
-
Incorrect Alert Messages 3-11-2011 11-32-53 AM.jpg
-
Question about Rules Stages
I have a process where the system must complete several very long running processes. In the past, we have created overly complex processes that fail occassionally by calling outside processes and having them raise flags back to BPM. My thought was that we should incorporate these into Rules Stages and call these processes…
-
Knowledge Exchange Notebook level "Access Rules" tab is missing after 6.2.4 Upgrade
In setting up our KE server (we are a new Provision customer), I had been testing Access Rules at both the repository and notebook level on KE 6.2.3. They worked in accordance with the "Knowledge Exchange Administrator Guide (6.2.3)" that I am using. Yesterday, we finally were able to upgrade to KE 6.2.4. This morning when…
-
Bind Checkbox to Editable BO
I have an editable BO and I would like to bind the controls on one of my forms to this. I'm not having any issues binding text fields, memos or numbers, but I can't seem to bind any checkboxes to the BO. The database table (sql server 2005) has the checkbox columns set as smallint. Has anyone been able to get this to work?
-
Text Objects / Where Used
How do I easily find (with ProVision 6.2 SR4) where "Text Objects" are used? I can, using Search or Translator Export, for example, get a list of "Text Objects" - but - without any indication as to which model contains the text. That is, "Where Used" does not seem to apply to "Text Objects". I see that CIF Exports relate…