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

search results

for Form rules

(...) vent deletion of some rows. It is something you can do easily with js, but only with classic display form mode. It doesn’t work with modern forms. The problem is that it is not guaranteed that your Form rules “Main form -> Behavior-> forms rule to be executed on page load” are being executed AFTER the page has been rendered. I use the following js function for hiding the delete button, depending on a va (...)

Hi everyone! Am I blind or there is no function oposite to COLLECTION, that would remove an element from collection? How do you manage to overcome the lack of this function? I came up with an idea of making a JS form rule that takes a collection and removes a value given in one of the parameters. It works. But there are limitations that make the solution inelegant. First of all the form rule c

(...) nge log, it should be no surprise that we need to apply some changes to any JavaScript based modifications. The cash-dom library has replaced the former jQuery library. The change may affect how Form rules work in JavaScript mode if the rules used the functionality provided by jQuery. For a description of the differences in the operation of the two libraries, see: https://github.com/fabiospampinato/ (...)

(...) Hi, the HTTP response for displaying a workflow instance contains all global Form rules . It's ignored which kind of Form rules are used by the process/element. The response should only contain those Form rules which are referenced. After all, the exported process will also export the used/referenced global Form rules and not all. This applies at least to versions 2023.1.2.44 and 2022.1.4.155. (...)

(...) Hi, it would be great when Form rules would be stored in a minimized version too. This minimized version would be used by default whenever a form rule is send to the client in a HTTP response. When a query parameter like 'minimized=0' is added, the "full" version would be used instead. Currently the a JavaScript form rule will be bloated because line breaks are transferred as \r\n. Depending on the (...)

Hello Community, I want to set form fields based on a dropdown selection which gets its data from a sharepoint list. I can set the value from the selection just fine. However I can only access the data with type ID and Name. The rest of the data has no type and does not show up for any rules I want to configure. How can I address this data in the form? Thanks Oliver

(...) It would be a nice touch if we could group Automations inside Process Configuration, same as we can group Form rules , Constants, or Business Rules. I really love how flexible Automations are, especially in case of any API integrations where global ones are created, and they might be used everywhere. Their own success makes lack of folders feel like that small stone in pair of comfy shoes ;) Closed in (...)

(...) Hi, Can you help me with advice on how to quickly delete a process that is no longer in use? I should mention that the process has Form rules /business rules/actions Thanks, Raluca

Hello community! I'm facing a challenge for which i don't see any solutions, maybe You will be able to find it. Use case: User registers new form (parent), to that form, he needs to register additional forms (children). It's 2 level tree childrens are leafs, they can't be parents. On those children forms, there are validation rules, which depends on data from the parent form, and a path

Hello there :) I have yet another problem, regarding the form validation. I've attached the rules that I've applied. What I want to do is I want to block the occurence of choosing current day while it's after 9.00 A.M. Otherwise If the day is than Today() then the result is TRUE, which means, you are able to go further. Best Regards, Igor

Applies to version 2020.1.3; author: Agnieszka Burda   The following article is an extension of the HTML form fields article.    Global functions In the HTML form field configuration, there are several functions for general information about the application and the process.   Fig. 1. Global functions in the HTML form field  

External content by Daniel Krüger; April 18, 2024 ;  The original post has appeared on daniels-notes.de Did you ever wanted, to navigate up to a parent or grant parent workflow instance? Then you may find the linked post interesting. READ MORE: HERE

(...) External content by Daniel Krüger; September 06, 2023;  The original post has appeared on daniels-notes.de   In August/September 2023 I faced some timing problems of the global Form rules . While searching for the issue I noticed that there was quite a lot of traffic. In a worst case scenaroy, I did transfer almost 10 MB of data when switching between tasks 10 times.   (...)