(...) Hi, I've inserted a line chart to my form. It GET s data from database (4 columns). 2 columns are presented on a chart as data series. Sometimes there are nulls in one of the columns. Then Webcon interpreters it as 0. Do you know any countermeasures to it? If there is a null value from the database, then it shouldn't show that line at the given point in time. I attach a photo of that such graph (...)
(...) roblem with this one process. I start a new parallel subworkflow in an action (ID is saved in a technical field), which I want to update later. In the action "Update related workflow instance" we GET the message for the users: Incorrect instance ID: ''. When we execute this workflow, the ID is found and the data is written. So it seems to be an authorization problem? Both processes are in (...)
(...) ID WHERE WF_GUID = 'af556142-7ad9-44e1-9xy2-550c2cxz361cf' AND /* GUID WF Order */ WFD_ID = wfelems.WFD_AttChoose5_ID /* Field Order Relation */ ) This works pretty good, although i can't GET a grasp how to make it work with Advanced Cell Coloring. On Orders view, i'm using this: { "children": [ { "element": "span", "style": { "color": "red" }, (...)
(...) 34 Hello, when working with custom columns in reports I'm always trying to avoid using regular ID when comparing forms, workflows, processes etc. I'm almost always joining with specific tables to GET GUID, so reports won't break between environments. Inside custom columns we can access wfelems, which as far as i know is based on V_WFElements - if we could GET DTYPE_GUID, DEF_GUID, WF_GUID ther (...)
(...) ignature 1 means qualified electronic signature SMS authentication and Unlock document by SMS are impossible for me to configure, what ever I do (even just adding form fields to configuration), I GET : WebCon.WorkFlow.SDK.Exceptions.SDKKeyNotFoundException: Specified id:280 does not exist at WebCon.WorkFlow.SDK.Documents.Model.Base.ReadOnlyItemsCollection`1.GET ByID(Int32 id) at WebCon.B (...)
(...) Hi, Is there a simple way to GET which environment runs a process? The data should be one of the 3 possibilities: DEV, TEST, or PROD. There are many places in Webcon settings where environment is set as "Auto", but I found no variable giving the actual name of the environment. I know there's a table and inside is a row which offers this, but I thought there might be an environment variable off (...)
(...) button>%' or DCN_SelectOrCaml like '%button >%' or DCN_SelectOrCaml like '%input>%' or DCN_SelectOrCaml like '%input >%' ) If you really want to make sure, remove the where condition tarGET ing the SelectOrCaml column, copy the result to notepad++ and replace < with line break
(...) as described here: https://community.webcon.com/forum/thread/4743?messageid=4743 Despite checking everything, we still haven't found a solution. After a few seconds, the license service stops and GET s disconnected... The problem seems to be: The connection is initially established but after refreshing a few times it GET s disconnected. How can we resolve this issue? We have already set the (...)
(...) urn all weekend days in SQL for my form validation. This is my SQL Code that returns these days, but only for the current month: WITH Dates AS ( SELECT CAST(DATEADD(MONTH, DATEDIFF(MONTH, 0, GET DATE()), 0) AS DATE) AS DateValue UNION ALL SELECT DATEADD(DAY, 1, DateValue) FROM Dates WHERE DATEADD(DAY, 1, DateValue) < DATEADD(MONTH, DATEDIFF(MONTH, 0, GET DATE()) + 1, 0) ) (...)
(...) Hi Folks, whenever I try to execute [Menu button] action, which should open a hyperlink, I GET an error: "Error in Menu button action Start Counterparty Card. The INSERT statement conflicted with the FOREIGN KEY constraint "FK_WFElementDatails_WFD". The conflict occurred in database "BPS_Content", table "dbo.WFElements", column 'WFD_ID'. The statement has been terminated." I have exactly same bu (...)
(...) t some queries, and maybe a VSCode / Notepad++ for some powershell - all of those support autocompletion (which in most cases of recent software is supported by language server protocol). Could we GET a built in autocompletion for custom business rules inside Designer Studio? I'm leaving 2 examples of how autocompletion works in Azure Data Studio, and leaving one additional concept what kind of a (...)
(...) Hi, Is it possible to remind the user to save the form after adding several items to the item list (WFD_SubElems). I ask because users report a problem, such that they forGET to save (click on the transition path).
(...) list (qualification) in any form within the For Each, as there is never a value in there as can be seen in the 1st image ('Ausbildung'). I've also tried using a Data Source Value Filter, but I can't GET a result because the designer can't seem to access the text. Does anyone have any tips for me or is this a bug?
(...) iculties and could really use some guidance. I'm uncertain about the compatibility of the Webcon components I'm using. Is there a specific resource or document outlining which versions work best toGET her? Additionally, I'm encountering error messages about missing files and dependencies during the installation. Does anyone have experience with troubleshooting these issues? I also check this: (...)
(...) is way, in the SQL WHERE condition, it would say something like "and WFD_AttText4 = '7512373' ". The problem is that you can only pass values as parameters, not objects. Does anyone know how I can GET the column name from my value field? Otherwise, I would have to manually enter the column name, just like in reports. Thank you in advance, Bjoern
(...) Hello, I want to clear some form fields after path transition that leads to the same step. I tried using action template to change values of multiple fields by inserting null values, howewer I GET an exception when it GET s to the datetime fields: System.ArgumentNullException: Value cannot be null. Which value should I insert to set date form field to empty, or is there another way to do (...)
(...) ine chart. This is not working. I don't have any filters, nor calculated columns. I've tried to create a chart with another field to check if the issue is related with Day(s) in step field, still I GET the error. Does anyone configured something like this? Thank you
(...) de because the synchronization takes a while. I'm trying to prevent updates by moving the workflow to a step which checks whether the synchronization is finished. As far as I found out so far a job GET 's added to the [UserSynchronizationQueueItems] of the current content database and it maybe GET 's deleted when the job is processed. At least I thought so, because the job got deleted some time aft (...)
(...) onEvaluator.d__23.MoveNext() Thread was being aborted. Hello, I have a global action - cyclical which runs every 3 minutes for 1-2 hours and is starting a subworkflow. During this interval i GET this error multiple times and some instances are created twice. Do you have any idea what could be the cause of this error? Thank you.
(...) has any one of you encountered an issue when trying to edit attachments that are larger than 28 MB? I have a process where a detailed picture documentation is provided using wordfiles which can GET very large very quickly. Today for the first time ever i have encountered an error saying "Attachments larger than 28 MB cannot be edited". Has anyone an idea how to GET around this limit without (...)