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

search results

for field

(...) Hello everyone, I have to generate a Choice field based on a Query that have an aditional filter. The filter should only allow entries that are higher than a Decimal field in the Form. Somthing like in the Picture. But this did not work.... Has someone an Idea?

(...) Hello Experts, We're currently on BPS version 2021.1.2.143 (getting ready for upgrade) I try to invoke a REST API to update form field s, and I get a proper response from the service, however, it doesn't update the field s. I'm using OData Query to filter and expand the data, and load the response definition from the service. The action configuration and action log with response are on my pictures. (...)

(...) Hi everybody, has anybody an idea how I could manage to make (copy) out of a base64 type picture field an attachment for a bunch of instances? I.e. I have an QR code within my workflow instance as picture field . But I need to export it for external use. Kind regards Klaus

(...) Hello all, I need to set up a control field where I want to check if the a specific column from an item list already exists in an external database. The use case is the following: Webcon process 1. Item List with Column Invoice Number 2. Number of rows can be more than one 3. timeout that will move to the control field to check if the invoice number exists in the external database 4. Process (...)

(...) Hello, is there a way to find an element that has a specific value in one of the form field s using the WebCon API? Thanks for help!

(...) Hi, could we please get an option to define whether we want to set a choose field or only the id of the choose field ? See the attachment as one example. I have an item list with a drop down and a fixed sql statement with multilingual values. Assigning the id to the column in a for each loop does not resolve the display name and the "id" value is treated as the display name. The "solution" ak (...)

(...) Hi, I have a following problem. I've created a data table form field that downloads data from SQL query. In the where clause, I refer to the value of another ‘Criterion’ field on the form. The data table should display the data depending on the selected criterion. Unfortunately as I change the criterion, the table sometimes fails to refresh and displays the data for the previous criterion. How do I (...)

(...) Hi, have you ever seen "Invalid form field order (name of field ...)" error on main form, global form template? Once it happens, it happens any time I try to reorder field s on the form, and the field names are random. Also, with this error, the order of the field s becomes random, and impossible to manage. 2022.1.4.297 Any help? Best, Rafał

(...) Hi, in case you have choose field s, which reference information from another workflow you should prevent the user from entering special characters. Example: A subworkflow is linked to a parent workflow with a choose field and uses the Title field as the display name. If a user enters ; or # in the value of the field , this will break the choose field logic. The system will be interpreted as a d (...)

(...) Hi, in this version, data verification takes place for each field of the type: Choice field , regardless of whether 'Attribute validation' is selected on the path or not. I need advice on how to get around this problem in the case of paths such as: Reject, Reverse, where these field s contain random data, e.g. set via OCR - without any intervention in the field s by the user. Regards

(...) y.webcon.com/forum/thread/2230), but i have a new project in August, where such a feature would be nice. I have some ideas for a plugin (as far as I remeber, a problem is the DPI from the Signature field being higher than of picture field s) -> Wouldn't that be a nice new feature? 26.09.2022: ======== Hello WEBCON, we are working on a prototype to document defects. Therefore, we would like to (...)

(...) Hello, I have a question, how can I change a value of a choice field using a normal action, but only giving him the Name (not ID, not ID#Name)? The choice field is configured as ID and Name. Version: 2023.1.3.29 p.s. I know in the past this was not an issue, but on newer version this become a problem especially when only ID or ID#Name works. Regards

(...) Hi, does someone of you use a Formfield ExtensionJS for a multiline text field ? We used this one to store a JSON as a string and in 2023.1.3 the plugin no longer works. I haven't checked the WEBCON BPS JS code in 2023.1.2 but in the new version: 1. the change function in the plugin triggers controller.change 2. this calls validateCCValueModel 3. Since the hasCustomModel is undefined 4. The d (...)

(...) Hello all, I have a data table field where I'm selecting the field s using a SQL query. One of the field is a picker and I want to show just the Text and not the ID. I've tried many options but as soon as I try using the Database-Name, it's giving errors. I believe it's because the option has space on it : 'Non Ok'. But the system should overcome this right? Even using the DBO function, it doesn't (...)

(...) Hello. I have a choice field that is appearing in 2 different steps. Is it possible to filter the returning data depending on the current step? ex: if in step A, choices to be 1,2,3 and if step B, choices to be 4,5,6.

(...) Hi, I have a choice field with SQL data source connected to it. Is it possible to create a link (into the choice field ) to a selected element like as in the case of BPS Internal view? Simplify, I need the same option as in the selected screenshot but for the sql data source.

(...) We use in one of our applications the option to generate HTML code (for example extra buttons performing some actions) in list item lines. For this purpose, data row field type was working well. For example such code: SELECT '➕➖' AS XX Generated two nice buttons with + and - that performed some actions. With the current version 2023.1.3.202 WEBCON adds extra " signs, so the enti (...)

Hi, as always, when there's a new functionality, there will be immediately requests for a second improved version. :) - Additional widget type 'Text', which will output any text and not only numbers. For example to display information like "open/closed" sub workflows: 2/4. - A form rule can be executed what should happen when the user clicks on it. We could display a tab for example or exec

(...) eturn a value using SQL. The Business Rule needs to be as universal as possible, and I want to pass two parameters to the SQL query. So far, so good. The issue is that I want to pass the same form field as a parameter twice: once as a value and once as a "column name" (essentially as an object value that I can transform in SQL with single quotes to something like WFD_AttText4). This way, in the SQL (...)

(...) Hello, I want to clear some form field s after path transition that leads to the same step. I tried using action template to change values of multiple field s by inserting null values, howewer I get an exception when it gets to the datetime field s: System.ArgumentNullException: Value cannot be null. Which value should I insert to set date form field to empty, or is there another way to do i (...)