I have problem - in dictionary I have companies with have got: name like: "ABC " - Factory Company in name is quote sign on beginning (data from polish national VAT/NIP databese) I was testing: if in string is " or ' all time I have got error if I remove from string [name] " or ' - then workflow is working [code] Dodaj Sprzedawcę / Kontakt [/code] error: url: https://w
(...) Hi everyone, it would be great if there would be some option to show the id of a choose field in the browser. Maybe in the history or history in admin mode? Use case: Two users with the same display name and there's currently no option to identify which user was selected without relying on the database. Best regards, Daniel
(...) It happens quite often, that the length of a textfield has to be limited. This can easily be achieved by a reqular expression. However, input field s with inputmode text allow the usage of the maxlength attribute. It would by much nicer to restrict the user to type in more than the defined letters rather than showing a red error message. Therefore, it would be great to introduce a max length prop (...)
(...) Hi, could we have an option to define global HTML field s? This would allow us to define the HTML field ones instead of multiple times in multiple process. Best regards, Daniel
(...) Hi, I encountered the following error. I have an action that sets a value in a choice field . I set the choice field through the value of the ID. When I enter the form, the value is correctly set, and it displays the name corresponding to the set ID. However, when I enter the report, in that column, I see the value of the ID instead of the name. I tested by setting the value in the choice field (...)
(...) Hello, in the 2023.1.3.29 version, we have apparently identified a reproducible bug. In our case we are using a text field to store a time value. The goal is for this to automatically replace a period ('.') with a colon (':') after input (Style and behavior). The error occurs when we attempt to replace every period ('.') with another character using STRING REPLACE, specifically in the case of (...)
(...) stem fill table with invoice items (eg. cost allocation ). But in this version i get error that: "No exact match was found for:..." ("Nie znaleziono dokładnego dopasowania:...") for attribute Choice field . In previous version this work fine. And there is no pattern in this action because some of this data match and system had no problem (in first row "MPK", and in third row "Alokacja" - but in other (...)
(...) 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 (...)