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

search results

for field

Dear WEBCON Team, this issue already occurred in 2022: https://community.webcon.com/forum/thread/1986?messageid=1986 Is there any solution or workaround for this? Thank you & Best Regards, Lena Schmidbauer

(...) I need to fetch all available rows for specific picker. I have used api endpoint /api/data/v6.0/db/{dbId}/elements/resolvefield Value/{idguid} The api return only first 100 rows It is possible use pagination or sth like that ?

(...) Hi guys, in some use cases we need to have some formatted text based on an textconstant on a pdf dokument. Therefor we have some logic in the application which places the text in a given multilinefield if a date is changed in a special way. The texttemplate ist displayed correctly in the application and in the word, if the user did not make any changes on the text. But the user has to make chan (...)

(...) Hi everyone, if I'm using an HTML field it would be great, if there wouldn't be any margins imposed on the control (1). My only idea right now is to remove the class which causes this via JavaScript in the HTML field , so that it is aligned with the other controls (2). document.getElementById("SEL_HTML_#{WFCON:7009}#").querySelector(".grid-template__panel .upsidePanel__content").classList.remo (...)

HI, How to monitor the moment of typing characters into an attribute using the SDK. I would like to, for example, call an API after typing 3 characters and save the retrieved values to another attribute.

Hello everyone, we are using JavaScript for a RestAPI call (long story – it's a requirement from IT). Now I receive the "Response Status Code" and "Response Text" within the JavaScript, but I also need to send these values back to WEBCON for further processing. Since we usually work with WEBCON without using JavaScript, I’m lacking the necessary know-how in this area. Can anyone assist me w

(...) Hi, depending on the use case / form it may be helpful to extend the option to place field names above the control from multi line field s to all field s. They are already automatically placed above, if you are using a mobile/tablet , but this could also help when using a PC. Especially if you are using an other form template than 50/50 this may improve the UI when for "normal" monitor resolution a (...)

(...) provide additional options to guide the users through a large form. I also tried and failed creating an "advanced validation dialog". I wanted to display a dialog in which the user had to set some field s. I mainly failed because I couldn't replicate the logic attached to the choose field s and similar. Therefore I would think we could improve the user experience in some cases if we would have a Ja (...)

(...) Hi, if you have a large form with numerous tabs because of to many field s the tab names may become unreadable in BPS 2025 on a desktop pc with 1980x resolution. This could be a little bit improved, if we could render the tabs not only horizontally but also vertically. The question would be whether to display the content of the tab between the current and the next tab or at the end of the tabs. (...)

I would be nice, if this mechanism described in https://webcon.com/wp-content/uploads/2024/11/WEBCON_BPS_2025_Release_Notes_EN-1.pdf dedicated to increase security will be also available for attachments. Usually sensitive data included on the form is also in attachments. Apart from this functionality, it would be useful to be able to define permissions for individual attachments separate from d

(...) for the issue that hit us today. I wanted to share some info regarding the update from 2022 to 2023, as we ran into some very unsatisfying issues with SQL COMMAND business rules that are querying field IDs. It hit us on some neuralgic spots in our main workflow, causing quite some pain right now. If you still have to update to 2023 make sure you test every SQL COMMAND based rule (and datasource) (...)

(...) Hi, I'm just configuring my xx validation action in which I check whether a field value is unique for the given form type. Sometimes I include the business entity and sometimes I ignore it. It would be great, if this could be standard feature. :) Related user voice: Unique value of the item list column https://community.webcon.com/forum/thread/6212/15 Best regards, Daniel *Edit* W (...)

(...) the mapping. First, I need the text layer to be added to the file, which is done by the ABBYY FineReader engine, and is fairly easy. Next, I would like to save the entire text layer data to the form field and then send it via API to the AI. My issue is how to do the middle part, which is saving the entire text layer data to the form field . Have any of you heard about an SDK able to do that? Or can (...)

(...) Hi, In WebCon we can create a new field and set it's visibility to be hidden on the forms that way the field will act as a variable for storing or passing data. Now the question is, if this field is hidden on the form how can i make it to always be visible on the instance history page? This is for troubleshooting, in a scenario where we want to check the variable values if they're correct. I alread (...)

(...) As the title states, there are some autocomplete field s(with values in them that cannot be found) i have that prevent me from moving to the next step(in one case i would maybe like to "cancel" the subworkflow/return with negative). I tried to deactivate the form field validation on the paths, however the error still occurs.

(...) l value  was not in a correct format.) Decimal value  was not in a correct format. " I tried to send the value in different format 122.23 or 122,23 but I received the same error. I changed the type field to a single line of text and it works. What format do I need to send from the sdk to the field for it to work? Thanks, Raluca

(...) Hi all! I just wanted to know, if there is a more sophisticated way to rename a tab or a field label in a form rule. We did some hacks in the past (e.g. renaming a tab in a register depending on some conditions), but since these changes are relying on HTML markup of a specific version, these scripts will definitely break in the next major version. Is there a better way to rename a tab in a reg (...)

(...) Hi, is it possible, to show a leading zero in a numeric formular field ? Example: 09678 instead 9678 If i change the field type to text, all existing values dissappear due the change of field type.

(...) I would like to color-highlight a row in a report if, for example, it refers to a future date. There is a date field that I am checking, and if the value of the date is greater than today's date, the row should be highlighted in color. In the attached image, you can see my attempt, but unfortunately, it was unsuccessful. Is there a way to configure this?

(...) I want to use a REST DataSource to get customer information (ie name) via customer number. I have a form with a customer number field . I have a REST DataSource "REST GET CUSTOMER DATA" (..../getKundenData?customernumber=CUSTOMERNUMBER.Standard) which returns a json with all relevant customer data. I used a business rule to get the value from the REST datasource and a form rule (on value change) to s (...)