-
Folder stuck at system stage with timed action
Hello, I have a folder sitting in a system stage and doesn't seem to want to move. I had originally created a timed action to fire seven days before a certain date. That date has well and truly passed and the folder is still sitting at the system stage. The system stage is the first stage of a sub-process (in case that…
-
Question about read-only drop-down list in editable grid
Hi, I have a question regarding a read-only drop-down list in an editable grid. The scenario is as follows: A user enters data using an editable grid. One of the columns is a drop-down list populated by a read-only object. The user needs to add a new option to the drop-down list, clicks on a button on the form to open an…
-
Does it make sense to configure V7 SSO if we're migrating to V9 in near future?
We are planning to migrate to V9 in about 9 months. The question has come up if it's worth it to configure SSO in our current V7 environment. Would this be a total 'throw away' or are there any SSO objects/scripts that could be reused in V9?
-
euser.js createLogEntry write "User authentication failed" in edescription colum of ELOG t
euser.js createLogEntry write "User authentication failed" in edescription colum of ELOG table even if the login is succesfull. function createLogEntry( err ) { ework.CreateDesignerLogEntry( "SAP[" + sapname + ", " + sapversion + "]", // eDetectedByClass replaceChar( err.eDetectedByMethod, "'", "''" ), //…
-
Can you point out to any "Mapping processes 101" document?
Greetings, I am looking for any documentation that can provide the basic steps, like: * Process maps run left to right, top to bottom * Incoming arrows go on (top and left?) and outgoing ones go (bottom and right?) * Each process should have between 7? and 20? steps (min. and max.) * etc. Appreciate any help with this.…
-
Highlight Grid row in Colour
Is there any way to highlight the grid row in colour ?
-
Client Script not function
I have a client script which runs on cell exit from an editable grid. It works perfectly. But if I try to make it a funtion by saving it as a client script with a simple function fnDoThis() { working script } and then on exit fnDoThis(); (to call the script) it doesn't do anything. I can work around it but it's nice to…
-
Conditional Action Raise Flag Option
Hello, In a Conditional Action if we set the Raise Flag Option (default is (none)) to an existing Flag, when will it be triggered? Before or after the Conditional Action ****is completed? Regards, Rui Miranda
-
in bpm 9.2.1 not displays checkbox in the form
In my form i have a button with C# script that displays a list of folder with a checkbox to select it, but with a new bpm version there aren't checkbox. I attach the screenshot. I install bpm 9.2.1 but bpm solution is the same . an extract of my script. foreach(string f in searchFolder) { DirectoryInfo fi = new…
-
Error after upgrade from v9.1.2 to v9.2
i m facing the error "error CS0234: The type or namespace name 'DirectoryServices' does not exist in the namespace 'System' (are you missing an assembly reference?)" when upgrade from v9.1.2 to v9.2. Anyone face this issue before?