(...) on have been used to export that specific .bpe package. You might also use this powershell script: $path = '.\bps_package.bpe' Expand-Archive -Path $path -DestinationPath . -Force [xml]$xml = GET -Content $path.substring(0, $path.length-4) $xml.SelectSingleNode('//PackageVersion')
(...) Hi, in this version, data verification takes place for each field of the type: Choice field, regardless of whether 'Attribute validation' is selected on the path or not. I need advice on how to GET around this problem in the case of paths such as: Reject, Reverse, where these fields contain random data, e.g. set via OCR - without any intervention in the fields by the user. Regards
(...) TagRepository.ObjectIDFormFieldsPrefixRepository.ShouldGenerateSiblings(DicWFFieldTypes type) w WebCon.WorkFlow.BusinessLogic.ExpressionTree.LeafTagRepository.ObjectIDFormFieldsPrefixRepository.GET DefaultPrefix(IWFConfiguration configuration) w WebCon.WorkFlow.BusinessLogic.ExpressionTree.StructureNodes.FormFields.FormFieldExpressionNode.GET _TagPrefix() w WebCon.WorkFlow.Studio.Form (...)
(...) 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).