Hi, I get the following error message while genereting documentation. Any idea what should I look for? The proces has no errors, can be exported and imported fine. Message=Sekwencja zawiera więcej niż jeden pasujący element. (The sequence contains more than one match) Source=System.Core StackTrace= at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source, Func`2 predicate) at WebCon.WorkFlow.Studio.Logic.Helpers.UsageSearch.NodeCriterion.NodeOwnerCriterionFactory.GetA (...)
Hi, We installed a new webcon production environment. The configuration was done identically to the running test environment. Unfortunately, on the new production environment, when accessing a report with a list of existing elements or into one of the element, an error message is displayed: "<h2>403 - Forbidden: Access is denied.</h2>\r\n <h3>You do not have permission to view this directory or page using the credentials that you supplied.</h3>" I checked the security settings for SQLLowPr (...)
I recently noticed a problem with sending emails from my environment. The most likely cause was the wrong password for the application pool account. I see a lot of entries in the WFMails table with a status of 0. I do not want all outstanding e-mail notifications to go out after changing the password. Is adding to the send queue based on the WFMails table, or is there another, dedicated database table for this purpose? UPDATE I have already found some important information: This queue is (...)
Hi, Is there a set of rules, an instruction on how to directly (using insert-sql) import data into the database (into the WFelements table)? Which field values should we generate so that there are no problems with the operation of the application. Of course, WFF_STPID - step ID, WFD_DTYPEDID - form ID depends on the process, and the rest, e.g. RowVersion (some hexadecimal value) ? And other?
Hi, i've to create a vacation report and three problems: #1 datasource template „business entities structure" and #2/#3 vacation report . Problem #1. we have employies in two or more departments (with different workload/department ~25% of employies). Now I must put one user with different depatments in the datasource template „business entities structure", but that is not possible. For now, only one teamleader will see this user in the vacation report. This must/should be changed in the (...)
Can I copy/paste a workflow and give it a different name? Our German site has a workflow which is hosted in the same server. I want to customize it for the USA site so I wonder how to copy/paste and rename. Thanks
Hi, We have a process in which a user cannot submit the form so it would go to the next step. Only a single user has this issue, everyone else can use the process with no problems. When the user attempts to submit the form, under the form, the following message appears: Sys.WebForms.PageRequestManagerTimeoutException. The server request timed out. I also attached a screenshot of the console, showing strange behavior, Any help would be appreciated. Thanks!
Hi all, I was wondering what the best practice is when using SQL queries in Webcon with attributes, tables or views that have different names in different environments. One example is the views. These are automatically generated by Webcon and the name is combined from the process name and the process ID. The process ID is of course always different in the three different environments. This means that after each transport from the Dev/Test to the Prod environment, the attributes, tables o (...)
Hi! Is possible using REST WEB SERVICE to sent: { "type": 0, "firm": 0, "id": 0, "ord": 0, "description": "string", "lines": [ //Item list { "ord": 0, "value": 0, "type": 0, "percent": 0, "direction": 0, "dimensions": [ { "id": 0, "type": 0 }, { "id": 0, "type": 0 } ] } ] } When I use 'Json grid' I do (...)
Hello, I would like to make a process where users can add rows to an item list on multiple steps, but be unable to edit previously added rows, except maybe certain columns on certain steps (eg. Completion date). I would also like to know if it's possible to make it so on certain steps, users are able to only edit already added rows, but be unable to add new ones. Thank you for your help!
Hello all, Does anyone configured a validation rule and/or control field where you need to check if the lines added in a item list were already added in another instance? I have a process for overtime registration and I want to block the user to add a new instance with dates that were already added for the same person in webcon. I've created a control field but now all the processes are moved to cancel even if the values are different. Can you help? Thank you
How in buisness rule I can implemement function random my buisness rule? I want to set the form field randomly out of 3 choices
In a one week im getting this error https://pcpatchedup.com/mscjsres-dll and I don't know how to fix this error, some buddy please help me to resolve this, Thanks in Advance Selena Root
Hi I have a question, do you know where you can set attachments in the flow to be expanded by default. After updating to a newer version, I have collapsed attachments almost everywhere after entering the workflow, which effectively confuses users. Can you help? Thanks.
Hi community I am currently implementing a process where the form is filled out by "visitors" of our company. (In short, it is a visitor registration at the reception). By law and for company policy reasons, we have to display a "Data Protection Notice" on the form before the visitor can complete the registration. By company policy, we are required to provide this notice in each country in _all_ possible languages. [We have the Data Protection Notice in 8 languages.] What would be the b (...)
Hello, I would like to create some daily or weekly reports based on the requests made that day/week. Is there a scheduled process that can do that? Or Is it possible to achieve this in Webcon? For example, in Power automate there is a scheduled flow that can be set to run whenever you want. Thanks.
Hello, Can someone help me with some information about "Absence" process? Where can i find some documentation? Thank you.
Hi there, It's me again I have two questions right away. I'm not sure if this is an intentional behavior of Webcon or a bug or if I didn't understand the setting or the principle of it. Does anyone of you also have the problem that a set path layout in the workflow designer (flowchart) after saving (and switching tabs e.g. to General) completely loses the set layout and falls back to the default layout? [WorkFlow designer before.png; WorkFlow designer after.png] (This results in me hav (...)
I am fetching report data from the following endpoint: https://developer.webcon.com/2023/resources/rest_api5.0/#tag/PublicApiReport/paths/~1api~1data~1v5.0~1db~1{dbId}~1applications~1{appid}~1reports~1{reportid}/get There are properties for page and size, but information on defaults and max is missing. This seems to be explicitly documented on other endpoints, so i am questioning myself if there are limits at this endpoint or not? From testing it seems that default for page is 1 and for siz (...)
Hi there I'm not sure, but I haven't found any information about this anywhere. Is it really the case that BPS groups cannot be nested? Am I the only one who expects this kind of functionality in this context? Webcon can handle nested AD groups, why not Webcon's own groups? Or did I miss a hidden function/button/setting that makes this possible? 😅 I appreciate any help.