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

most commented

Hello Everyone, Recently, we upgraded Webcon from 2021 version to 2022 version. New version 2022.1.4.326. I have this html content in one of HTML field in Webcon: <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <a id="RabenCopyToClipboard"><button id="CopyClipboard" class="btn btn-md hide-on-sidebar-dash" onclick=' Promise.all([window.webcon.businessRules.executeBusinessRule(12909, "ClipboardRule", uxContext, {})]); (...)

Hi all! I am currently struggling with 'Add privileges' action. I want to use a predefined datasource (SQL query based on WFElements), this is shown under (1) in attached picture. The datasource I am using selects all elements from a specific formtype and needs additional filtering in SQL query window (2). But I am unable to do that, every attempt so far resulted in syntax error. I am sure there is a trick (which is maybe undocumented), please help! Thanks a lot in advance & be (...)

hi in my firm, i came across an issue with communicating with the analyst/business. We are taking instructions from them we develop them on dev enviroment and then we push the changes to production. The issue is that business is making several requests and we would love to let them know how is the best way to keep the track of all of the changes? What are your best practices. We can describe each package, but sometimes it is impossible to recall of the changes, as there are so many

In our team we have came across an issue as above and I am wondering is it possible in version 21 or version 23 to send the text messages on the phone to the users?

Hi all, do you have any information where are kept the covers in the database on the 2023 version?

Hello, our information security office has detected a log4j vulnerability. We currently have the log4j-1.2.17.jar version for WebCon BPS 2023 R2 Is it possible to upload version 2.21.1 according to the article https://kb.webcon.pl/security-podatnosc-cve-2021-44228-w-apache-log4j2/? https://logging.apache.org/log4j/2.x/download.html Will the new version of BPS include this type of fix?

Hi everyone, I would like to ask for your expertise. I think I generally understand how Webcon works, but there are a few areas where I still fail, or have no idea how to go about it. Currently I have a process that has a field "Reminder Date" with a date in an end step of each instance. Now I would like to check the "Reminder Date" in all instances at regular intervals (e.g. daily) to see whether it is today or in the past and then send an email to the author of the instance. However (...)

Hi there I am working with webcon for several years now , yet I still have some basic problems I cannot seem to wrap my head around: scenario: I added the docusign sdk and have docs sent for signature. works perfectly. now during this waiting period, I want to "park" the workflows (in a system step) and have them automatically check if the corresponding docs are signed. the status check works. what I am having problems with is cycling the check action and - if docusign docs status = c (...)

Hello, is there any way to connect other data sources (MySQL or Generic-ODBC)? If not, is there a plan to implement this in the future? Thanks in advance Markus

Hi. Usually, when a user completes his task he will be redirected to the applications dashboard. In a particular use case I have revoked access to the dashboard for certain users. Therefore, upon completion the system attempts to redirect but since there's no permission it will throw an error. Is this possible to prevent/circumvent? Thanks.

Hello, Do you know how can i find what query is exactly executed when i'm using raports in WEBCON. What SQL SELECT is inside, I knew that i can find it some where in the console(debug mode) F12, but I can't find it right now. Or there is some database table with this ?

Hi all I got a process that uses values from a dictionary process in a field [picker field] (the user can select an element from the dictionary process in the form). Sometimes an element that the user wants to select does not yet exist. I have now given the user the possibility to select with a checkbox that the element does not yet exist. After completing the input (form), i.e. when the user passes on the process, a dictionary process should now be started "automatically" for the user (...)

Hi everyone! We are currently using BPS 2023.1.2.44 in our office. Is it possible to exclude certain report columns from an Excel export? We need to display the columns in the Web report, but don't want to show them in Excel. Best regards, Christoph

Hi all, I'm trying to create an HTML field on a form that uses the mailto:-Tag. So in the HTML I put <a href=”mailto:user@domain.com”>Message Support</a> However, on the live form this string is appended to the Portal url's pointer to the app->form itself. Looks like this: https://webcon.finnova.com/db/1/app/15/element/57427/%E2%80%9D<a href=”mailto:user@domain.com”>Message Support</a> This way it prevents from opening external links. Is this by design or am I doing something wron (...)

Hi, After upgrading to Webcon2023 (ver. 2023.1.2.44) we found errors during Form rule executions on page load. It is caused by trying to hide/show/set/etc attributes that are not visible on the form. In the 2022 versions, there were no issues with the same configuration cases. These errors appear during Diagnostics and additionally prevent saving the Diagnostics Session. Does anybody have similar issues with Webcon 2023? I tried to find it in the changelogs but with no success. MS (...)

MVP

Did any of you try to make a chart with a sum aggregation on a calculated decimal column? In both 2022 and 2023, we seem to get the following error. If I select count, it works, but any other calculation (sum, avg, min, max) gives the same error.

Hello, I want to hide/show the buttons in an item list for : add row, delete row and clone but based on rule. To be more specific, I want the 3 buttons to be visible when the instance is using business entity 1, 2 and 3 , but when i use the business entity 4 i want them to be hidden. The only way I made it possible is by using a form rule with a Java Script, but could not see any build in Webcon options. If anyone knows other ways to make this happen, I would appreciate it a lot. Thanx

Hello. Is it generally impossible to use the above action type to create a new workflow item with a "filled" item list or do I have a mistake in my doing? I have a table (item list) where I want to start subworkflows from (depending on field value) where this line of the item list is "copied" to the new workflow. Creating the WF item is easy, but the table stays empty. Is this a bug in my query or doesn't it work at all? Kind regards Klaus

Hello, is there a way to do a repeating table within a repeating table. Nested tables, to have a parent child relationship between the tables? Thank you for your help!

MVP

Hello, I'm trying to disable/enable fields based on the state of dropdown (using nr. 3 from this https://docs.webcon.com/docs/2023R2/Studio/Process/Attribute/Choice/Choose_field/#picker): * Allowing custom values - make fields on form enabled. * Disabled custom values - make fields on form disabled. Is there any value which i could use to check state of dropdown control? In this case i'm using autocomplete dropdown. I'm using js and global variables right now, but this doesn't work aft (...)