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

forum

Hello everyone, I have a question: is there a smarter way to override the display names of the "Go to element" and "Go to application" buttons in an email template, other than removing the native variable blocks and building the links from scratch with custom display names?

Hi, I have noticed a discrepancy in the order of weekdays in WEBCON BPS Portal for the EN-GB and EN-US language settings. For EN-GB: - In the Date picker control on the form, the first day of the week is Monday. - In the Calendar report, the first day of the week is Sunday. For EN-US: - In the Date picker control on the form, the first day of the week is Sunday. - In the Calendar report, the first day of the week is Sunday. I would like the week to always start on Monday, both in t (...)

Hi everyone, I would like to extract all phrases from a text (e.g., an email body) that match a specific format defined by a regular expression. Is it possible to achieve this using WEBCON’s built-in functions?

It is possible to disable swagger ?

Hi, I need to update a related workflow and I want to use the “Update related workflow instance” action. However, I have a question. On the related workflow instance, the attribute I want to change has a form rule defined on value change — and I don’t want that rule to be triggered. I’ve done some tests and it seems that the form rule is not triggered when the instance is updated this way, but it might have been a coincidence / fluke. Can you confirm whether this is the expected behavior?

Hi Guys, i first time tried the KPI Report because our Mgmnt need some numbers ;-) Its quit good for me till now, but one thing is a problem. I 'am not allowed to show the usernames in the step, cause we do not want to measure the performance of the users! Is there a change to switch off the names? Thanks!

Item-list adds text value = "0" on <td> - tags Before the updated from R2 2025 to R1 2026 everything worked fine Now those Zeros are showing up in the item lists UPDATE: It has to do with items list row to edit set to 0 Why is it allowed to be set to 0 if it causes such a ruckus We debugged our way through it in the office. but it breaks quite some form fields and html code as a result !

Set Cell Font Decoration not working when trying to make the text Bold (triggering it via on value change on a different column). Italic and underline are working, but i cannot make the text in a column bold.

Hi all, I have a question regardong Form Field Extension PhoneNumber, I went through instruction: https://developer.webcon.com/docs/your-first-form-field-extension-js/ . My problem is I can't get intermidiate step to be executable, what I mean by that is that when I press on my Start step "Go to next step" it automatically executes and saves like already done instance and it says the workflow instance were saved and it is empty because I couldn;t write in any number. Pictures of Workflow des (...)

Hi all, I was following the instructions for Form field extensions: https://developer.webcon.com/docs/your-first-form-field-extension-js I got stuck at the first build step in WEBCON BPS SDK Tools, specifically here: "In order to build your Form Field Extension JS you have to select it in the appropriate dropdown in the tool and click the build button. It results in creating the BPSPKG file which contains all necessary files for the control. Please keep in mind that the first time you (...)

Hey, I'm trying to notify user on a timer action. After it gets triggered the current instance should be moved to specific step. Is there any other way to achieve it instead of using 'Move worfklow' in the referred automation ?

Hi all, I am trying to add a button on the Start step of my Test process and I expect to see it directly on the start form (see image 1). The button configuration is very simple – it only resets a single text field to its default value (see image 2). I noticed that when I configure the same button as a global button, it appears only after the process is submitted. However, I would like to have this button visible and usable already on the Start step, before submitting the instance. (...)

Hi everyone, I'm searching but can't seem to find anything about it - does Webcon allow connecting to GraphQL API? One of major accountancy platforms can be connected via GraphQL and I need to access data there. How can this be achieved?

Hi all, I have several questions regarding WEBCON BPS capabilities and best practices: Is it possible to create printouts (printable documents / reports) that use values from form fields (e.g., Date from, Date to, Choice fields, Text fields) and generate a printable confirmation for the user? Does WEBCON BPS have a built-in task scheduler / job scheduler (harmonogram zadań)? What are plugin packages mainly used for, considering that many business rules and logic can already be config (...)

Hi all, I have a question about calculating a Date to field based on two other fields in WEBCON. I have: Date from – DateTime field Time (h) – Choice field (values like: 1, 1.5, 2, etc.) Date to – DateTime field I want Date to to be automatically calculated as: Date to = Date from + Time (h) hours I tried to use a form rule, but I keep getting an error in the Date to field. Has anyone implemented a similar calculation? What is the recommended way (formula / ADD DATE / (...)

Hi all, I have a question regarding the WFElements table and using Item list as a data source. I have an Item list that displays customers using a SELECT query from WFElements. I can see the Add button on the Item list and I can add rows on the UI. My question is: Is it actually possible to add new customers using the Item list and then persist them to WFElements (or another table) so that they appear again when opening a new workflow instance? For example: I want to add a new cus (...)

Created form rule that is triggered on Change by a float field. It checks if the sum of a certain column in an itemlist exceeds the value in the field, if so the colum should turn red. The problem is if the form rule is triggered it chan only change the color once. If we change the value again the color persists (i tested the statment with an alert if it follows the right branch) Does someone know what causes this issue?

Hi everybody, Is it possible to bypass temporary_key.snk and load the plugin without strong-name signing? Or is strong-name signing mandatory and cannot be skipped? Best regards,

I am using the "Generate an Excel File" action to generate and send out an Excel to a customer, using values from an Item List. Following that action, I'm using another "Generate an Excel file" action to then update the existing Excel and map it's column name cells (A1-Z1) to Business Rules containing translations for those column names, so we don't have to use our internal Item List names. That now leads to the generated - translated Excel to become corrupted, as supposedly, its internal XML da (...)

Hi, I currently have two WEBCON environments (DEV and PROD) running on separate machines. Due to the fact that we’re still on an older version (2023 R3), I’d like to upgrade an environment to version 2026 for testing purposes — mainly to verify stability and estimate the effort required to adapt our solutions. My idea is to set up a third environment (TEST), align it with PROD, and then perform the upgrade there. My question is: is it feasible to do this on a laptop/notebook with Wind (...)