(...) It would make sense if newly added form field s to a group of field s would inherit form types assignment from the group. Now, if you assign a group to let's say one of 3 available form types, when you add a form field to this group, it is automatically assigned to all 3 form field s, with no inheritance.
(...) response and description. In some questions I have only response called '(n/a). While the n/a answer is applicable I want to enable the description column. However, I cannot use the enable on choice field . I have tried to put condtions in a 'column edit restricion' but this does not work as it would require add another response and that is not what buisness would like.
(...) ual behavior that an acceptance via MailApproval is rejected with a validation error. If I carry out the acceptance in the same process (same instance) in the application, it works. The option “Form field validation” is checked on the paths. If i deselect, it works. This is what MailApproval returns: ################# Path transition operation failed: Operation on element: DEV/WAVE/2024/556 fai (...)
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