WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

search results

for GET

(...) processes in a cloud environment (Azure) that will never have access to classic domain controllers I need a full user database on EntraID (AAD). I tried with the free online instance of WebCon toGET er with quite outdated manual. It requires restarting some services as soon as you add AAD authentication to BPM - I didn't even have a way to check if it works because I can't restart services on pub (...)

(...) that [Validate] path before data is updated with new value. I can't really move it to 'On entry' of next step, because the next step might be dynamic - I'm using 'Previous step' configuration path tarGET . Any ideas what could i try here? :) * https://community.webcon.com/posts/post/pending-in-transaction-vs-pending-after-transaction/347/3

(...) to data row in order to keep your report. In this case the error GUID will show: "...Invalid column name 'SEL_SQLRow'." version: 2023.1.3.169, but I don't think the version matters. I hope we GET the option, at some point, to manually remove such column from your report if it was added before when it was not a data row :) Have a great day! p.s just realized that a report tile will keep (...)

(...) Has anyone else had problems with the designer? I'm talking about crashes while making changes or situations where you save your work and later realize that around 10% of the changes didn't actually GET saved. Does anyone know what might be causing this? Version: 2023.1.2.68 Thanks.

(...) siness rules we have ability to change layout from horizontal to vertical, which helps to keep it nice and tidy. Few times i've used concat, which got really long - see attachment. Maybe we could GET vertical layout for concat? :)

(...) 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