WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > Top rated

top rated

There are two date fields in our workflow. To pass the process to the next workflow step, we use an action "on timeout". Checking for a date field works. However, we need a condition for the timeout that takes both date fields into account: If date field 2 is non-empty take this date for the timeout, otherwise take date 1 for the timeout. Can this be implemented with an "on timeout" action and if so, how?

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

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

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.

After updating to version 2023.1.1.41, errors are occurring on the portal. All processes are working correctly, did any of you have a similar problem? After analyzing the errors in GUID, I got a log as below. url: http://lowcode/api/nav/applications/mostused | action: GetMostUsed ip: 192.168.2.100 | msg: An unhandled exception has occurred while executing the request. | agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 | h (...)

Hi, I have a form on which I want to have an action that trigers after the fields has change, what kind of action I can add? For instace in workflow I have element called 'start' with form fields : text : dupa Number : 1000 user makes some changes in those field, after that i want to trigger my action. How can I do it?