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

Forms

E.g. specifically when updating items lists on forms ! pageload vs on path vs on entry vs on exit ! What is the specific order on how things trigger? Is there another documentation other than the official docs? The docs dont tell me that much about such details for example Following example We have an id and that id can be referenced in 3 other fields! Those ids are saved in a db. The field should already exist in the db or is the same a new id that save. So far so good break with con (...)

I have form-validations that work correctly and catches errors correctly. It would be nice if I could sat the HTML-form focus on that particular element that was validated wrong! Any suggestions , I find it hard because form-validation only returns true or false i cant use it afterwards anymore

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?

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 !

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 there, is there a chance to build a column filter on an items list? I have a few applications with long items lists and it would be very helpful, if I could filter them. Any ideas? Kind regards Klaus

WEBCON

Dear Community Members, As part of our ongoing efforts to improve Webcon, we are reviewing the current capabilities and future direction of the Item List feature. I would like to invite you to share your feedback, ideas, and real-world use cases related to Item Lists. Your input will help us better understand practical needs and prioritize potential enhancements. In particular, I am interested in: - Limitations you encounter when working with Item Lists (why they matter in your busines (...)

Hello I would like to ask you if there is a way to get an automatic document preview after opening workflow instance?

Hi, is it possible, to use the action 'mergeattachment' not only for attachments in ONE form but also in DIFFERENT forms? If not, is it possible via sql? In the attached picture there is a screenshot of the following sql-query of the webcon-database: select ATF_WFDID, ATF_OrginalName, ATF_OrginalValueHash from dbo.WFAttachmentFiles where ATF_WFDID > 9620 how can I export the word-docs as real word-docs to the filesystem of the server? Greetings Franz Mayer

Hi, i use the "Hyperlink"-actiontype for copying some values of a filled form to a new form (see attachment). That works very fine. But if I add a picture form field, the copy process failed with a message "HTTP Error 414. The request URL is too long" Is there any other possibility to copy a picture from a filled form to another new form? Thanks for reply Franz Mayer

Hi all! Maybe this question has already been asked. Is it possible to change the label of a field without hacking the DOM with Javascript? I found no built-in function to do this. We have some different form types using the same field, but it has some slightly different meaning dependent on the form type, so we thought we just change the title of the field. Any ideas? Thanks in advance & best regards, Nik

Hi everyone, I’m trying to display numeric values in WEBCON BPS Word printouts with thousand separators (for example, 1.000,00€ instead of 1000,00€). Interestingly, in Item Lists (tables) the formatting is shown correctly with thousand separators. However, in regular form fields (for example, floating-point numbers), the values are displayed without the separator. Is there a way to configure this for standard form fields as well? Any advice or best practices on how to achieve co (...)

Hello community, what value should be entered when filtering only instances where I participated and me is not assigned to? See picture attached. Thank you

Hi everyone, I’ve recently encountered the following problem: I have a form with a picker field where I select a customer. After choosing a value, several data rows display information related to this customer. Some of them use SQL queries, while two use REST Web Service data sources. The data rows that fetch data using SQL reload correctly whenever the “client” attribute value changes. However, the ones that use REST do not refresh. I had a similar issue with data tables in the past (...)

Hi together, could it be that it is no longer possible to drop a mail into an Webcon Element (Attachments) directly from the New Outlook (M365) ? Or is this a matter of settings? Version is 2025.1.1.152 Kind regards Klaus

Hi Everyone, I’ve just started implementing business processes in WebCon BPS and couldn’t find the answer to my question on the forum. Business case: It’s an overtime management process. In one attribute, the user provides the overtime date, and then in the item list they provide additional data, including the employee’s name, start time (hours and minutes), and end time. I would like to give the user an easy way to set the time. I could use a Date/Time column, set provided date and a (...)

MVP

Hello, I would like to allow users export data from item list which shall be in readonly mode. Right now Export to Excel feature hides when I check the item list to readonly mode. Is it a feature / bug? Is it planned to be changed? Does any workaround exist, except the showing data table with the same result (and e.g. my query returns over 1k rows which is data table limit). I am aware that the form slow downs but is not crucial in that case :) Best Regards, Dominik

Hello, One of our workflows has been poorly designed and currently has over 700 versions. The form contains an item list with more than 1200 rows. Each time the form is opened, it loads very, very slowly. Is it possible to initialize only, for example, the last 100 rows, and load the remaining rows on demand via a button? Do you perhaps have an idea how to feed new rows at the step I marked in the diagram? Currently, the rows are loaded into a technical table at those steps, and then pulled i (...)

Hi, is it possible to arrange fields for exaple "yes/no Choice" horizontally in a tab (that is part of a group)

Hi guys, some of our users have pointed out that the pathpanel is too large at low screen resolutions. We've enabled the floating version of the panel, which does indeed take up a lot of space. Is there a way to resize the panel, e.g. using CSS? Do any of you have any ideas? Thanks in advance Gerd